Upgrading from dot net 1.1 to 2.0

dhodges46

New member
Joined
Aug 23, 2006
Messages
1
Programming Experience
10+
I wrote an application using VS.net 2003 (dot net 1.1) but now have to add a component written for dot net 2.0. I don't want to have the enduser load both 1.1 and 2.0, but don't know how to convert the original source. Can anyone help me?
 
just open the project in vs2005 and it'll update the solution file, then all you need to do is fix the minor differences (the errors & warnings that show up when you run the 2003 project in 2005)

also the enduser will only need the 2.0 framework not both (though they can run both if they want)
 
Back
Top