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

1

6

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.

Pankey answered 16/4, 2013 at 9:11 Comment(2)
I will be listening to this thread too as I have the same problem. Might be worth noticing that I use ReSharper and .NET Reflector inside Visual Studio.Highclass
Me too, I have Resharper 7 and TFS (free hosted version)Metrical
D
3

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!

Dally answered 2/10, 2013 at 14:12 Comment(1)
This worked great. I renamed the .suo file and the problem went away. It created a new .suo file when I told VS 2012 to "Close Solution".Alden

© 2022 - 2024 — McMap. All rights reserved.