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? :-)
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