Temporary ASP.NET File conflicts building project in Visual Studio (devex components)

◇◆丶佛笑我妖孽 提交于 2019-12-01 21:03:19

问题


I am trying to build my project in Visual Studio (which had been fine until this morning when I came to my machine and it had restarted following a windows update) and now I am getting some errors pertaining to devex components, saying that:

The type 'ASP.components_legendcontrol_ascx' exists in both 'c:\Users\~\AppData\Local\Temp\Temporary ASP.NET Files\temp\b2334824\769a6106\App_Web_legendcontrol.ascx.7e693e39.3dzqvxte.dll' and 'c:\Users\~\AppData\Local\Temp\Temporary ASP.NET Files\temp\b2334824\769a6106

I am running DevExpress DXperience 12.1. I have tried cleaning the directory, getting a latest from GIT, doing a hard reset, removing all files from the temp directories and so on.

I know other developers who are using the same branch of this project from GIT are not experiencing the same problem, so it would suggest it's environment related. Any ideas please? :-)


回答1:


Does it change anything if you add batch="false" to the compilation element of you web.config, and clean up the temp directories ?

<compilation batch="false" defaultLanguage="..." debug="..."  targetFramework="...">


来源:https://stackoverflow.com/questions/12474028/temporary-asp-net-file-conflicts-building-project-in-visual-studio-devex-compon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!