Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Configuration Error messages


Message #1 by Terrence Joubert <Terrence@v...> on Mon, 29 Jul 2002 11:40:12 +0400
Hi,
 
I have an assembly called VCS.SCCIWeb.dll. It is implemented as a class
library and is being referenced by a web project called SCCIWebBE. The web
project is being hosted on my local Win XP Pro machine - localhost. 
 
After running the project a few times during development, the server reports
the configuration error written below. If I restart my machine, then I can
run the project again without problem.
 
Does anyone knows why this problem comes around? It can be very annoying
especially when I want to test something more than once. I would love any
suggestions you might have.
 
Thanks 
 
Terrence J. Joubert
Software Engineer
VCS, PO BOX 1000
Victoria

Server Error in '/SCCIWebBE' Application. 



  _____  



Configuration Error 

Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately. 

Parser Error Message: Access is denied: 'VCS.SCCIWeb'.

Source Error: 

 
Line 169:                                   <add assembly="System.Drawing,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 170:                                   <add
assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 171:                                   <add assembly="*"/>
Line 172:                          </assemblies>
Line 173:                 </compilation>

Source File:
c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config    Line:
171 
  _____  

Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET
Version:1.0.3705.0
 
 


  Return to Index