|
-
Jan 11th, 2004, 09:18 AM
#1
Thread Starter
Fanatic Member
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.
-
Jan 11th, 2004, 02:34 PM
#2
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|