473,796 Members | 2,560 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp.net v1.1.4322 CS0016

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\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\mycompany \61ed8bd6\4d57d 3a7\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
Jan 27 '08 #1
4 2941
Delete every directory below :

c:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files\

Do *not* delete the \Temporary ASP.NET Files directory;
only delete every directory below it.

Then, stop/restart IIS.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"John" <go*******@hotm ail.comwrote in message news:eI******** ******@TK2MSFTN GP06.phx.gbl...
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\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary
ASP.NET Files\mycompany \61ed8bd6\4d57d 3a7\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


Jan 28 '08 #2
Oh yea, I also tried:

- Adding IUSR_mymachine to the security settings for all temp directories
- Stopping all indexing services
- Turning off the firewall

Thanks,
John
"John" <go*******@hotm ail.comwrote in message
news:eI******** ******@TK2MSFTN GP06.phx.gbl...
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\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET
Files\mycompany \61ed8bd6\4d57d 3a7\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


Jan 28 '08 #3
Juan,

Thanks for responding to my inquiry. I just tried what you suggested:

1) Delete all files (and directories) under \Temporary ASP.NET Files
2) Stop and then Restart IIS

Still fails with CS0016.

Do you have any other suggestions?
John Martin
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:u0******** ******@TK2MSFTN GP06.phx.gbl...
Delete every directory below :

c:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ Temporary ASP.NET Files\

Do *not* delete the \Temporary ASP.NET Files directory;
only delete every directory below it.

Then, stop/restart IIS.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"John" <go*******@hotm ail.comwrote in message
news:eI******** ******@TK2MSFTN GP06.phx.gbl...
>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\Mi crosoft.NET\Fra mework\v1.1.432 2\Temporary ASP.NET
Files\mycompan y\61ed8bd6\4d57 d3a7\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



Jan 28 '08 #4
re:
!Do you have any other suggestions?

Yes. See if the directories in this MSDN article, have the permissions listed :

http://msdn2.microsoft.com/en-us/lib...1e(VS.71).aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
=============== =============== ========
"John" <go*******@hotm ail.comwrote in message news:%2******** ********@TK2MSF TNGP03.phx.gbl. ..
Juan,

Thanks for responding to my inquiry. I just tried what you suggested:

1) Delete all files (and directories) under \Temporary ASP.NET Files
2) Stop and then Restart IIS

Still fails with CS0016.

Do you have any other suggestions?
John Martin
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message news:u0******** ******@TK2MSFTN GP06.phx.gbl...
>Delete every directory below :

c:\WINDOWS\Mic rosoft.NET\Fram ework\v1.1.4322 \Temporary ASP.NET Files\

Do *not* delete the \Temporary ASP.NET Files directory;
only delete every directory below it.

Then, stop/restart IIS.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
============== =============== =========
"John" <go*******@hotm ail.comwrote in message news:eI******** ******@TK2MSFTN GP06.phx.gbl...
>>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\M icrosoft.NET\Fr amework\v1.1.43 22\Temporary ASP.NET Files\mycompany \61ed8bd6\4d57d 3a7\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




Jan 28 '08 #5

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

Similar topics

1
1687
by: Bob | last post by:
I'm all of a sudden getting an access denied error on my web server when I access it from a browser: CS0016: Could not write to output file 'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\projmgmt\ede965f0\db1b3c5e\thwdzsif.dll' -- 'Access is denied. ' I understand that .NET was attempting to do a JIT compilation since this is a newer version (tested and ran well on another server). I also know that this is...
1
5695
by: Ivan | last post by:
Hi, I have moved an entire solution from .netframework 1.0 to 1.1; also I have migrated the solution to VS2003. After this I have added a new project (Web) to previous solution; I'm referencing a DLL from other project within the solution and including some user controls within my new project, but whenever I try to execute a new aspx I have coded I receive next error message (see below); the problem is that some times the Parser Error...
1
1988
by: RedEagle | last post by:
Hi all, I have the following problem with ASP.NET running on Windows 2003. My configuration is: 1) Windows 2003 Server Standard 2) ASP.NET running in IIS5 Isolation mode (aspnet_wp.exe is alive and kicking) 3) .NET Framework v1.1.4322 (updated by Windows update) 4) My application running on d:\myapp directory (not c:\Inetpub)
4
2270
by: Martin | last post by:
Hi, I am getting an "Access Denied" error when attempting to browse asp.net pages. I have installed ASP.NET 1.1.4322 on a domain controller. The machine also has ASP.NET 1.0.3705 installed on it. The machine is win 2k server. IIS is installed. I have already run aspnet_regiis - i to reinstall the .net framework.
2
4222
by: Amelyan | last post by:
VisualStudio is trying to copy older version of Company.Interface.dll into runtime directory from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\ and I get this warning. Warning: The dependency 'Company.Interface, Version=1.0.1940.30685, Culture=neutral' in project 'MyWebApplication' cannot be copied to the run directory because it would overwrite the reference 'Company.Interface, Version=1.0.1940.31541,...
2
1743
by: asnowfall | last post by:
I am new to web technologies. Pls clarify these basic doubts. When there are mutliple ASP version installed on the same machine there will be corresponding directories under "WINDOWS\Microsoft.NET\Framework" Ex: my webserver has following ASP folders
2
3658
by: ben | last post by:
Hi there, I am trying to configure a brand new Windows 2003 server. I need to move an intranet application onto this server, however, I have the following problem with ASP.Net. In the properties for the Default Web Site in IIS, on the ASP.Net tab, there is only 1 version of .Net available to select for the website: 2. The application was originally written against 1.1.4322, and I need to target this version. I have tried running the...
2
4171
by: googleThis | last post by:
I just installed .NET framework 2.0 on a Windows 2003 Standard SP1 box with IIS 6.0. There is just the default site, and I am getting this error when trying to hit the default page: Compiler Error Message: CS0016: Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_global.asax.yupxk6b8.dll' -- 'Access is denied. ' I ran aspnet_regiis.exe /i, and then deleted...
1
6117
by: jalupinu | last post by:
My OS is Winxp SP2 and the software I am having trouble with is Maximizer 9.5 Enterprise. It has a Web Portal feature that i am trying to use and followed the instructions to set it up however I keep getting the following message: Server Error in '/MaximizerEmployee' Application. -------------------------------------------------------------------------------- Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary...
0
9684
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10017
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6793
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5445
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5577
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
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 we have to send another system
2
3734
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.