I installed Visual Studio 2010 but, when as开发者_开发知识库ked if I wanted to upgrade my ASP.NET solution to ASP.NET 4 I said "no". Now I've changed my mind.
Is there any way to manually run the upgrade wizard?
If it's a website you can right click it in Solution Explorer and choose "Property Pages" > Select the "Build" tab, and change "Target Framework" to ".NET Framework 4".
I don't know if there's a way to manually trigger the upgrade wizard...I couldn't find it at least. Luckily though the manual upgrade steps aren't that bad, you can find them here:
http://msdn.microsoft.com/en-us/library/dd483478.aspx?ppud=4
精彩评论