S
sangitaraj
Hello,
I have created a website in ASP.net 2.0 and published it on the
webserver. The following error message is displayed.
Compiler Error Message: CS0246: The type or namespace name 'Utilities'
could not be found (are you missing a using directive or an assembly
reference?)
where utilities.cs is a class file placed in APP_CODE folder in the
same namespace as the website.
The site is running fine on the local server.
The web server is also unable to load the code behind files.
while everything seems to be fine on the local system.
Now i came to know that Framework 1.1 is installed on the web server.
Could this be due to version problem??
i am able to run the pages on the webserver without calling the class.?
Could anybody please suggest me a solution.
thanks,
sangita
I have created a website in ASP.net 2.0 and published it on the
webserver. The following error message is displayed.
Compiler Error Message: CS0246: The type or namespace name 'Utilities'
could not be found (are you missing a using directive or an assembly
reference?)
where utilities.cs is a class file placed in APP_CODE folder in the
same namespace as the website.
The site is running fine on the local server.
The web server is also unable to load the code behind files.
while everything seems to be fine on the local system.
Now i came to know that Framework 1.1 is installed on the web server.
Could this be due to version problem??
i am able to run the pages on the webserver without calling the class.?
Could anybody please suggest me a solution.
thanks,
sangita