[SOLVED] Configuration Error I can't understand...

Posts   
 
    
jgbeldock
User
Posts: 1
Joined: 25-Jul-2004
# Posted on: 25-Jul-2004 08:12:20   

Howdy, folks.

I'm getting the following strange configuration error intermittently, but increasingly often. Any idea what this is about?

Server Error in '/MyApp' 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: 'SD.LLBLGen.Pro.DQE.SqlServer.NET11'.

Source Error:

Line 196: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 197: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="*"/> Line 199: </assemblies> Line 200: </compilation>

Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 198

Assembly Load Trace: The following information can be helpful to determine why the assembly 'SD.LLBLGen.Pro.DQE.SqlServer.NET11' could not be loaded.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39617
Joined: 17-Aug-2003
# Posted on: 25-Jul-2004 10:27:55   

the user your asp.net application runs under (f.e. ASPNET), does that user have read / EXEC access to the bin folder and files in the bin folder?

My memory tells me this error has been posted before some time ago, I'll have a look

edit: yep: http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=610 http://www.llblgen.com/tinyforum/Messages.aspx?ThreadID=312

Don't know if these are of any help, but I'm sure you'll get some hints where to look. It's an asp.net related error btw.

Frans Bouma | Lead developer LLBLGen Pro