J
John
Ok, I give up. I have an XP SP2 development system that has both asp.net
v1.1.4322 and v2.0.50727 loaded on it. When I try to run my web site in
debug mode, I get error CS0016 as follows:
Compiler Error Message: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mycompany\61ed8bd6\4d57d3a7\evgr-dci.dll' -- 'Access is denied. '
I've googled this and tried the following:
- Changed the permissions on the "Temporary ASP.NET Files" directory
- Added ASPNET and NETWORK SERVICE to the security settings for this
directory
- Followed MSDN article #825791 and changed TMP and TEMP to C:\Temp
- Set the ASP.NET version to 1.1.4322 in IIS (version 5.1 incidentally)
- Did numerous reboots
- Reinstalled IIS
- Re-applied ASP.NET v1.1 (and SP1)
- Reinstalled ASP.NET v1.1 (and SP1)
- Reinstalled Visual Studio 2003 (and SP1)
but still I get the CS0016 error.
Can anyone help?
John Martin
v1.1.4322 and v2.0.50727 loaded on it. When I try to run my web site in
debug mode, I get error CS0016 as follows:
Compiler Error Message: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\mycompany\61ed8bd6\4d57d3a7\evgr-dci.dll' -- 'Access is denied. '
I've googled this and tried the following:
- Changed the permissions on the "Temporary ASP.NET Files" directory
- Added ASPNET and NETWORK SERVICE to the security settings for this
directory
- Followed MSDN article #825791 and changed TMP and TEMP to C:\Temp
- Set the ASP.NET version to 1.1.4322 in IIS (version 5.1 incidentally)
- Did numerous reboots
- Reinstalled IIS
- Re-applied ASP.NET v1.1 (and SP1)
- Reinstalled ASP.NET v1.1 (and SP1)
- Reinstalled Visual Studio 2003 (and SP1)
but still I get the CS0016 error.
Can anyone help?
John Martin