error in machine.config

L

Logan McKinley

I receive the following error about once ever thirty minutes.
The error is
============================================================================
=
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: 'ASPEMAILLib'.

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 'ASPEMAILLib' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = ASPEMAILLib
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/CRM
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: ASPEMAILLib
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/crm/f38eae75/d1c2aac7/ASPEMAILLib.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/crm/f38eae75/d1c2aac7/ASPEMAILLib/ASPEMAILLib.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CRM/bin/ASPEMAILLib.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: ASPEMAILLib, Version=1.0.0.0, Culture=neutral,
PublicKeyToken=null



----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
============================================================================
=

It seems to go away after an undetermined amount of time between 5-30
minutes or if I close VS and restart it. I have tried killing the
aspnet_wp.exe process but that does not seem to help. ASPEMAILLib is a mail
com that is used in my application, which has multiple people working on it
and I am the only one who is experiencing this problem. I can't seem to
find any information of the problem and would appreciate any help you could
provide.
Thanks in advance,
~Logan
 
L

Logan McKinley

Stopping the Indexing Service (per the MSDN article you recommended) seems
to have solved my problem. Thanks a million,
~Logan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top