Page 1 of 1

Sudden DLL Error

Posted: Wed Jul 04, 2012 3:15 am
by moustafa
Hi,

We've had a site running for years, and we upgraded it May 21 of this year. It was running fine. All of a sudden, this morning, we got the error below. I got around the problem by renaming the DLL, which worked since we don't use it anyway. However, why would such a thing happen?

(We're on a shared server, so I don't think I can do power-user debugging.)

Here is the error:

Server Error in '/' 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: Could not load file or assembly 'CommerceBuilder.DHLInternational, Version=7.2.11307.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant permission to execute. (Exception from HRESULT: 0x80131418)

Source Error:


Line 125: <providers>
Line 126: <clear />
Line 127: <add name="AbleCommerceRoleProvider" type="CommerceBuilder.Users.AbleCommerceRoleProvider" connectionStringName="AbleCommerce6" applicationName="/" />
Line 128: </providers>
Line 129: </roleManager>

Source File: E:\web\shukrhostin\htdocs\web.config Line: 127

Version Information: Microsoft .NET Framework Version:2.0.50727.3634; ASP.NET Version:2.0.50727.3634

Re: Sudden DLL Error

Posted: Thu Jul 05, 2012 11:41 pm
by mikek
Based on the exception error code (Exception from HRESULT: 0x80131418) the issue seems like a folder permission issue. If you are running
your site in a shared hosting environment submit a support ticket with your hosting provider. The exception (Exception from HRESULT: 0x80131418)
is ASP.NET specific and is not related to Ablecommerce or CommerceBuilder.DHLInternational assembly.

http://forums.asp.net/t/1570868.aspx/1

Shared hosting providers offering commodity asp.net hosting are constantly adding folder and application pool limitations in order to be able to host
hundreds of sites on one server.

Re: Sudden DLL Error

Posted: Fri Jul 06, 2012 2:50 am
by moustafa
Thanks for the response.

On the surface, this doesn't seem to address the problem at hand. All DLL's are in the same folder and only one had this problem.