|
-
Jul 31st, 2009, 03:50 AM
#1
Thread Starter
Lively Member
publish problem
hi,
i have prepared a visual basic project which is completely ready. I need to deliver it to the client in the form of an exe. , since this is my first project i do not have any idea how to prepare a standard exe., so guys i require your help in knowing the steps of preparing an exe. if i started to publish it says
signers certificate not valid. how to rectify this problem.
Im using Visual studio 2008.
-
Jul 31st, 2009, 07:46 AM
#2
Re: publish problem
Well first of all, who is the target user for this application? Is it just going to be used by you? Is it going to be freely available for anyone to download from a website or something? Is it going to be distributed around your workplace? etc etc The target audience may dictate which method of distribution you use thats all.
Anyway, to simply create an EXE that you can run, just click Build Solution on the Build menu at the top of Visual Studio. Once you have done that, assuming the build is successful, you will find an EXE in your project solution directory under \bin\Release
So if you saved your project to C:\MyVBProject then your exe would be in C:\MyVBProject\Bin\Release
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|