473,416 Members | 1,712 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,416 software developers and data experts.

Configuration error with 'Microsoft.ApplicationBlocks.ExceptionManagement.I nterfaces'

I use Microsoft Exception management block to publish exception to
event log. but some error occured. Error is blow, how can I solve this
problem ???
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: The given assembly name or codebase,
'Microsoft.ApplicationBlocks.ExceptionManagement.I nterfaces', was
invalid.

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:\winnt\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
'Microsoft.ApplicationBlocks.ExceptionManagement.I nterfaces' could not
be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces
(Partial)
LOG: Appbase = file:///C:/TurSys2_Project/TurSys2_Solution/TurSys2.General.ExclusiveMessages.Web
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:
Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/tursys2_project_tursys2_solution_tursys2.general.e xclusivemessages.web/1ac16e6a/bd253827/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/tursys2_project_tursys2_solution_tursys2.general.e xclusivemessages.web/1ac16e6a/bd253827/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces.DLL.
LOG: Attempting download of new URL
file:///C:/TurSys2_Project/TurSys2_Solution/TurSys2.General.ExclusiveMessages.Web/bin/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces.DLL.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference:
Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces,
Version=1.0.1612.25573, Culture=neutral, PublicKeyToken=null
Nov 18 '05 #1
1 4342
I am had same trouble and solved this problem.

Note! NT AUTHORITY\NETWORK SERVICE has disk quota on system drive!

Check quota on system drive (you must see warning there)
Plz, reply if its correct for community.

"Nierted" wrote:
Oney--

I am having the same error--did you ever find an answer/solution to the recurring 'Configuration Error'?

"Oney" wrote:
I use Microsoft Exception management block to publish exception to
event log. but some error occured. Error is blow, how can I solve this
problem ???
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: The given assembly name or codebase,
'Microsoft.ApplicationBlocks.ExceptionManagement.I nterfaces', was
invalid.

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:\winnt\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
'Microsoft.ApplicationBlocks.ExceptionManagement.I nterfaces' could not
be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces
(Partial)
LOG: Appbase = file:///C:/TurSys2_Project/TurSys2_Solution/TurSys2.General.ExclusiveMessages.Web
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:
Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/tursys2_project_tursys2_solution_tursys2.general.e xclusivemessages.web/1ac16e6a/bd253827/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces.DLL.
LOG: Attempting download of new URL
file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/tursys2_project_tursys2_solution_tursys2.general.e xclusivemessages.web/1ac16e6a/bd253827/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces.DLL.
LOG: Attempting download of new URL
file:///C:/TurSys2_Project/TurSys2_Solution/TurSys2.General.ExclusiveMessages.Web/bin/Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces.DLL.
LOG: Policy not being applied to reference at this time (private,
custom, partial, or location-based assembly bind).
LOG: Post-policy reference:
Microsoft.ApplicationBlocks.ExceptionManagement.In terfaces,
Version=1.0.1612.25573, Culture=neutral, PublicKeyToken=null

Nov 18 '05 #2

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

Similar topics

0
by: PJdotnet | last post by:
Hi, I'm trying to use out of the box "XmlSerializerSectionHandler" section handler (without doing any custom section handler devlopment) and although I've gone thruogh all the CMAB documentation...
0
by: Eli Abitbol | last post by:
Hi All I am using a few Microsoft application blocks in our winforms applications I am having problem with the Microsoft.ApplicationBlocks.ExceptionManagement components The samples for...
2
by: Sri | last post by:
I have a simple Web Application hosted on IIS. In this appliaction I am trying to use Microsoft Exception Blocks. It is giving giving me some problem in creating a file on the path specified in my...
1
by: Jason | last post by:
Hi, I'm trying to integrate Microsoft's Configuration Management Application Block (CMAB), and have run into a bit of trouble. Would appreciate any input anybody could provide at this point. I...
1
by: Oney | last post by:
The Microsoft Exception Management publish exceptions to Application Log in EventLog as default but I want to publish different log in Event log so I created MyLog in Event Log and I want...
2
by: Shawn Anderson | last post by:
Has anyone had issues getting Microsoft.ApplicationBlocks.ExceptionManagement to work after installing XP SP2? The problem I am running into is the EventLog.OpenWrite() call fails no matter what....
4
by: scottrm | last post by:
We have two developers, call them A and B, (on Windows XP) developing a number of asp.net web sites on a shared server (Windows 2003). Everything has been ok but recently for no apparent reason...
1
by: Ramanfromoz | last post by:
Hi, Developing a new we application. Everything okay on my local WIN XP PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly. Now, the same code I am copying over to a...
2
by: drew.ferraro | last post by:
Hi, I am trying to build a .DLL file that uses "'Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces'". I am trying to build this .DLL as fully signed. However, when I try to build, I...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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
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...
0
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
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
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,...

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.