473,513 Members | 2,490 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

error in machine.config

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\Confi g\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
Nov 18 '05 #1
2 4628
CT
Hmm, this article might apply in your case:
http://support.microsoft.com/default...b;en-us;329065

--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
"Logan McKinley" <lo***@globalweb.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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\Confi g\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

Nov 18 '05 #2
Stopping the Indexing Service (per the MSDN article you recommended) seems
to have solved my problem. Thanks a million,
~Logan
"CT" <ca******@spammersgoawaydotnetservices.biz> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hmm, this article might apply in your case:
http://support.microsoft.com/default...b;en-us;329065

--
Carsten Thomsen
Enterprise Development with VS .NET, UML, and MSF
http://www.apress.com/book/bookDisplay.html?bID=105
"Logan McKinley" <lo***@globalweb.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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\Confi g\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


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
9000
by: David Moore | last post by:
Hello I posted a thread about this a while back, but I can't actually find it again so I can reply to it with the solution I found, so I'm making a new thread and hoping it goes to the top of...
1
4340
by: Chris | last post by:
I have seen the posts on various places on the internet about .NET framework mismatch issues and I don't think that is my problem. ; ) When I execute the following C++.NET code: String...
9
2972
by: Marina Anufreichik | last post by:
Hi, After deploymnet web application on web server I can access page on local machine and login fine but when I'm trying to access web site from remote machine I can see login page, but when I'm...
3
4885
by: Damian | last post by:
Hi everyone I'm having an issue with one of our applications. I'm getting the following error when attempting to log in to the site: Server Error in 'xxxxxxxxxxxxxxxx' Application....
5
310
by: Martin Robins | last post by:
I have never dabbled with ASP.NET until now so be warned! I have created a web application with the single default form: WebForm1.aspx and when I try to display it I get this error. My...
1
1470
by: far_asllam | last post by:
When i try to upload my project which is using a pdf generator assembly. It gives me Error as: Configuration Error Description: An error occurred during the processing of a configuration file...
10
3682
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
3
13339
by: Ted | last post by:
In WSAT, I get the following error when trying to set up my provider: Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site...
13
4721
by: Kevin Liebowicz | last post by:
Yes, I wasted the past two days trying to fix this. Yes, this is on a Win2003 Server. Yes, this machine is a domain controller. Yes, I seen the dozens of KB articles like this one:...
0
1908
by: =?Utf-8?B?VmFuZXNzYQ==?= | last post by:
Hi all! I am having problems on installing .NET Framework 3.5 on some machines. In one machine the error is: WinVerifyTrust returned -2146762751 Wintrust not on machine Error: O arquivo...
0
7260
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7384
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7537
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7099
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7525
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5685
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3222
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
799
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
456
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.