Parser Error Message: Execution permission cannot be acquired.

G

Guest

Hi,

When I tried to run a web project on the browser using localhost I
always get this message:

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: Execution permission cannot be acquired.

Source Error:


Line 323: language="js;jscript;javascript"
Line 324: extension=".js"
Line 325: type="Microsoft.JScript.JScriptCodeProvider,
Microsoft.JScript, Version=7.0.5000.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a" />
Line 326: <compiler
Line 327: language="VJ#;VJS;VJSharp"


Source File:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 325


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET
Version:1.1.4322.2032

I'm not using Using Visual J# so I don't know why I'm getting this error.

Do I need to reinstall Framework? Any Ideas?
 
G

Guest

I don't think that's the problem. All my projects were working fine three
weeks ago until I started creating customized web parts for SharePoint.
Yesterday, I removed all the dlls that I created for this web part and I
reinstalled Framework 1.1 on my machine yesterday. I also ran Windows update
to install the service pack that I need. I also restarted IIS and restarted
my computer. After that I got a different source error:

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: Execution permission cannot be acquired.

Source Error:


Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:


Source File:
c:\winnt\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top