CS0007: Unexpected common language runtime initialization error -- 'Access is denied. '

S

sri_san

Hi Group,
This annoying and mysterious error has been troubling me
for quite sometime now. The detailed compiler output is below :

-------------
[No relevant source lines]

c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework
\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\Windows\assembly
\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a
\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_MSIL
\System.Runtime.Serialization
\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:
\Windows\assembly\GAC_MSIL\System.ServiceModel
\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows
\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a
\System.EnterpriseServices.dll" /R:"C:\Windows\assembly\GAC_MSIL
\System.IdentityModel
\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows
\assembly\GAC_MSIL\System.Xml
\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\assembly
\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a
\System.Drawing.dll" /R:"C:\Windows\assembly\GAC_32\System.Web
\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly
\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a
\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL
\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /
R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:
\Windows\assembly\GAC_MSIL\System
\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.NET
\Framework\v2.0.50727\Temporary ASP.NET Files\root\dd8855a5\3efeabec
\assembly\dl3\df3290c6\4aca2af8_701ac801\test.DLL" /R:"C:\Windows
\assembly\GAC_32\System.Data
\2.0.0.0__b77a5c561934e089\System.Data.dll" /out:"C:\Windows
\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root
\dd8855a5\3efeabec\App_Web_default.aspx.cdcab7d2._ricaiik.dll" /
D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699 "C:\Windows
\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root
\dd8855a5\3efeabec\App_Web_default.aspx.cdcab7d2._ricaiik.0.cs" "C:
\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
\root\dd8855a5\3efeabec\App_Web_default.aspx.cdcab7d2._ricaiik.1.cs"


Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.312
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

fatal error CS0007: Unexpected common language runtime initialization
error -- 'Access is denied. '
-------------

I did make sure that the temp and www folder has full permissions to
ASPNET user. Any help to resolve the issue is appreciated!

Thanks,
Sam.
 
Y

yvesduhoux

Hi Group,
This annoying and mysterious error has been troubling me
for quite sometime now. The detailed compiler output is below :

-------------
[No relevant source lines]

c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework
\v2.0.50727\csc.exe" /t:library /utf8output /R:"C:\Windows\assembly
\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a
\System.Configuration.dll" /R:"C:\Windows\assembly\GAC_MSIL
\System.Runtime.Serialization
\3.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:
\Windows\assembly\GAC_MSIL\System.ServiceModel
\3.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows
\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a
\System.EnterpriseServices.dll" /R:"C:\Windows\assembly\GAC_MSIL
\System.IdentityModel
\3.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows
\assembly\GAC_MSIL\System.Xml
\2.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\assembly
\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a
\System.Drawing.dll" /R:"C:\Windows\assembly\GAC_32\System.Web
\2.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\assembly
\GAC_MSIL\System.Web.Services\2.0.0.0__b03f5f7f11d50a3a
\System.Web.Services.dll" /R:"C:\Windows\assembly\GAC_MSIL
\System.Web.Mobile\2.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll" /
R:"C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll" /R:"C:
\Windows\assembly\GAC_MSIL\System
\2.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.NET
\Framework\v2.0.50727\Temporary ASP.NET Files\root\dd8855a5\3efeabec
\assembly\dl3\df3290c6\4aca2af8_701ac801\test.DLL" /R:"C:\Windows
\assembly\GAC_32\System.Data
\2.0.0.0__b77a5c561934e089\System.Data.dll" /out:"C:\Windows
\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root
\dd8855a5\3efeabec\App_Web_default.aspx.cdcab7d2._ricaiik.dll" /
D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699 "C:\Windows
\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root
\dd8855a5\3efeabec\App_Web_default.aspx.cdcab7d2._ricaiik.0.cs" "C:
\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files
\root\dd8855a5\3efeabec\App_Web_default.aspx.cdcab7d2._ricaiik.1.cs"

Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.312
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

fatal error CS0007: Unexpected common language runtime initialization
error -- 'Access is denied. '
-------------

I did make sure that the temp and www folder has full permissions to
ASPNET user. Any help to resolve the issue is appreciated!

Thanks,
Sam.

Hi Sam,

I'm having the exact same problem, and was wondering if you ever found
a way out of it (or anybody for that matter).

Cheers,
Yves
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top