Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
GeneralRe: What is the proper way to remove a control from a panel? Pin
vektuz8-Dec-03 8:48
vektuz8-Dec-03 8:48 
GeneralRe: What is the proper way to remove a control from a panel? Pin
Heath Stewart8-Dec-03 9:22
protectorHeath Stewart8-Dec-03 9:22 
GeneralLoading a class at runtime from an assembly Pin
AJ1237-Dec-03 22:53
AJ1237-Dec-03 22:53 
GeneralRe: Loading a class at runtime from an assembly Pin
Tim Friesen8-Dec-03 1:29
Tim Friesen8-Dec-03 1:29 
GeneralRe: Loading a class at runtime from an assembly Pin
Heath Stewart8-Dec-03 2:46
protectorHeath Stewart8-Dec-03 2:46 
QuestionVS.NET rebuilds solution constantly? Pin
phimix7-Dec-03 22:16
phimix7-Dec-03 22:16 
AnswerRe: VS.NET rebuilds solution constantly? Pin
Colin Angus Mackay8-Dec-03 1:37
Colin Angus Mackay8-Dec-03 1:37 
AnswerRe: VS.NET rebuilds solution constantly? Pin
Heath Stewart8-Dec-03 2:41
protectorHeath Stewart8-Dec-03 2:41 
This is actually the way it is supposed to work. From the main menu, the build commands work on every project in the solution. In release builds, any slight change causes the whole thing to recompile because incremental builds are disabled by default.

Here's a tip (I have about 50 projects in my solution, so I do this all the time): Right-click on the project you really want to build and select Build, Rebuild (cleans and builds), or Debug->Start new instance. This will only build the dependencies based on the file modification dates of those projects.

Another tip: To each project that has dependencies on other projects, when you click Add Reference switch to the Projects tab and select the project there. This ensures a proper dependency chain no matter which build configuration your in (Debug, Release, or a custom configuration). This also helps VS.NET resolve which dependencies should be build when you use the first tip above.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: VS.NET rebuilds solution constantly? Pin
phimix8-Dec-03 21:59
phimix8-Dec-03 21:59 
AnswerRe: VS.NET rebuilds solution constantly? Pin
Mauricio Ritter8-Dec-03 4:02
Mauricio Ritter8-Dec-03 4:02 
GeneralRe: VS.NET rebuilds solution constantly? Pin
phimix8-Dec-03 4:43
phimix8-Dec-03 4:43 
QuestionWhy C# instead of C++ and MFC? Pin
d00_ape7-Dec-03 22:08
sussd00_ape7-Dec-03 22:08 
AnswerRe: Why C# instead of C++ and MFC? Pin
Colin Angus Mackay8-Dec-03 1:31
Colin Angus Mackay8-Dec-03 1:31 
AnswerRe: Why C# instead of C++ and MFC? Pin
Heath Stewart8-Dec-03 2:37
protectorHeath Stewart8-Dec-03 2:37 
GeneralRe: Why C# instead of C++ and MFC? Pin
d00_ape8-Dec-03 11:43
sussd00_ape8-Dec-03 11:43 
GeneralWeb Service hosted on Win2003 with Sharepoint 2003 Pin
Pilgrim7-Dec-03 21:29
Pilgrim7-Dec-03 21:29 
GeneralRe: Web Service hosted on Win2003 with Sharepoint 2003 Pin
Heath Stewart8-Dec-03 2:31
protectorHeath Stewart8-Dec-03 2:31 
QuestionDistribute MSDE with your C# Application? Pin
Dato7-Dec-03 21:00
Dato7-Dec-03 21:00 
AnswerRe: Distribute MSDE with your C# Application? Pin
Heath Stewart8-Dec-03 2:27
protectorHeath Stewart8-Dec-03 2:27 
GeneralC# New Project Dialog Box Pin
Member 7525907-Dec-03 12:48
Member 7525907-Dec-03 12:48 
GeneralRe: C# New Project Dialog Box Pin
Heath Stewart8-Dec-03 2:24
protectorHeath Stewart8-Dec-03 2:24 
GeneralRe: C# New Project Dialog Box Pin
Member 7525908-Dec-03 9:21
Member 7525908-Dec-03 9:21 
GeneralHTML FORMULAR Pin
buzman7-Dec-03 2:12
buzman7-Dec-03 2:12 
GeneralRe: HTML FORMULAR Pin
Heath Stewart7-Dec-03 4:48
protectorHeath Stewart7-Dec-03 4:48 
GeneralRe: HTML FORMULAR Pin
Alexander Kent7-Dec-03 16:28
Alexander Kent7-Dec-03 16:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.