Parser Error Message: Could not load type 'nmsps.clsname'.

  • Thread starter Thread starter z f
  • Start date Start date
Z

z f

hi,

I have a vb.net asp.net web app.
suddenly after working for long time, I get this error message in my app:
Could not load type
when trying to show a web form.
what can be the error?

the iis app is still there.

the DLL checked in reflector and have the type inside it declared as public.

security to the file is OK (even in filemon I can see that aspnet_wp.exe is
accessing the file)

what can be the problem? I just don't know what to do!

additional information:
the page is an aspx web for without code behind that is inheriting from a
PageBase that is declared in my APP.
the pageBase type is loaded fine, and it tries to load a user control
dynamically:
MasterTemplate = LoadControl(ctrl)

the user control asxp file is loaded fine, but it declared as inherits for
it's codebehind type and this type is failing to load.\

(again: this code worked fine for more the 6 month, so there is no problem
with the logic, just that suddenly something went wrong and I can't figure
out what.)




TIA.
 
it appears that the namespace declaration IS case sensitive, and one
character got the case Changed.........
 

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