WPF slow to start on x64 in .NET Framework 4.0
Actually there’s 2 main reasons that the default project type for WPF applications is x86. Intellitrace debugging only works with x86 and that would look pretty bad if the default project templates didn’t work with one of their star features. Many developers were still not aware of the fact that their AnyCPU exe’s would run … Read more