.NET Error: Access is denied: 'Microsoft.CRM.ComProxy'.
From: Ivan Christiansen (texstar@xmission.com)
Date: 03/05/03
- Next message: Mike Moore [Microsoft]: "Re: What is security.config.cch.1708.140109"
- Previous message: Friso Wiskerke: "Can I customize FormsAuthentication to use NO cookie at all?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Ivan Christiansen" <texstar@xmission.com> Date: Tue, 4 Mar 2003 15:51:43 -0800
I am programming a Microsoft CRM third-party solution.
Usually everything is fine, however, at random on a
minimum basis, I get the below error attached to the end
of this message when I compile and run my program. The
error occurs at the machine.config level.
Renaming the DLL file doesn't work. Some process or
program is currently using it, even if my web application
is closed, and ONLY my web application should be using
it. Its almost as if the dll is locked.
What can I do to remove that error other than by rebooting
my computer?
Things I have tried:
Killing aspnet_wp.exe process. (Doesn't work, CRM has
control over it too)
Shutting down and restarting IIS Administration Service.
(removes aspnet_wp.exe, but doesn't resolve problem)
Things that have worked:
Rebooting the computer.
Waiting a span of time, and somehow I obtain access to the
dll again. (Matter of minutes or even upwards of an hour)
Any help would be appreciated.
Thanks!
Ivan
----------------------------------------------------
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 'Microsoft.CRM.ComProxy'.
Source Error:
Line 150:<add assembly="System.Drawing,
Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 151:<add assembly="System.EnterpriseServices,
Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a"/>
Line 152:<add assembly="*"/>
Line 153:</assemblies>
Line 154:</compilation>
Source File: c:\winnt\microsoft.net\framework\v1.0.3705
\Config\machine.config Line: 152
---------------------------------------------------------
Version Information: Microsoft .NET Framework
Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
- Next message: Mike Moore [Microsoft]: "Re: What is security.config.cch.1708.140109"
- Previous message: Friso Wiskerke: "Can I customize FormsAuthentication to use NO cookie at all?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|