can VS.net 2005 with vs.net 2003 worked together in one

  • Thread starter Thread starter tony
  • Start date Start date
T

tony

Hi

Any one know that can VS.net 2005 with vs.net 2003 worked together in one
manchine?

if it can working together, how can I set up it?

Thanks

Tony
 
While they both can be on one machine (simply install 2005), it will cause
problems for your 2003 projects. I recommend against it strongly.
 
Hi Scott

Yes, after I install VS.Net 2005, my vs.net 2003 can't work correctly, it
show me debug error?

The questions is how I solve this problem or do I uninstall vs.net 2005 to
solve this problem, because I need vs.net to develop project.

Thanks

Tony
 
But it doesn't. For one, SourceControl integration doesn't work
anymore in VS.net 2003.

Also, the uninstall didn't remove the .NET Framework 2.0 from the
system - just from the Add/Remove Programs dialog.

Boris
 
Framework versions do not get uninstalled (as you say), but it is safe (not
needed though) to delete the 2.0 framework directory after the VS.NET 2005
uninstall.

Uninstalling 2005 will make 2003 projects work again. Source control isn't
a part of your project, it's a part of VS.NET.
 
After I uninstall VS.NET 2005 and framwork 2.0 from add and remove, the
VS.NET 2003 works without any bugs now.
 
Back
Top