SyntaxFix
Write A Post
Hire A Developer
Questions
In Visual Studio 2012, switching between releases still causes problems.
We added a pre-build event to delete the obj folder: del /s /f /q $(ProjectDir)\obj and it fixed the issue of publishing. Cleaning works sometimes, but not always.
obj
del /s /f /q $(ProjectDir)\obj