Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to apply publish properties?

I don't know what caused Visual Studio to start thinking it needs to publish my project, but now whenever I build it, I get several "Unable to apply publish properties for item 'blah'" warnings. How do I stop Visual Studio 2005's publishing facilities from working on my project completely? I use InstallShield, so I don't have any use for Visual Studio's publishing system.

like image 224
jasonh Avatar asked Jun 11 '09 16:06

jasonh


2 Answers

Open your project, select Project Properties->Publish(ing)->Application Files and click the reset all button. Does that help?

like image 80
RCIX Avatar answered Oct 11 '22 10:10

RCIX


In Project Properties > Publish > Application Files...

If you click "Show All" you will see that some items have a yellow exclamation mark indicating that those files are no longer referenced. Just delete these entries.

enter image description here

like image 44
Peet Brits Avatar answered Oct 11 '22 10:10

Peet Brits