Home All Groups Group Topic Archive Search About

force immediate VS05 compile?

Author
15 Aug 2006 9:36 PM
Dean Slindee
My project is getting a bit large, and I would like to kick-start VS05 into
performing the error-checking compilation at my direction, rather than
waiting for it to self-start.  Is there a way to do this?

Thanks,

Dean S

Author
15 Aug 2006 11:38 PM
Jay B. Harlow [MVP - Outlook]
Dean,
Have you tried "Build - Rebuild Solution"?


--
Hope this helps
Jay B. Harlow [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


Show quoteHide quote
"Dean Slindee" <slin***@charter.net> wrote in message
news:28rEg.177$FE.97@newsfe02.lga...
| My project is getting a bit large, and I would like to kick-start VS05
into
| performing the error-checking compilation at my direction, rather than
| waiting for it to self-start.  Is there a way to do this?
|
| Thanks,
|
| Dean S
|
|
Author
18 Aug 2006 2:17 AM
Dean Slindee
Actually, I meant to say for an immediate error checking against just the
errors and warnings being shown in the Errors and Warnings window.  In other
words a partial compile against just those errors.  (For the truly impatient
developers).
Show quoteHide quote
"Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_***@tsbradley.net> wrote in
message news:OG5hxPMwGHA.2260@TK2MSFTNGP03.phx.gbl...
> Dean,
> Have you tried "Build - Rebuild Solution"?
>
>
> --
> Hope this helps
> Jay B. Harlow [MVP - Outlook]
> .NET Application Architect, Enthusiast, & Evangelist
> T.S. Bradley - http://www.tsbradley.net
>
>
> "Dean Slindee" <slin***@charter.net> wrote in message
> news:28rEg.177$FE.97@newsfe02.lga...
> | My project is getting a bit large, and I would like to kick-start VS05
> into
> | performing the error-checking compilation at my direction, rather than
> | waiting for it to self-start.  Is there a way to do this?
> |
> | Thanks,
> |
> | Dean S
> |
> |
>
>
Author
18 Aug 2006 12:13 PM
Jay B. Harlow [MVP - Outlook]
No, there is no option to do partial compiles per se.

My understanding is: "Build - Rebuild Solution" will force recompile the
entire solution. While "Build - Build Solution" will only recompile the
parts that change. In practice I have never really noticed a difference as I
let the background compiler rebuild the parts that change and use "Build -
Rebuild Solution" when I want to force recompile the entire solution...

There is also "Build - ??Build Project" where you can build/rebuild the
selected project.

| (For the truly impatient
| developers).
Sounds like you either need a faster machine or a new line of work ;-)

--
Hope this helps
Jay B. Harlow [MVP - Outlook]
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


Show quoteHide quote
"Dean Slindee" <slin***@charter.net> wrote in message
news:oT9Fg.311$Lo3.50@newsfe07.lga...
| Actually, I meant to say for an immediate error checking against just the
| errors and warnings being shown in the Errors and Warnings window.  In
other
| words a partial compile against just those errors.  (For the truly
impatient
| developers).
| "Jay B. Harlow [MVP - Outlook]" <Jay_Harlow_***@tsbradley.net> wrote in
| message news:OG5hxPMwGHA.2260@TK2MSFTNGP03.phx.gbl...
| > Dean,
| > Have you tried "Build - Rebuild Solution"?
| >
| >
| > --
| > Hope this helps
| > Jay B. Harlow [MVP - Outlook]
| > .NET Application Architect, Enthusiast, & Evangelist
| > T.S. Bradley - http://www.tsbradley.net
| >
| >
| > "Dean Slindee" <slin***@charter.net> wrote in message
| > news:28rEg.177$FE.97@newsfe02.lga...
| > | My project is getting a bit large, and I would like to kick-start VS05
| > into
| > | performing the error-checking compilation at my direction, rather than
| > | waiting for it to self-start.  Is there a way to do this?
| > |
| > | Thanks,
| > |
| > | Dean S
| > |
| > |
| >
| >
|
|