force immediate VS05 compile?

  • Thread starter Thread starter Dean Slindee
  • Start date Start date
D

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
 
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


| 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
|
|
 
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).
 
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


| 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).
| message | > 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
| >
| >
| > | > | 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
| > |
| > |
| >
| >
|
|
 
Back
Top