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

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 3591
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...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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: 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...
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
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...

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.