Results 1 to 4 of 4

Thread: [RESOLVED] [2005]VB Express: Debug versus Release

  1. #1

    Thread Starter
    Lively Member Christineeve's Avatar
    Join Date
    Mar 2006
    Location
    Germany
    Posts
    78

    Resolved [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,
    Christine Lee
    VB '05 Newbie
    Anything but ordinary
    ------------------------------
    Newbie: VB '05 Express Videos:
    http://msdn.microsoft.com/vstudio/ex...g/default.aspx
    My Space! My family!
    http://www.myspace.com/christineeve

  2. #2
    Lively Member
    Join Date
    Nov 2005
    Location
    Bristol/Bath
    Posts
    85

    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?
    VS.Net Pro 2003, .NET 1.1

    My Photography portfolio:
    http://www.ephotozine.com/user.cfm?user=24834

  3. #3

    Thread Starter
    Lively Member Christineeve's Avatar
    Join Date
    Mar 2006
    Location
    Germany
    Posts
    78

    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!
    Christine Lee
    VB '05 Newbie
    Anything but ordinary
    ------------------------------
    Newbie: VB '05 Express Videos:
    http://msdn.microsoft.com/vstudio/ex...g/default.aspx
    My Space! My family!
    http://www.myspace.com/christineeve

  4. #4
    Lively Member
    Join Date
    Nov 2005
    Location
    Bristol/Bath
    Posts
    85

    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..
    VS.Net Pro 2003, .NET 1.1

    My Photography portfolio:
    http://www.ephotozine.com/user.cfm?user=24834

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