Sudden DLL Error

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
moustafa
Lieutenant (LT)
Lieutenant (LT)
Posts: 54
Joined: Wed Oct 19, 2011 9:54 pm

Sudden DLL Error

Post by moustafa » Wed Jul 04, 2012 3:15 am

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

User avatar
mikek
Commander (CMDR)
Commander (CMDR)
Posts: 112
Joined: Wed Oct 15, 2008 9:30 pm
Location: Boston, MA
Contact:

Re: Sudden DLL Error

Post by mikek » Thu Jul 05, 2012 11:41 pm

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.
Mike Kolev

moustafa
Lieutenant (LT)
Lieutenant (LT)
Posts: 54
Joined: Wed Oct 19, 2011 9:54 pm

Re: Sudden DLL Error

Post by moustafa » Fri Jul 06, 2012 2:50 am

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.

Post Reply