What creates the directory "app.publish" in visual studio 2013?

19,758

I was experimenting with ClickOnce, then decided against using it, then started noticing a MyApp.application file and app.publish folder in my bin directory. Unchecking "Enable ClickOnce security settings" on the Security tab did the trick for me.

ClickOnce Security Settings

Share:
19,758
desiredness
Author by

desiredness

Updated on June 06, 2022

Comments

  • desiredness
    desiredness almost 2 years

    I switched over visual studio 2010 express, to visual studio 2013. Now, whenever I try to test the code, he says /bin/release/app.publish access is denied, giving back a error and forcing me to manually delete the folder. Every single time.

    Why is visual studio attempting to create that path in the first place? Whenever I go there he is empty anyways.

  • Nick Spreitzer
    Nick Spreitzer almost 7 years
    It doesn't. It was just a question of curiosity.
  • Norbert Hüthmayr
    Norbert Hüthmayr almost 3 years
    If you don't use ClickOnce, you might also want to clean up the csproj file itself. The property groups ManifestKeyFile and GenerateManifests aren't needed. Same goes for the app.manifest file