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)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.