Easy to upgrade from VS.NET 2003 to 2005?

S

Shawn

Hi.
When I started using VS.NET 2003 there was no problem upgrading all my
projects to VS.NET 2003 Framework 1.1. Everything worked as it used to
under framework 1.0. Is it easy to upgrade from framework 1.1 to VS.NET
2005 Framework 2.0? Will everyting work as it used to, or do I have to
re-write some of my code?

Thanks
Shawn
 
M

Mr Newbie

The Applications you write before will/should still target the 1.1 Framwork
as so should work as before. If you are going to use the code written for
1.1 to target a 2.0 Framework, you 'may' not have any issues, but thats not
gauranteed. Both Frameworks are installed side-by-side so you can use
either.
 
S

Shawn

Yes, but since I intend to use VS.NET 2005 for all my projects they cannot
continue run under framework 1.1.

Shawn
 
M

Mr Newbie

Then you may well have issues depending on the complexity and orthodox ( or
not ) nature of your project. You will need to devise a testing plan for
each application and transfer each to the new environment in a controlled
way.

Any other way of doing it would be like playing russian roulette.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top