473,770 Members | 2,519 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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.VJShar pCodeProvider,
VJSharpCodeProv ider, Version=7.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a" /></compilers>
Line 330: <assemblies>
Line 331:<!--
Line 332:BEGIN section inserted by Device Update 2 installer.
Line 333:-->

Source File:
c:\windows\micr osoft.net\frame work\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.132 0.36235,
Culture=neutral , PublicKeyToken= null

----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
Nov 15 '05 #1
2 3396
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:##******** ******@TK2MSFTN GP10.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#******** ******@TK2MSFTN GP09.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.VJShar pCodeProvider, VJSharpCodeProv ider, Version=7.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a" /></compilers>
Line 330: <assemblies>
Line 331:<!--
Line 332:BEGIN section inserted by Device Update 2 installer.
Line 333:-->

Source File:
c:\windows\micr osoft.net\frame work\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.132 0.36235,
Culture=neutral , PublicKeyToken= null


--------------------------------------------------------------------------
--
----
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;

ASP.NET
Version:1.1.432 2.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******** ******@TK2MSFTN GP09.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:##******** ******@TK2MSFTN GP10.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#******** ******@TK2MSFTN GP09.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.VJShar pCodeProvider, VJSharpCodeProv ider, Version=7.0.500 0.0, Culture=neutral ,
PublicKeyToken= b03f5f7f11d50a3 a" /></compilers>
Line 330: <assemblies>
Line 331:<!--
Line 332:BEGIN section inserted by Device Update 2 installer.
Line 333:-->

Source File:
c:\windows\micr osoft.net\frame work\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.132 0.36235,
Culture=neutral , PublicKeyToken= null


--------------------------------------------------------------------------
--
----
Version Information: Microsoft .NET Framework Version:1.1.432 2.573;

ASP.NET
Version:1.1.432 2.573



Nov 15 '05 #3

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

Similar topics

2
10389
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" value="server=(local);" /> </appSettings> </configuration> I am using a XmlDocument for my base implementation.
12
26816
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 ASP.NET on this box and the administrator of the server has never setup an ASP.NET site before, so most likely the problem I'm experiencing is server settings related. Note in the Web.config below that the <customErrors mode="Off"/> is present,...
0
1310
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 problem is i want 2 different custom error handling files ,one for the main site and other for the admin.In the config file in admin I wrote <customErrors defaultRedirect="CustomErrorAdmin.aspx" mode="On" /> and in the other config file i wrote ...
4
1482
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 Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It
20
2068
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 <%@ Page Language="VB"%>. When I save the page and run it (from a remote machine) I get the following message; "The scripting language 'VB' is not found on the server." I haven't been able to find ANY other solution. When I type this into
6
4997
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 for long running reports. When the processing is complete it uses crystal reports to load a template file, populate it, and then export it to a PDF. It works fine so far....
1
4360
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): req.content_type = 'text/plain' req.write("Under Construction")
2
1326
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 ;). I've run into something right off the bat that I'm not familiar with, on the page here: http://medicine.med.unc.edu/about/directory.aspx When clicking any of the search function buttons, it bombs out and I haven't a clue where to start so any help...
1
2122
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 error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of...
12
2478
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 send contact info to email or data base when the "send" button is pressed. I've watched the tutorials over & over again. I just can't get it. Link: http://www.syfloristonline.zipa.com/contact_us.aspx. Need help
0
9592
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10230
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8886
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7416
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5450
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3972
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3576
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2817
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.