473,471 Members | 1,964 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Parser Error Message: Access is denied

I’m experiencing the following error. Research I’ve done implies that this is caused by a conflict with index server. I’ve disabled index server and continue to get the error. I’ve also disabled the antivirus real time scanning
The application is running perfectly on other servers. Any help is appreciated

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: 'Interop.CDO'

Source Error:

Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 199: <add assembly="*"/
Line 200: </assemblies
Line 201

Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line: 19

Nov 18 '05 #1
3 2184
I have tended to get this error when my .Net assembly permissions are not
set correctly.
Try going into the .Net Wizards (in Win2k it's in Administrative Tools) and
select the Adjust .Net Security wizard. Make changes to your computer and
then make sure that My Computer is set to Full Trust. I also set Local
Intranet to Full Trust as well, but I'm not sure that's required. Try that
and see if it helps any.

HTH,
-Cliff

"Christopher" <an*******@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
I'm experiencing the following error. Research I've done implies that this is caused by a conflict with index server. I've disabled index server
and continue to get the error. I've also disabled the antivirus real time
scanning. The application is running perfectly on other servers. Any help is appreciated.

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: 'Interop.CDO'.

Source Error:

Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:

Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line:
199

Nov 18 '05 #2
CWS
Thanks for the suggestion Cliff, but this did not work. I'm still looking,
if anyone has any ideas.

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I have tended to get this error when my .Net assembly permissions are not
set correctly.
Try going into the .Net Wizards (in Win2k it's in Administrative Tools) and select the Adjust .Net Security wizard. Make changes to your computer and
then make sure that My Computer is set to Full Trust. I also set Local
Intranet to Full Trust as well, but I'm not sure that's required. Try that and see if it helps any.

HTH,
-Cliff

"Christopher" <an*******@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
I'm experiencing the following error. Research I've done implies that this is caused by a conflict with index server. I've disabled index

server and continue to get the error. I've also disabled the antivirus real time
scanning.
The application is running perfectly on other servers. Any help is

appreciated.


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: 'Interop.CDO'.

Source Error:

Line 197: <add assembly="System.Drawing,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="System.EnterpriseServices,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:

Source File:

c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line:
199


Nov 18 '05 #3
CWS
OK solved the problem...

It turns out file level permissions for one of my dlls did not inherit from
the parent directory. Because the file was accessible to the system
administrator only, the file couldn't be copied to the temporary
directory.... Very interesting...

C
"CWS" <cs******@nycrr.com> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
Thanks for the suggestion Cliff, but this did not work. I'm still looking, if anyone has any ideas.

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I have tended to get this error when my .Net assembly permissions are not set correctly.
Try going into the .Net Wizards (in Win2k it's in Administrative Tools)

and
select the Adjust .Net Security wizard. Make changes to your computer and then make sure that My Computer is set to Full Trust. I also set Local
Intranet to Full Trust as well, but I'm not sure that's required. Try

that
and see if it helps any.

HTH,
-Cliff

"Christopher" <an*******@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
I'm experiencing the following error. Research I've done implies that

this is caused by a conflict with index server. I've disabled index

server
and continue to get the error. I've also disabled the antivirus real time scanning.
The application is running perfectly on other servers. Any help is

appreciated.


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: 'Interop.CDO'.

Source Error:

Line 197: <add assembly="System.Drawing,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="System.EnterpriseServices,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:

Source File:

c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line: 199



Nov 18 '05 #4

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

Similar topics

22
by: James Kupernik | last post by:
Hello everyone! I'm hoping someone can shed some light on my ever daunting mysql/php problem. I'm currently trying to get a new server up and running using apache/php/mysql. Everything runs...
3
by: Christopher | last post by:
I’m experiencing the following error. Research I’ve done implies that this is caused by a conflict with index server. I’ve disabled index server and continue to get the error. I’ve also...
5
by: Raterus | last post by:
I'm just throwing this error out for my sanity, I've seen posts about this, but never solutions. I'm using VS.NET 2003, Framework 1.1, and I'm getting a random error about every 1 out of 10 times...
1
by: VB Programmer | last post by:
I am using a free rich text control from ExportTechnologies. I was developing and debuggin fine. Restarted VS.NET 2003 and now I get this error when trying to run my web app. Any ideas? ...
0
by: PeterB | last post by:
I get error 'Parser Error Message: Access is denied ...' in my webapplication 1. indexing service on server and dev. PC is off 2. error appearing randomly 3. error appearing both in development...
2
by: Ross | last post by:
Hi I have an application using asp.net that I am running on my PC. The web form has a text box where you can enter a name for a new Photo category then click on the button. The code is...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
1
by: lecnac | last post by:
Sorry for the repost. I must have done something wrong when I tried to post my reply (I can't seem to find it). Anyway, I'd really appreciate any help that anyone could provide. My issue is...
0
by: fredd00 | last post by:
Hi I'm using Visual Source Safe 2005 and Visual studio 2005 When merging files with source safe changes , it's fine no errors when i try to connect to my page i get the error: Parser...
8
by: =?Utf-8?B?TWFydGluIFNhY2hz?= | last post by:
I have been using MSCONFIG (XP Pro) for four years with no problem. I always use it in Administrator. Last night, when I attempted to go into selective startup mode, I got the following error...
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
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,...
0
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...
1
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
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.