|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
conversion issueproject), which was built in .net 1.1 (with vs 2003) on vs 2005. as i expected, vs 2005 detected that this is an older version and asked for conversion, which i followed. it looks like conversion is done successfully. however, i noticed a couple issues though: 1) it did not replace "codebehind" attribute to "codefile" so i had to do this manually 2) some global.asax not found or whatever... (i basically excluded global.asax just to get me going) now, all projects are compiled fine and i pressed "f5" to run. then i am seeing an error page that says "compilation error" *** Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0246: The type or namespace name 'MainController' could not be found (are you missing a using directive or an assembly reference?) *** so i checked the location and it seems that i have access to the class, which is included in the same web project. intellisense finds it fine... have you seen anything like this before? any suggestions? thanks...a |
|||||||||||||||||||||||