Server Error

I

ibn tachfine

i try to deploy an application (in iis5.1 using .net framework 2.0)
which i dont know by which version it was done, i receive this message
can anyone give me an indication please .

File or assembly name System, or one of its dependencies, was not
found.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: File or assembly
name System, or one of its dependencies, was not found.

Source Error:

Line 30: private static bool __intialized = false;
Line 31:
Line 32: public Global_asax() {
Line 33: if ((ASP.Global_asax.__intialized == false)) { //
this line is written in red in teh page of error
Line 34: ASP.Global_asax.__intialized = true;


Regards
 
J

Jon

i try to deploy an application (in iis5.1 using .net framework 2.0)
which i dont know by which version it was done, i receive this message
can anyone give me an indication please .

File or assembly name System, or one of its dependencies, was not
found.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: File or assembly
name System, or one of its dependencies, was not found.

Source Error:

Line 30: private static bool __intialized = false;
Line 31:
Line 32: public Global_asax() {
Line 33: if ((ASP.Global_asax.__intialized == false)) { //
this line is written in red in teh page of error
Line 34: ASP.Global_asax.__intialized = true;

Regards

Are you sure it's a .net 2.0? If not, try 1.1.

I've seen this error before when I've release a dll that did not
compile.

Jon
http://www.nantwichonline.com/placestovisit.aspx
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top