In The craft
Visual Studio C# 2005
I downloaded the beta version last night. For what little time I have spent with it, it looks sweet.
I am developing a project in Visual Studio 2003, which uses the 1.1 framework. Visual Studio (VS) 2005 uses the 2.0 framework. When I installed VS 2005, it installed the 2.0 framework and set all the web applications to the 2.0 framework.
If you are trying to develop in VS 2003 with the 1.1 framework, you need to change the properties in your web application. Out of the IIS manager, right click on the web application. Then click on “Properties” at the bottom of the popup menu. A window should popup with tabs. One of those tabs should say “ASP.NET” – click on it. There is a drop down, which lists the available frameworks. Select the one you want to use and click on apply at the bottom of the window and everything should be savvy.