Problem while converting from 1.1 to 2.0

G

Guest

I used the VS2005 wizard to convert a solution to 2.0. Everything went well,
except when I go to add a new reference for mscorlib.dll, I don't see it
added.
I wanted to access the Microsoft.Win32 namespace, and it doesn't recognize it.

I looked at the reference list, and all the references are still at version
1.14322.
Is this a problem? If not, why cant' I add the mscorlib.dll reference, and
access the Microsoft.Win32 namespace?

Thanks for any help.
 
B

Buthrakaur

If I understand it right, you may have your project still in CF1 - you
just converted it from VS2k3 to 2k5 format. Try to right click the
project in solution explorer - is there "upgrade project" item listed?
If so, you can use it to upgrade your project (it's references) from
CF1 to CF2 runtime...
 

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