|
-
March 10th, 2008, 04:37 AM
#1
[RESOLVED] Convert vs 2002 with framework 1.0 to vs 2005 framework 2.0 ?
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?
Last edited by Visslan; March 10th, 2008 at 05:18 AM.
-
March 11th, 2008, 08:46 AM
#2
Re: Convert vs 2002 with framework 1.0 to vs 2005 framework 2.0 ?
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"
-
March 11th, 2008, 10:08 AM
#3
Re: Convert vs 2002 with framework 1.0 to vs 2005 framework 2.0 ?
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/lib...12.aspx#issue1
I found a good manual on msdn. Now I just have to solve the 60 errors one by one :P !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|