简体   繁体   中英

Targeting .NET 4.0 in VS2010 with .NET 4.5 Installed

Well, I already looking around and can't find a good answer. (In case if this is a duplicate question...)

I plan to install .NET Framework 4.5 on my machine where VS2010 Sp1 already installed. I develop some applications using WPF. I read that many WPF's bugs on .NET 4.0 were fixed on .NET 4.5.

And from MSDN it stated:

The .NET Framework 4.5 replaces the .NET Framework 4. When you install the .NET Framework 4.5 on a system that has the .NET Framework 4 installed, the assemblies are replaced.

So, my question is:

If I develop an WPF apps that still targeting .NET 4.0 and run it on machine which is .NET 4.5 installed, will I still get the .NET 4.0 bugs??

即使您的目标是4.0,您仍将在.NET 4.5的所有错误修复上运行。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM