|
-
Aug 7th, 2011, 04:20 PM
#1
Thread Starter
Fanatic Member
How to build using .net 2.0
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?
-
Aug 8th, 2011, 01:09 AM
#2
Re: How to build using .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
-
Aug 8th, 2011, 01:40 AM
#3
Thread Starter
Fanatic Member
Re: How to build using .net 2.0

What do I do if there are no objects in there?
-
Aug 8th, 2011, 01:44 AM
#4
Re: How to build using .net 2.0
Hmmm, I am not sure 
It looks as though something is not installed correctly on your machine. What exactly do you have installed?
Gary
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|