File or assembly name System, or one of its dependencies, was not found.

A

aallee83

i'm new in asp.net after develop my solution i copied it on the server
where I want it to run but something cares... WHAT?!?!
thank you in advance

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 36:
Line 37: Public Sub New()
Line 38: MyBase.New
Line 39: If (ASP.Global_asax.__intialized = false) Then
Line 40: ASP.Global_asax.__intialized = true


Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary
ASP.NET Files\rapportisogeda\49eca51c\9e1d51c7\_5olmlwg.0.vb Line:
38

Assembly Load Trace: The following information can be helpful to
determine why the assembly 'System' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = System, Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089
(Fully-specified)
LOG: Appbase = file:///C:/Inetpub/wwwroot/RapportiSogeda
LOG: Initial PrivatePath = bin
Calling assembly : RapportiSogeda, Version=1.0.1605.25424,
Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINNT\Microsoft.NET\Framework\v1.0.3705\aspnet.config).
LOG: Using machine configuration file from
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\config\machine.config.
LOG: Post-policy reference: System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/rapportisogeda/49eca51c/9e1d51c7/System.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/rapportisogeda/49eca51c/9e1d51c7/System/System.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/RapportiSogeda/bin/System.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/RapportiSogeda/bin/System/System.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/rapportisogeda/49eca51c/9e1d51c7/System.EXE.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.3705/Temporary ASP.NET
Files/rapportisogeda/49eca51c/9e1d51c7/System/System.EXE.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/RapportiSogeda/bin/System.EXE.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/RapportiSogeda/bin/System/System.EXE.



Stack Trace:


[FileNotFoundException: File or assembly name System, or one of its
dependencies, was not found.]
RapportiSogeda.Global.InitializeComponent() +0
RapportiSogeda.Global..ctor() +20
ASP.Global_asax..ctor() in
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET
Files\rapportisogeda\49eca51c\9e1d51c7\_5olmlwg.0.vb:38

[TargetInvocationException: Exception has been thrown by the target of
an invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type, Boolean nonPublic) +66
System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr,
Binder binder, Object[] args, CultureInfo culture, Object[]
activationAttributes) +277
System.Activator.CreateInstance(Type type, BindingFlags
bindingAttr, Binder binder, Object[] args, CultureInfo culture,
Object[] activationAttributes) +109
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance()
+160
System.Web.HttpApplicationFactory.FireApplicationOnStart(HttpContext
context) +20
System.Web.HttpApplicationFactory.Init(HttpContext context) +481
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +155
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+407
 
G

Guest

Hello aallee

Is this a dot net application written using version 1.1 of the framework. If it is then the problem seems to look like you have not installed version 1.1 on the machine. It may only have version 1.0 on

Thanks

Jon
 
A

Alessandro Rampazzo

I got framework 1.1 installed on both the machines. I installed also SP1
and SP2 on each of them.
I don't understand what the program is seeking... and how to solve
this...
Ms help said "just copy the application" ! it sound like a joke... in
fact...it doesn't work...

if you need more info reply me
and thank you again for the help!
 

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,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top