Results 1 to 2 of 2

Thread: Deployment - Release build ????

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2003
    Posts
    830

    Deployment - Release build ????

    I read something about creating a release build when deploying your app. Can anyone elaborate on this? I copied the below from the help files. I know you can create a deployment project without doing this, but what are the advantages and disadvantages?

    Thanks!


    To generate a release build of your program

    Select Release from the Solution Configuration drop-down list, which is on the Standard toolbar.
    On the Build menu, click Build.

  2. #2
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    All of your class libraries and your exe should be build in Release mode prior to deploying. If you have anything in Debug, then you are including extra stuff in your build for the debugger, and you app will be slower.

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