Link to home
Start Free TrialLog in
Avatar of smetterd
smetterdFlag for United States of America

asked on

ASP.NET Error - Parser Error Message: Access is denied: 'DreamweaverCtrls'.

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: Access is denied: 'DreamweaverCtrls'.

Source Error:


Line 256:                <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257:                <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258:                <add assembly="*"/>
Line 259:            </assemblies>
Line 260:
 

Source File: c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 258

Assembly Load Trace: The following information can be helpful to determine why the assembly 'DreamweaverCtrls' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = DreamweaverCtrls
 (Partial)
LOG: Appbase = file:///E:/sites/mh0405.stisd.net/wwwroot
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Post-policy reference: DreamweaverCtrls
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/fbde633c/19eea101/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/fbde633c/19eea101/DreamweaverCtrls/DreamweaverCtrls.DLL.
LOG: Attempting download of new URL file:///E:/sites/mh0405.stisd.net/wwwroot/bin/DreamweaverCtrls.DLL.

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
ASKER CERTIFIED SOLUTION
Avatar of jpontani
jpontani

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mmarinov
mmarinov

Hi smetterd,

try to clear your asp.net temp folder

c:\winnt\microsoft.net\framework\v.1.1.4322\Temporary ASP.NET Files
just delete the complete content - it is just a temp files

Regards!
B..M
mmarinov
Avatar of smetterd

ASKER

Someone had installed FP extensions onthe site, which had removed asp.net's permissions to the dll

jpontani, you hit it right on the head. good work.
I know that problem oh so well :).  I've had it happen to me many times, glad to hear you got it working.

Joe