.net - How can I run a vb.net file using other tools not just running on visual studio? -
i create window application using visual studio vb.net including textboxes , button. boss wants me create executable file can run using other tools not visual studio.
how can that?
thanks in advance!
you did it.
look in "my documents" folder "visual studio 20xx" folder, , "projects", "<your project name>", "<your project name again>", "bin", , "debug". you'll have .exe file there run without visual studio (it still require .net, though).
more that, should open visual studio , under project configuration options. here should able set build release, rather debug.
Comments
Post a Comment