Results 1 to 2 of 2

Thread: Run speed in Visual Studio environment?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151

    Run speed in Visual Studio environment?

    All the applications I write are run in the Visual Studio environment.

    I use the Start With Full Compile option and then run the application.

    If I were to use the deployment Wizard and run without the Visual Studio environment, would an applicaiton run faster?
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  2. #2
    Addicted Member
    Join Date
    Nov 2001
    Location
    Peterborough, UK
    Posts
    160
    Yes!

    At the moment each line of code is read, compiled and executed before the "interpreter" (which is what the VS Environment is) moves on to the next line.

    When you Compile the code and then execute the result the machine moves from line to line which is ALREADY compiled so you immediately gain the compilation time back!

    It can be a small difference or a massive one depending on your application.

    Why not just try it and see!!

    Pigmy
    Remember - The light at the end of the tunnel could well be an on-coming train !

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