solution to overcome the "app.publish" folder in vb.net

My fellow hams, many of you write your own code, and I hear that some have had the problem of the "app.publish" folder turning up, then thus the vb-ide has not auto run your vb code exe file.

I too have just had the same problem, and after much worry and shock, have finally found the solution, that then will allow the vb-ide to auto run your complied vb code exe file.

To add a note, when you right click on the program name, select on the drop down menu "options", then from the right hand side of the image, the tab called security, click on that security tab, and un-tick the "enable ClickOnce security settings" tick box.

By un-clicking this tick box, the vb-ide will then compile and auto run the vb code exe file, and not create the "app.publish" folder.

To run the vb code by starting the compiling, select debug from the top menu, and click on "start without debugging", this will compile the vb code and then also run the compiled "exe" file.

Happy coding.