Compilation Error (CS0016)

G

Guest

Hi,
Can anyone help with the following error message I get returned to my
browser when I try to run my asp.net app, please? It's written in c# and used
to run ok until quite recently. I've checked that the networksystem account
has the necessary permissions, tried installing the .net 1.1 service pack,
reinstalling .net, and a million other things, too. It's driving me nuts!

Compilation Error
Description: An error occurred during the compilation of a resource required
to service this request. Please review the following specific error details
and modify your source code appropriately.

Compiler Error Message: CS0016: Could not write to output file
'c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\t_e\deb54fb2\98f7e0e7\0htxjz5n.dll' -- 'Access is denied. '
 
P

Philip Q [MVP]

You need to make sure that the ASPNET account has the appropriate access to
the Temporary ASP.NET Files folder.
 
G

Guest

Hi, thanks but I'd already come across this document and it doesn't appear to
be an environment variable issue. Some other files are successfully created
in the temp folder before the error is generated - it just seems to be the
dll file that it fails on. This would seem to rule out a permissions problem,
too. Any other ideas? Please!!
 

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