CleanWPPAllFilesInSingleFolder error makes my project no longer load

前端 未结 3 935
闹比i
闹比i 2021-02-11 11:58

Using VS2012 I created a dynamic data project. It all worked and then I started configuring the web deployment settings. I am not sure what setting I changed exactly as there wa

相关标签:
3条回答
  • 2021-02-11 12:19

    I just had this issue as well. Try the following:

    1. Close Visual Studio
    2. Delete your .user and .suo files
    3. Re-open the solution.

    This worked for me.

    0 讨论(0)
  • 2021-02-11 12:21

    I've found a very very weird (and working) workaround for this type of deploy issues, if you have tried closing & opening VS with no luck, try to close all open document prior to the publish process. weird huh? :)

    so the complete fix-it guide for this type of issues would be like the following:

    1. Try "Clean" then rebuild
    2. If it's still not publishing, try closing & reopening your project again
    3. Still no luck? try closing VS but this time delete all the *.user & *.suo files, then open up your solution again and give it a try.
    4. Finally, if all these steps are not working, try my newest trick, close all the opened document and give it a try
    5. 5.

    let me know if this has helped you :)

    0 讨论(0)
  • 2021-02-11 12:21

    I closed and re-opened my solution. I'm inclined to believe it's a defect in the Preview feature as that was the only thing I did differently before it started happening. I haven't been able to reproduce it since, however.

    0 讨论(0)
提交回复
热议问题