Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Couldnt Load Assembly Error


Message #1 by "Ajay Varghese" <reese@b...> on Tue, 16 Jan 2001 23:14:05 +0530
This is a multi-part message in MIME format.



------=_NextPart_000_0020_01C08012.05A15640

Content-Type: text/plain;

	charset="iso-8859-1"

Content-Transfer-Encoding: quoted-printable



Hi all,

I get this error when I try to execute my aspx pages :

Could not load assembly 'gen204'. Please make sure that your assemblies 

are placed in c:\inetpub\wwwroot\bin\ or are globally accessible

Any idea whats wrong? I have also tried re-installing  .Net but that 

didnt help.

Thanks,

Ajay






Message #2 by Scott Guthrie <scottgu@m...> on Tue, 16 Jan 2001 21:53:00 -0800
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_01C08049.BF9CC55E

Content-Type: text/plain;

	charset="iso-8859-1"



Hi Ajay,

 

This is a bug that we've seen on a few systems (especially ones that try

running lots of pages -- like with the quickstart).  The following steps

should fix it:

 

1) Stop IIS (net stop iisadmin)

2) Open a command line and delete everything in the c:\winnt\assembly

directory

3) type rd /S c:\winnt\assembly

4) Start IIS (net start w3svc)

 

To prevent the problem occuring again, try increasing the global assembly

cache size through the registry setting listed at:

http://www.gotdotnet.com/journal/1129.aspx

<http://www.gotdotnet.com/journal/1129.aspx> 

 

Hope this helps -- apologies for the inconvenience,

 

Scott

 

 



-----Original Message-----

From: Ajay Varghese [mailto:reese@b...]

Sent: Tuesday, January 16, 2001 9:44 AM

To: ASP+

Subject: [aspx] Couldnt Load Assembly Error





Hi all,

I get this error when I try to execute my aspx pages :

Could not load assembly 'gen204'. Please make sure that your assemblies are

placed in c:\inetpub\wwwroot\bin\ or are globally accessible 

Any idea whats wrong? I have also tried re-installing  .Net but that didnt

help.

Thanks,

Ajay

---

http://www.asptoday.com - the leading site for timely,

in-depth information for ASP developers everywhere.












  Return to Index