I have just integrated another project pages and its dlls into my existing project\'s Bin/ folder. My project framework is 3.5. When i am trying to build the project or solu
I struggled with this issue in .NET 4.5 in VS2013 for a while before finding a solution that worked:
bin-folder. Clean/Rebuild was insufficient. It didn't delete enough apparently ;)The error persisted after adding the batch="false"attribute in the compilation-element of web.config.
It also did not help to delete the ASP.Net Temporary Files-directory either.