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.
When you publish an Android application you perform two main tasks: You prepare the application for release. During the preparation step you build a release version of your application, which users can download and install on their Android-powered devices. You release the application to users.
Publishing creates the set of files that are needed to run your application. To deploy the files, copy them to the target machine.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With