473,320 Members | 2,004 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,320 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 4330
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.