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

后端 未结 1 1141
天命终不由人
天命终不由人 2021-02-04 23:45

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 a

1条回答
  •  长发绾君心
    2021-02-05 00:31

    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

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