473,382 Members | 1,615 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,382 software developers and data experts.

Please help! - configuration error

I am using the free rich text editor control from ExportTechnologies. 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:
'exporttechnologies.webcontrols.rte'.

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:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
198

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

=== Pre-bind state information ===
LOG: DisplayName = exporttechnologies.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: exporttechnologies.webcontrols.rte
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/MyWebApp/00214fb4/baf88fe7/exporttechnologies.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/exporttechnologies.webcontrols.rte/exportte
chnologies.webcontrols.rte.DLL.
LOG: Attempting download of new URL
file:///C:/Inetpub/wwwroot/MyWebApp/bin/exporttechnologies.webcontrols.rte.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: ExportTechnologies.WebControls.RTE,
Version=0.9.4.1, Culture=neutral, PublicKeyToken=4b319444973ec2ca
________________________________________
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Nov 18 '05 #1
3 2523
"VB Programmer" <Ro************************@juno.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am using the free rich text editor control from ExportTechnologies. 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:
'exporttechnologies.webcontrols.rte'.

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>


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
johnwsaundersiii 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*************@tk2msftngp13.phx.gbl...
"VB Programmer" <Ro************************@juno.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am using the free rich text editor control from ExportTechnologies. 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:
'exporttechnologies.webcontrols.rte'.

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>


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
johnwsaundersiii at hotmail

Nov 18 '05 #3
"VB Programmer" <Ro************************@juno.com> wrote in message
news:ew**************@TK2MSFTNGP10.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
johnwsaundersiii at hotmail
Nov 18 '05 #4

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

Similar topics

5
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,...
2
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...
3
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...
0
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...
7
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...
5
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...
23
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...
1
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...
13
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...
0
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
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...

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.