473,657 Members | 2,497 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Please help! - configuration error

I am using the free rich text editor control from ExportTechnolog ies. Every
once in a while I get this error (for no apparent reason). Sometimes it
happens even when I'm working on a totally non-related page! To fix it I
strip out ALL references to the editor the redo the references and it
sometimes works. Any ideas?

Here's the full error:

Server Error in '/MyWebApp' 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:
'exporttechnolo gies.webcontrol s.rte'.

Source Error:

Line 196: <add assembly="Syste m.EnterpriseSer vices, Version=1.0.500 0.0,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 197: <add assembly="Syste m.Web.Mobile, Version=1.0.500 0.0,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>

Source File:
c:\windows\micr osoft.net\frame work\v1.1.4322\ Config\machine. config Line:
198

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'exporttechnolo gies.webcontrol s.rte' could not be loaded.

=== Pre-bind state information ===
LOG: DisplayName = exporttechnolog ies.webcontrols .rte (Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/MyWebApp
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: exporttechnolog ies.webcontrols .rte
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/MyWebApp/00214fb4/baf88fe7/exporttechnolog ies.webcontrols .rte.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/MyWebApp/00214fb4/baf88fe7/exporttechnolog ies.webcontrols .rte/exportte
chnologies.webc ontrols.rte.DLL .
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/MyWebApp/bin/exporttechnolog ies.webcontrols .rte.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \aspnet.config) .
LOG: Using machine configuration file from
C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ config\machine. config.
LOG: Post-policy reference: ExportTechnolog ies.WebControls .RTE,
Version=0.9.4.1 , Culture=neutral , PublicKeyToken= 4b319444973ec2c a
_______________ _______________ __________
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
Nov 18 '05 #1
3 2538
"VB Programmer" <Ro************ ************@ju no.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
I am using the free rich text editor control from ExportTechnolog ies. Every once in a while I get this error (for no apparent reason). Sometimes it
happens even when I'm working on a totally non-related page! To fix it I
strip out ALL references to the editor the redo the references and it
sometimes works. Any ideas?

Here's the full error:

Server Error in '/MyWebApp' 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:
'exporttechnolo gies.webcontrol s.rte'.

Source Error:

Line 196: <add assembly="Syste m.EnterpriseSer vices, Version=1.0.500 0.0,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 197: <add assembly="Syste m.Web.Mobile, Version=1.0.500 0.0,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>


This looks similar to a known problem with the Indexing Service. It can keep
assemblies open in such a way that the <add assembly="*" /> element cannot
access them. Try stopping the Indexing Service and see if that fixes the
problem.
--
John Saunders
johnwsaundersii i at hotmail
Nov 18 '05 #2
That worked. How can I fix it permanently? Do I have to keep shutting down
this service? What does it do?

Thanks John!

"John Saunders" <jo************ **@notcoldmail. com> wrote in message
news:ej******** *****@tk2msftng p13.phx.gbl...
"VB Programmer" <Ro************ ************@ju no.com> wrote in message
news:%2******** ********@TK2MSF TNGP11.phx.gbl. ..
I am using the free rich text editor control from ExportTechnolog ies. Every
once in a while I get this error (for no apparent reason). Sometimes it
happens even when I'm working on a totally non-related page! To fix it I strip out ALL references to the editor the redo the references and it
sometimes works. Any ideas?

Here's the full error:

Server Error in '/MyWebApp' 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:
'exporttechnolo gies.webcontrol s.rte'.

Source Error:

Line 196: <add assembly="Syste m.EnterpriseSer vices, Version=1.0.500 0.0, Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 197: <add assembly="Syste m.Web.Mobile, Version=1.0.500 0.0,
Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a"/>
Line 198: <add assembly="*"/>
Line 199: </assemblies>
Line 200: </compilation>


This looks similar to a known problem with the Indexing Service. It can

keep assemblies open in such a way that the <add assembly="*" /> element cannot
access them. Try stopping the Indexing Service and see if that fixes the
problem.
--
John Saunders
johnwsaundersii i at hotmail

