When trying to build a web site I intermittently receive the following error:
Error 80
Could not find file 'C:\Users\xxxx\AppData\Local\Temp\2\Temporary ASP.NET Files\sourcecode\f4add76e\ed4d53d8\App_Web_oss4yk4w.0.vb
In the compile output the error is:
"ASPNETCOMPILER(0,0): Error ASPRUNTIME: Could not find file"...
There are no code errors and if I try to rebuild it will eventually succeed. Additionally, when deploying to a web server, it runs fine however I am not able to precompile it (similar error is generated). It may be worth mentioning that the site uses data
tables/table adapters in xsd files.
Thanks for any help you can provide!
Go to the complete details ...