Can I install VC.NET 2005 with 2003?

G

Guest

Hi,

I downloaded VS.NET 2005 for software developers but have 2003 installed in
my machine (as well as VStudio 6.0) and a lot of programs I am working on are
in a mixture of C++ and C#.

My question is: can I safely install VS.NET 2005 and still continue
developing with 2003?

Thanks!
 
G

Guest

Thanks. Just to be sure - how safe is it? Can I be sure of no DLL Hell
issues? Absolutely sure?

--
Thanks in advance,

Juan Dent, M.Sc.


Andrew Robinson said:
VS2003 and VS2005 work very nicely side by side.

-Andrew
 
K

Kevin Spencer

Nothing is certain. However, all of the information from Microsoft, all of
the anecdotal information I've heard, and my own experience indicate no
issues.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
There's a seeker born every minute.
- Dr. "Happy" Harry Cox

Juan Dent said:
Thanks. Just to be sure - how safe is it? Can I be sure of no DLL Hell
issues? Absolutely sure?
 
T

ThunderMusic

so if I understand well, it is possible to install framework 1.1 and
framework 2.0 side by side?

Thanks
 
A

Andrew Robinson

yes,

Most machines will have 1.0, 1.1 and 2.0 frameworks installed on them. They
play nice with eachother.

-A
 
K

Kevin Spencer

I have several applications and services running on a server, written for
both platforms, and running on both platforms, all without issue. So yes, it
seems to work as advertised. :)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
There's a seeker born every minute.
- Dr. "Happy" Harry Cox
 
G

Guest

Do any of you have a document from micrsoft indicating that there is no
problem installing both of them ?
 
P

pvdg42

Itayb said:
Do any of you have a document from micrsoft indicating that there is no
problem installing both of them ?
I doubt you'll find any definitive statement to that effect. Why? Because
installing new software in any environment always carries risks and
Microsoft cannot know what software each of us has installed on each
machine, much less the hardware configuration. Nobody can *guarantee* that
your experience will be problem free and Microsoft would be foolish to do
so.
That said, the overwhelming majority posting here and in other .NET groups
appears to have no difficulties installing/using both Visual Studios on the
same PC. I include myself in that group (five different PC's with different
hardware/software configurations in my office and home, plus 40 PC's in
classrooms and labs requiring both versions for different classes).
You *should* have no issues.
 

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