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: CS0042: Unexpected error creating debug
information file ‘c:\Users\Jeff\AppData\Local\Temp\Temporary ASP.NET
Files\root\368a9040\83fb9039\App_global.asax.PDB’ —
‘c:\Users\Jeff\AppData\Local\Temp\Temporary ASP.NET
Files\root\368a9040\83fb9039\App_global.asax.pdb: The process cannot
access the file because it is being used by another process.Source Error:
[No relevant source lines]
Source File: Line: 0
如果我打开Process Explorer,然后搜索App_global.asax.pdb(DevEnv.exe有)的句柄,并强制关闭它,然后刷新页面,这个错误消失。然而,这是不方便,我从来没有这样做,在2013年之前。
任何人都有一个想法,为什么这是发生间歇性在2013年,但以前,?
我可以想到的唯一可能的事情是一个晦涩的问题,Razor Generator的MSBuild步骤,我使用,但我不知道为什么它会在App_Global.asax而不是一个视图(甚至那么,它不应该编译未修改的视图)