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.
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.