473,403 Members | 2,359 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,403 software developers and data experts.

Help Configuration Error

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\Confi g\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

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Nov 15 '05 #1
2 3380
i've given up on this, opened up a trouble ticket with informix. hopefully
they can fix their mess.
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:##**************@TK2MSFTNGP10.phx.gbl...
I don't know what else to provide. It is an 'ordinary' app with a few
references to dll's-nothing out of the ordinary. I spent a couple hours
troubleshooting today. I removed a couple references and it went away.
Thought i had it fixed, but it came back this evening occuring with another dll. When it goes away, i get another illegal access error coming from odbc everytime i make a code change. i work around it by restarting the
application pool. I've already posted this illegal access, but got no
response - my hunch is that it occurs because i have oledb and odbc
providers in the same web form (my guess).
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:u#**************@TK2MSFTNGP09.phx.gbl...
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\Confi g\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


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

ASP.NET
Version:1.1.4322.573


Nov 15 '05 #2
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!

"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:O0**************@TK2MSFTNGP09.phx.gbl...
i've given up on this, opened up a trouble ticket with informix. hopefully
they can fix their mess.
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:##**************@TK2MSFTNGP10.phx.gbl...
I don't know what else to provide. It is an 'ordinary' app with a few
references to dll's-nothing out of the ordinary. I spent a couple hours
troubleshooting today. I removed a couple references and it went away.
Thought i had it fixed, but it came back this evening occuring with

another
dll. When it goes away, i get another illegal access error coming from

odbc
everytime i make a code change. i work around it by restarting the
application pool. I've already posted this illegal access, but got no
response - my hunch is that it occurs because i have oledb and odbc
providers in the same web form (my guess).
"Alvin Bruney" <vapordan_spam_me_not@hotmail_no_spamhotmail.com > wrote in
message news:u#**************@TK2MSFTNGP09.phx.gbl...
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\Confi g\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


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

ASP.NET
Version:1.1.4322.573



Nov 15 '05 #3

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

Similar topics

2
by: David Elliott | last post by:
I am creating a configuration class to read / write a standard configuration file. <?xml version="1.0" encoding="utf-8"?> <configuration> <appSettings> <add key="ConnectionString"...
12
by: Kevin Farless | last post by:
Hi all, I'm having trouble viewing any .aspx pages on my hosting company's server. The server is a new box running Windows Server 2003 default installation. I'm the first client to try using...
0
by: Kamal Dhingra | last post by:
Hi Guys, I am developing an asp.net application .In error handling , I have 2 web.congif files ,one is in Web(which is the virtual directory) ,other i have created in a folder in Web/Admin. The...
4
by: space turtle | last post by:
this is the error i get... when i got to www.hotmail.com Server Error in '/' Application. ------------------------------------------------------------------------ -------- Runtime Error...
20
by: RWC | last post by:
Hi Folks, I have a windows 2000 server installation, IIS is running and the ASP.NET 1.1 SDK has been installed. I'm reading a book on ASP.NET and the lessons call for the first line to read <%@...
6
by: James Radke | last post by:
Hello, I have a multithreaded windows NT service application (vb.net 2003) that I am working on (my first one), which reads a message queue and creates multiple threads to perform the processing...
1
by: treelife | last post by:
I'm getting and internal server error when | run the following mod_python script. I am actually trying to run Django. Script: from mod_python import apache def handler(req):...
2
by: bimperial | last post by:
Hello folks, My first time here and I'm coming from the Coldfusion side of web applications ;) but I've inherited a task to trouble shoot some issues with some so-called simple asp.net stuff ;)....
1
by: psantosh12 | last post by:
Hello Frnds Please need help to resolve error.......... it is very very urgent........ The error is Runtime Error Description: An application error occurred on the server. The current custom...
12
by: =?Utf-8?B?ZGdvdw==?= | last post by:
I designed a "contact_us" page in visual web developer 2005 express along with EW2 after viewing tutorials on asp.net's help page. Features work like they should, but I cannot figure out how to...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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.