Upgrading from 1.0 to 1.1

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
 
V

Vijaye Raji

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
 

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