How to Manually Start Visual Studio Conversion Wizard

后端 未结 3 1667
醉梦人生
醉梦人生 2021-01-11 18:00

I want to convert my .NET Website that is currently in .NET Framework version 3.5 SP 1 to 4.0. Now you get a conversion wizard when you open a VS 2008 solution in VS 2010. T

相关标签:
3条回答
  • 2021-01-11 18:11

    To amend the Framework target, i went to the property pages of the site > build tab > updated the target framework. It re-built the web site successfully for me.

    0 讨论(0)
  • 2021-01-11 18:30

    AFAIK, The wizard doesn't do anything that switching target type in the project won't do. You might not get the option to back up, but you're already doing versioning, right?

    0 讨论(0)
  • 2021-01-11 18:38

    The wizard converts solutions and projects from previous VS versions to the current one. It will not open again, because you already converted it to VS2010.

    To change to .NET 4.0:

    1. Right-click on the project in your Solution Explorer, and click "Properties".
    2. Switch to the "Compile" tab.
    3. Click the "Advanced Compile Options..." button.
    4. Change the Target Framework to ".NET Framework 4."
    0 讨论(0)
提交回复
热议问题