Tools, FAQ, Tutorials:
Release Build of VB Code in Visual Studio 2017
How to make a release build of the final executable code of my VB application in Visual Studio 2017?
✍: FYIcenter.com
If you want to make a final release build of your VB application in Visual Studio 2017,
you can follow this tutorial:
1. Click "Build > Clean Soluiton" menu. You see debugging files removed.
2. Change the build configuration from "Debug" to "Release" in the menu area.
3. Click "Build > Build Soluiton" menu. You should see no build errors.
4. Go to a command console and run final executable code. You should see your application running.
>\fyicenter\vb2017\Projects\ClickMeWpfVb\ClickMeWpfVb\bin\Release\ClickMeWpfVb.exe
Â
⇒First Visual Basic Program in Visual Studio 2017
⇒⇒Visual Studio Tutorials
2017-08-07, 987👍, 0💬
Popular Posts:
Where to find tutorials on RSS specifications? I want to learn it to describe my API services. Here ...
FYIcenter JSON Validator and Formatter is an online tool that checks for syntax errors of JSON text ...
How to build a test service operation to dump everything from the "context.Request" object in the re...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...