Cannot load assembly XXX.Global - Win2003/.NET 1.1/WSS

  • Thread starter Thread starter Shikari Shambu
  • Start date Start date
S

Shikari Shambu

Hi,
I have ASP.NET site on my development environment (Windows 2003 server,
..NET Framework 1.1 and Windows Sharpoint SErvices). When I try to access the
site I get the following error


Parser Error
Description: An error occurred during the parsing of a resource required to
service this request. Please review the following specific parse error
details and modify your source file appropriately.

Parser Error Message: Could not load type XXXXX.Web.Global'.

I tried the solutions posted on the web - rebuild the project etc... but
still get the same problem.

Any help is appreciated.

thanks
 
the message means the global.asax references a code behind file that has
not been compiled to a dll in the bin directory. you have an error in your
project build or deployment.

-- bruce (sqlwork.com)
 
Figured the issue. The outputs for the debug build was in /bin/debug and for
some reason the app does not look there. It only looks at /bin.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top