Nov 18 '05 #3
"VB Programmer" <Ro************ ************@ju no.com> wrote in message
news:ew******** ******@TK2MSFTN GP10.phx.gbl...
That worked. How can I fix it permanently? Do I have to keep shutting down this service? What does it do?


Indexing Service creates indexes which speed up searches on your machine. It
is often used to create indexes for web-site searches. If you're not using
it, simply disable the service in the Services applet under Computer
Management.
--
John Saunders
johnwsaundersii i at hotmail
Nov 18 '05 #4

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

Similar topics

5
3486
by: duikboot | last post by:
Hi all, I'm trying to export a view tables from a Oracle database to a Mysql database. I create insert statements (they look alright), but it all goes wrong when I try to execute them in Mysql, because the dates must have quotes on each side. I just don't know how make the dates right. Well I'll just show you the code and some insert statements it generates. Could anyone please help me?
2
1924
by: m3ckon | last post by:
Hi there, had to rush some sql and am now going back to it due to a slow db performance. I have a db for sales leads and have created 3 views based on the data I need to produce. However one o the views, which has subqueries to the other views is VERY slow and it needs to be speeded up, but am unsure how, can anyone help... below is the sql?
3
2315
by: Lodewijk van Haringhal | last post by:
I'am new with javascritping not with programming. Is there nobody who can help me with ths simple promblem? :) Please, please give me a hint. Please help me with this script. I have two lists in my form. One to choose a directory and one to choose a picture. The script bellow works perfect without the directory choose function. I tried to make the directory choose function myself but I did not succeed. I think I made a mistake here:...
0
1694
by: Kurt Watson | last post by:
I’m having a different kind of problem with Hotmail when I sign in it says, "Web Browser Software Limitations Your Current Software Will Limit Your Ability to Use Hotmail You are using a web browser that Hotmail does not support. If you continue to use your current browser software we cannot guarantee that Hotmail will work correctly for you". Please help, this is very annoying. I have been searching for help on
7
2382
by: Alan Bashy | last post by:
Please, guys, In need help with this. It is due in the next week. Please, help me to implement the functions in this programm especially the first three constructor. I need them guys. Please, help me. This was inspired by Exercise 7 and Programming Problem 8 in Chapter 3 of our text. I have done Exercise 7 for you: Below you will find the ADT specification for a string of characters. It represents slightly more that a minimal string...
5
2276
by: TrvlOrm | last post by:
Can any one please help me...I am new to JavaScript and I have been struggling with this code for days now and can't figure it out. I would like to get the Buttons to correspond with the action to either a) generate numbers b) Prompts a user to locate a web page c) go to previous page in history list d) Loads next page in history list e) Promps the user for a URL and loads the web page in a new window f) and Re-Sizes the window. ...
23
3259
by: Jason | last post by:
Hi, I was wondering if any could point me to an example or give me ideas on how to dynamically create a form based on a database table? So, I would have a table designed to tell my application to create certain textboxes, labels, and combo boxes? Any ideas would be appreciated. Thanks
1
1378
by: Steve | last post by:
Hi, I've asked this question a couple of times before on this forum but no one seems to be nice enough to point me to the right direction or help me out with any information, if possible. Please help me out with this because this is a very serious issue for me and I need to learn more about this. And here it is again: I've been running postgres on my server for over a year now and the tables have become huge. I have 3 tables that have...
13
2137
by: sd00 | last post by:
Hi all, can someone give me some coding help with a problem that *should* be really simple, yet I'm struggling with. I need the difference between 2 times (Target / Actual) However, these times will fall somewhere between a Start & End time Further more, there will be Break & Lunch times between Start & End. Example... Start 08:00 Break start 10:30
0
3047
by: 2Barter.net | last post by:
newsmail@reuters.uk.ed10.net Fwd: Money for New Orleans, AL & GA Inbox Reply Reply to all Forward Print Add 2Barter.net to Contacts list Delete this message Report phishing Show original
0
8392
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
8305
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
8823
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
7320
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
6163
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
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2726
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
1604
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.