BLOG | Create & Run installer for Windows application in Visual Studio 2010

This article is a walk through for building & deploying a Windows Application in Visual Studio 2010. I. Add a Installer Project to Solution First, a installer project has to be added to the solution file. This project will be used to build executable setup files later. To add a new project under your solution,… Continue reading BLOG | Create & Run installer for Windows application in Visual Studio 2010

BLOG | Resolve build error in Visual Studio 2010 (vb.net)

If you already have a .net project in Visual Studio, your next step is to build an executable file that can run individually with a double click. Normally, click Build->Build <your solution name>, and an updated .exe file will appear in your bin/Debug folder (destination can be changed in Build->Configuration Manager, however you want to… Continue reading BLOG | Resolve build error in Visual Studio 2010 (vb.net)