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..., im 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 cant see the reason why i receive this 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..., im 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 cant see the reason why i receive this error...