Results 1 to 2 of 2

Thread: publish problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2009
    Posts
    92

    Red face 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.

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


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
  •  



Click Here to Expand Forum to Full Width