Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"the project has been modified outside the environment ,press reload to load the update project from disk"

I am trying to use webdeploy to publish a website in VS2012. I can publish but it keeps giving me the following message:

"The project has been modified outside the environment, press reload to load the update project from disk"

I can publish a asp.net web api successfully with the same setting.

like image 530
Xiang He Avatar asked Apr 16 '13 09:04

Xiang He


1 Answers

I was struggling with this too and found that the accepted answer to this similar question resolved my issue.

To be specific: I closed VS, renamed my .suo file, then reopened the solution. VS regenerated a .suo file (~ half the size of the old one). No more "modified outside..." messages when publishing!

like image 194
nunzabar Avatar answered Oct 27 '22 00:10

nunzabar