Compiler Error Message: CS0246:

prvut

Newcomer
Joined
Sep 13, 2008
Messages
2
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 'Test' could not be found (are you missing a using directive or an assembly reference?)
----

The application is working normally on my local computer, but when i upload to server i receive the error Compiler Error Message: CS0246..., i'm uploading exactly same working code from my local computer to the server, so what can be the reason why i receive this error, i have see on Microsoft site, i dont miss any dll, and i did not misspell some namespace.... i can't see the reason why i receive this error...
 
Now it's ok ...

The files should be registered on IIS as application files... and everything will working like on a local computer..., if you are sure that your code is ok, than contact the administrator on the server... :)
 
Back
Top