.NET framework SDK ver 1.1 with visual studio 2002

  • Thread starter Thread starter Ram Dash
  • Start date Start date
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
 
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.
 
Back
Top