|
 |
aspx thread: Going crazy
Message #1 by =?iso-8859-1?Q?Nicolai_Skovmose_S=F8rensen?= <nss@j...> on Wed, 21 Nov 2001 12:17:13 +0100
|
|
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1727E.11C9AD00
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
After having worked with ASP/VB.NET for a few weeks, everything is
working
fine and I've started working on my first few server controls. However
suddenly I start getting a weird error on on my sites...
I was hoping any of you guys could help me understand just what goes
wrong
here ?
Regards
Nicolai S=F8rensen
Jubii A/S - Programmer
http://www.jubii.dk <http://www.jubii.dk>
Server Error in '/channellogic/newsdb' Application.
_____
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 37:
Line 38: Public Sub New()
Line 39: MyBase.New
Line 40: If (ASP.Global_asax.__intialized =3D false) Then
Line 41: ASP.Global_asax.__intialized =3D true
Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.2914\Temporary
ASP.NET
Files\channellogic_newsdb\4ecb9d6b\c8510a55\yaucukcl.0.vb Line: 39
Assembly Load Trace: The following information can be helpful to
determine
why the assembly 'System' could not be loaded.
LOG: Post policy reference: System, Version=3D1.0.3300.0,
Culture=3Dneutral,
PublicKeyToken=3Db77a5c561934e089
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Fil
es/channellogic_newsdb/4ecb9d6b/c8510a55/System.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Fil
es/channellogic_newsdb/4ecb9d6b/c8510a55/System/System.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System/System.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Fil
es/channellogic_newsdb/4ecb9d6b/c8510a55/System.EXE.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Fil
es/channellogic_newsdb/4ecb9d6b/c8510a55/System/System.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System/System.EXE.
Stack Trace:
[FileNotFoundException: File or assembly name System, or one of its
dependencies, was not found.]
newsdb.Global.InitializeComponent() +0
newsdb.Global..ctor() in C:\Documents and
Settings\Nss\VSWebCache\udvweb2\channellogic\newsdb\Global.asax.vb:14
ASP.Global_asax..ctor() in
C:\WINNT\Microsoft.NET\Framework\v1.0.2914\Temporary ASP.NET
Files\channellogic_newsdb\4ecb9d6b\c8510a55\yaucukcl.0.vb:39
[TargetInvocationException: Exception has been thrown by the target of
an
invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type) +52
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpConte
xt
context) +140
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +241
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+399
_____
Version Information: Runtime Build:1.0.2914.16; ASP.NET
Build:1.0.2914.16
Message #2 by "Mark Struck" <struckm@a...> on Wed, 21 Nov 2001 09:08:26 -0600
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0009_01C1726C.143470A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Nicolai,
After you build your server controls you need to put their assembly in
the /bin directory of your web application.
Mark
-----Original Message-----
From: Nicolai Skovmose S=F8rensen [mailto:nss@j...]
Sent: Wednesday, November 21, 2001 5:17 AM
To: ASP+
Subject: [aspx] Going crazy
After having worked with ASP/VB.NET for a few weeks, everything is
working fine and I've started working on my first few server controls.
However suddenly I start getting a weird error on on my sites...
I was hoping any of you guys could help me understand just what goes
wrong here ?
Regards
Nicolai S=F8rensen
Jubii A/S - Programmer
http://www.jubii.dk
Server Error in '/channellogic/newsdb' Application.
_____
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 37:
Line 38: Public Sub New()
Line 39: MyBase.New
Line 40: If (ASP.Global_asax.__intialized =3D false) Then
Line 41: ASP.Global_asax.__intialized =3D true
Source File: C:\WINNT\Microsoft.NET\Framework\v1.0.2914\Temporary
ASP.NET Files\channellogic_newsdb\4ecb9d6b\c8510a55\yaucukcl.0.vb
Line: 39
Assembly Load Trace: The following information can be helpful to
determine why the assembly 'System' could not be loaded.
LOG: Post policy reference: System, Version=3D1.0.3300.0,
Culture=3Dneutral,
PublicKeyToken=3Db77a5c561934e089
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Files/channellogic_newsdb/4ecb9d6b/c8510a55/System.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Files/channellogic_newsdb/4ecb9d6b/c8510a55/System/System.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System/System.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Files/channellogic_newsdb/4ecb9d6b/c8510a55/System.EXE.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.0.2914/Temporary%20ASP.NET%2
0Files/channellogic_newsdb/4ecb9d6b/c8510a55/System/System.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/channellogic/newsdb/bin/System/System.EXE.
Stack Trace:
[FileNotFoundException: File or assembly name System, or one of its
dependencies, was not found.]
newsdb.Global.InitializeComponent() +0
newsdb.Global..ctor() in C:\Documents and
Settings\Nss\VSWebCache\udvweb2\channellogic\newsdb\Global.asax.vb:14
ASP.Global_asax..ctor() in
C:\WINNT\Microsoft.NET\Framework\v1.0.2914\Temporary ASP.NET
Files\channellogic_newsdb\4ecb9d6b\c8510a55\yaucukcl.0.vb:39
[TargetInvocationException: Exception has been thrown by the target of
an invocation.]
System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) +0
System.Activator.CreateInstance(Type type) +52
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpConte
xt context) +140
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +241
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
+399
_____
Version Information: Runtime Build:1.0.2914.16; ASP.NET
Build:1.0.2914.16
---
VBug Winter Conference 2001
Open Forum: Dan Appleman will be hosting an open
forum at The .NET Developer's Conference on
29th November 2001. The session will give
developers the chance to discuss and question
Dan on his experience with the .NET environment.
Dan has been programming Visual Basic since the
alpha version 1.0. And with over 10 years
Visual Basic experience is well qualified to
help you on your road to being a .NET Guru.
http://www.vbug.co.uk/redirect.asp?url=3D39&id=3D17
---
You are currently subscribed to
aspx as: struckm@a...
$subst('Email.Unsub')
|
|
 |