Click to See Complete Forum and Search --> : [RESOLVED] Convert vs 2002 with framework 1.0 to vs 2005 framework 2.0 ?


Visslan
March 10th, 2008, 04:37 AM
Hi!!

I have an old project written in visual studio 2002 with framework 1.0. Now I want to convert the project to run in visual studio 2005 and framework 2.0.

I opened the solution file in vs 2005 and it begun to convert but in the end I got an error msg. Just a few files in the same catalog had been rewritten to partial classes while the rest was the same. Every class that is using the classes in the catalog had the same error msg: The type or namespace does not exist? It does. Have anyone of you seen this? And do you have any idea of where I can begin looking for the answer to the problem?

HanneSThEGreaT
March 11th, 2008, 08:46 AM
Well, I wouldn't upgrade my projects, it's just too much hassle at the end of the day.

Are you sure the particular namespace exists ¿
It may need you to include a reference as well - like for instance the WMI needs a reference as well as a namespace. Without the reference, the namespace will not be "known"

Visslan
March 11th, 2008, 10:08 AM
the customer is always right :)! And I want to work in 2.0 so I have to go through all the errors.
http://msdn2.microsoft.com/en-us/library/aa479312.aspx#issue1

I found a good manual on msdn. Now I just have to solve the 60 errors one by one :P !