To run without compiling

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default To run without compiling

    Hi there,

    Is there a way to run the app without recompiling each time? Every time when
    I need to run the app, I press F5 or click on the debug icon (Play) to run
    it. Then VS .NET recompiles every thing then run it. Can we bypass that?
    Please let me know. Thanks.

    Eddy


    Eddy Soeparmin Guest

  2. Similar Questions and Discussions

    1. Compiling CSS into SWF, folders
      Hello all! I'm compiling a few CSS files into SWF to have them available at runtime. Unfortunatly, these are currently located in the root...
    2. compiling vim 6.4 on breezy
      Trying to compile vim 6.4 and keep getting this error during make: objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/window.o ...
    3. Compiling SLRN
      On Thu, 22 Dec 2005 17:29:38 +0000, Walter Mitty wrote: Why not just use Synaptic to install it? -- Registered Linux User no 240308 Ubuntu...
    4. DB2 V.8.1 FP2 problem with compiling SP on AIX
      Hi !!! DB2 V.8.1 FP2 on AIX 4.3.3 (10) coexisting with DB2 V.7.2 FP9 I was tried to compile SP (which is working well on DB2 V.7.2 FP9). The...
    5. 2.4.21 not compiling
      Hi all, I'm currently running Debian sarge with: syner@Zion:~$ apt-show-versions | grep gcc gcc-3.3/testing uptodate 1:3.3-2...
  3. #2

    Default Re: To run without compiling

    Go into the Solution Properties dialog (right-click the Solution and select
    "Properties"), click on the "Configuration" item, and uncheck the "Build"
    check box for any project you don't want rebuilt.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer
    [url]http://www.takempis.com[/url]
    Complex things are made up of
    lots of simple things.

    "Eddy Soeparmin" <esoeparmin@clientprofiles.com> wrote in message
    news:u2EnTTqVDHA.532@TK2MSFTNGP10.phx.gbl...
    > Hi there,
    >
    > Is there a way to run the app without recompiling each time? Every time
    when
    > I need to run the app, I press F5 or click on the debug icon (Play) to run
    > it. Then VS .NET recompiles every thing then run it. Can we bypass that?
    > Please let me know. Thanks.
    >
    > Eddy
    >
    >

    Kevin Spencer Guest

  4. #3

    Default Re: To run without compiling

    Thanks Kevin.

    "Kevin Spencer" <kevin@takempis.com> wrote in message
    news:%235DmBjrVDHA.2248@TK2MSFTNGP10.phx.gbl...
    > Go into the Solution Properties dialog (right-click the Solution and
    select
    > "Properties"), click on the "Configuration" item, and uncheck the "Build"
    > check box for any project you don't want rebuilt.
    >
    > --
    > HTH,
    >
    > Kevin Spencer
    > Microsoft MVP
    > .Net Developer
    > [url]http://www.takempis.com[/url]
    > Complex things are made up of
    > lots of simple things.
    >
    > "Eddy Soeparmin" <esoeparmin@clientprofiles.com> wrote in message
    > news:u2EnTTqVDHA.532@TK2MSFTNGP10.phx.gbl...
    > > Hi there,
    > >
    > > Is there a way to run the app without recompiling each time? Every time
    > when
    > > I need to run the app, I press F5 or click on the debug icon (Play) to
    run
    > > it. Then VS .NET recompiles every thing then run it. Can we bypass that?
    > > Please let me know. Thanks.
    > >
    > > Eddy
    > >
    > >
    >
    >

    Eddy Soeparmin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139