|
-
May 22nd, 2006, 07:29 AM
#1
Thread Starter
Lively Member
[RESOLVED] [2005]VB Express: Debug versus Release
Hi,
My debug version of my application is different from my release version. I do not understand why this is, is there an article somewhere or reference that would explain this concept to me.
I've never run across this before and my manager keeps asking me why they're different and he's just not buying my "I really don't know" answer.
Thanks,
-
May 22nd, 2006, 07:40 AM
#2
Lively Member
Re: [2005]VB Express: Debug versus Release
Debug version includes debugging data like stack checks etc, I believe the release version is also optimised by the compiler. What differences are you noticing?
-
May 22nd, 2006, 08:11 AM
#3
Thread Starter
Lively Member
Re: [2005]VB Express: Debug versus Release
Well sometimes the release version doesn't run when you drag the exe out onto the desktop. However, when you build and publish the exe it runs as it's supposed to.
I just want to try to answer the question better than "I don't know. It works when you publish it so why worry?"
I very much appreciate your response!
-
May 22nd, 2006, 08:28 AM
#4
Lively Member
Re: [2005]VB Express: Debug versus Release
>>I just want to try to answer the question better than "I don't know. It works when you publish it so why worry?"
Fair enough 
Is visual studio installed on the machine on which you try to show your manager? As its a debug version (with the extra embedded debug data) maybe it needs visual studio to run as well as the .net framework. The release would work because it is a properly compiled version
Just a suggestion..
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
|