.NET framework SDK ver 1.1 with visual studio 2002

R

Ram Dash

Hi All,

Can I install .NET framework SDK ver 1.1 and somehow use it with Visual
Studio.NET 2002, so that I've access to all the 1.1 run time classes and can
compile against 1.1 assemblies?

If I do install .NET framework SDK ver 1.1. what impact will it have on the
functioning of VS.NET 2002? I don't have the money to buy VS.NET 2003 :)

Thanks,
Ram
 
N

Nicholas Paldino [.NET/C# MVP]

Ram,

You should be able to install the 1.1 framework and it won't impact your
development in VS.NET 2002. However, you won't be able to target the 1.1
version of the CLR with VS.NET 2002.

Hope this helps.
 

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