visual studio 2012 - CleanWPPAllFilesInSingleFolder error makes my project no longer load -


using vs2012 created dynamic data project. worked , started configuring web deployment settings. not sure setting changed there no error. when try , load solution following error project , no longer load.

specified condition "$(cleanwppallfilesinsinglefolder)" evaluates "" instead of boolean. c:\program files (x86)\msbuild\microsoft\visualstudio\v11.0\web\microsoft.web.publishing.targets 

i cannot see cleanwppallfilesinsinglefolder in csproj file. ideas on how fix can load project once more?

i had issue well. try following:

  1. close visual studio
  2. delete .user , .suo files
  3. re-open solution.

this worked me.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -