Help Configuration Error

  • Thread starter Thread starter Alvin Bruney
  • Start date Start date
A

Alvin Bruney

Anybody know how to fix this. Currently only a reboot will cure it. I'm sick
and fed up of rebooting. It has to be one of these services running in the
background doing this. It can happen with any assembly, .Net included. It's
intermittent. I've tried. Re-opening VS studio, re-starting IIS, re-starting
application pool. Killing all the w3wp.exe processes. Nothing seems to work
except a reboot. Deleting temporary internet files. This is happening with
increasing frequency and isolated to that particular dll on the stack. The
directory it points to doesn't even exist on disk.


Server Error in '/RateManager' Application.
----------------------------------------------------------------------------
----

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: 'ProgressBar'.

Source Error:

Line 329: type="Microsoft.VJSharp.VJSharpCodeProvider,
VJSharpCodeProvider, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" /></compilers>
Line 330: <assemblies>
Line 331:<!--
Line 332:BEGIN section inserted by Device Update 2 installer.
Line 333:-->

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line:
331

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'ProgressBar' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = ProgressBar
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/RateManager
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: ProgressBar
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/ratemanager/8a7438a6/36446347/ProgressBar.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/ratemanager/8a7438a6/36446347/ProgressBar/ProgressBar.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/RateManager/bin/ProgressBar.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: ProgressBar, Version=1.0.1320.36235,
Culture=neutral, PublicKeyToken=null
 
i've given up on this, opened up a trouble ticket with informix. hopefully
they can fix their mess.
 
Ok, I've found the answer to the miserable pain in the burro.
Then indexing service is causing this grief. I turned it off from IIS and
the app works fine. phew!
 
Back
Top