Conflicts class file in C: \ WINDOWS \ Microsoft.NET \ Framework \ v2.0.50727 \ Temporary ASP.NET files \ prevent me from creating a solution. Despite the fact that I try to unload the folder, every time Visual Studio starts the build process, it brings the class file to a temporary folder with the same folder name. If I reboot the machine or leave it overnight, create a project without errors. Is there anyway to tell Visual Studio to delete / ignore / clear any lingering class files that might be in the temporary folder?
The clean solution in VS also does not work. The class file in conflict is located in the App_Code folder.
source share