views:

298

answers:

1

My website is VB.NET 2.0. I already opened a it in VS2k8 and told it not to upgrade. Now I want to upgrade, how do I trigger it? All the posts say 'just open it in 2k8 and it will prompt you'. Well I did, and it did, and I didn't want to yet. Now I cant get it to come up.

+3  A: 

Open your project properties and choose Target Framework in the Application tab. There should be values such as ".NET Framework 3.5", ".NET Framework 2.0", etc. You can access project properties in your Solution Explorer by right-clicking on your project name and choosing Properties from the right-click menu.

If Solution Explorer isn't showing for you in Visual Studio, you can access it via the View menu > Solution Explorer.

Sarah Vessels
You beat me to it. Have to remove my anwser.
Vadim
I didnt think this worked when I did it, because I got all kinds of errors. Then I went through each one and fixed it. It was mostly making things nice for the IDE(VS). It was simple to work through and I think it worked ok. Although now I am having trouble with EF not being able to save to my web.config.
DrydenMaker