VB 2008 and .Net 3.5

  • Thread starter Thread starter Bill Voorhees
  • Start date Start date
B

Bill Voorhees

If I write a program using VB 2008 express and .net 3.5 and distribute it to
my desktop at work which runs programs requiring .net 1.1, will putting .net
3.5 on my work machine hurt the current programs using .net 1.1?

Thanks,

Bill V
 
If I write a program using VB 2008 express and .net 3.5 and distribute it to
my desktop at work which runs programs requiring .net 1.1, will putting .net
3.5 on my work machine hurt the current programs using .net 1.1?

Thanks,

Bill V

No, you can have the 1.0, 1.1, 2.0, 3.0, and 3.5 frameworks all
running on the same machine (as long as they aren't the betas) without
any problems. Microsoft designed them to work with each other so that
they won't cause any compatibility issues.

Thanks,

Seth Rowe [MVP]
 
Thanks.

If I install vb 2008 express on the same machine as my visual studio 2005
development license, will I have any conflicts?
 
Thanks.

If I install vb 2008 express on the same machine as my visual studio 2005
development license, will I have any conflicts?

No.

Thanks,

Seth Rowe
 

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

Back
Top