Compiler error: 'C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Temporary ASP.NET files \ root \ 014679fc \ 1b393534 \ App_Web_glpoum5i.dll' not found

I get this compilation error again and again. I can’t allow him forever.

To debug this error, I clear the solution and rebuild the solution, sometimes it works, and sometimes it shows the same compilation error again.

Please tell me a permanent solution to this problem.

Server error in application "/".


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: CS0006: Metadata file 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\014679fc\1b393534\App_Web_glpoum5i.dll' could not be found
+8
source share
1 answer

The best answer for this, please open the web.config file and add two parameters below, add to the compilation tag

<compilation targetFramework="4.0" debug="false" batch="false">

coidng. , ,

  • , , iisreset/stop .
  • C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET.
  • ,
  • , , iisreset/start .
  • , .
0

All Articles