Upgrading from 1.0 to 1.1

  • Thread starter Thread starter Jason King
  • Start date Start date
J

Jason King

Hello

I have a copy of Visual C#.net running on version 1.0 of
the .NET framework.

Can anybody tell me how to set up Visual C# and the IDE to
use version 1.1 of the framework? I can't find anything
in the IDE or the registry or any tool or info at all,
anywhere! Amazing.

Many thanks
Jase
 
One way of getting this to work would be manually setting the "Do not use
MSCorlib" property of the project to True and add the MSCorlib from the
Version 1.1 directory explicitly to your references. From there on, you
should take care that none of the old 1.0 references are being accessed.
That should get you going.

(I haven't tried this - so, please bear with me if it fails totally)

-vJ
 
Back
Top