I've got express edition but I don't have .net 3.5 on my server only 2.0 and I can not upgrade this.
how can my project use .net 2.0?
Printable View
I've got express edition but I don't have .net 3.5 on my server only 2.0 and I can not upgrade this.
how can my project use .net 2.0?
Hello,
Assuming that you are using Visual Studio Express 2008, it is possible to have your application target either .Net Framework 3.5, 3.0 and 2.0.
When you create a project you will see (in the New Project dialogue) the option to select which .Net Framework version you want to use. The default will be to use .Net 3.5 as that is the latest, but you can change this to .Net 2.0.
If you have already created the project and you want to change the target framework you can do this by right clicking on your project in solution explorer and choosing properties. Then on the Application tab, select which framework you want to use.
Out of interest, why are you not able to upgrade the Framework version on the server?
Gary
http://www.rugbyleaguenz.com/err.png
What do I do if there are no objects in there?
Hmmm, I am not sure :)
It looks as though something is not installed correctly on your machine. What exactly do you have installed?
Gary