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 Solution" menu. You see debugging files removed.
2. Change the build configuration from "Debug" to "Release" in the menu area.
3. Click "Build > Build Solution" 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
⇒ Windows Forms App with VB in Visual Studio 2017
⇐ WPF App with VB Code in Visual Studio 2017
2023-09-16, 1455🔥, 0💬
Popular Posts:
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
How to decode the id_token value received from Google OpenID Connect authentication response? Accord...
How to make application release build with Visual Studio 2017? If you want to make a final release b...
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutoria...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...