473,505 Members | 14,136 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

All this compiling is TOOO much

I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how
to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I
have to go a long way back to find a time when that was so. Pascal maybe??

Thans for any help
Cal
Nov 20 '05 #1
13 916
Use the Build menu.
The first choice is the one you hate - Build Solution.
The 3rd choice builds the current project only.
So if that is the only that changed you should be OK.

Also, you can right click a Project and build it in Solution explorer in
case you need to build a few of them.
--
Joe Fallon
" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal

Nov 20 '05 #2
Build versus rebuild. Rebuild will rebuild all every time, while build only
builds the current project.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal

Nov 20 '05 #3
* " active" <ac****@REMOVEa-znet.com> scripsit:
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how
to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I
have to go a long way back to find a time when that was so. Pascal maybe??


Doesn't even using "Build Project..." instead of "Build Solution..." help?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #4
Even if I just rebuilt the entire solution, if I run it (click Start) the
entire solution is built again!

Must have something setup wrong.

Cal

" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal

Nov 20 '05 #5
I'm not sure how that helps. The problem is when I run (click Start)
everything gets compiled. Not sure how Build Project applies. Give me a few
more words about it.

Thanks
Cal

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:bq*************@ID-208219.news.uni-berlin.de...
* " active" <ac****@REMOVEa-znet.com> scripsit:

I have 25 projects in my solution and everytime I run (Start) it compiles everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager and I thought that would work for me, but it hasn't. Maybe I don't know how to set it up or maybe there is an other way of avoiding all the compiles.
Is there?? It's hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal
maybe??
Doesn't even using "Build Project..." instead of "Build Solution..." help?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #6
Hi,

Project/project properties; click 'config manager' (upper right); uncheck
the projects you don't want to build when you test/run. Remember to check
these again when you need to.

HTH,

Bernie Yaeger

" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal

Nov 20 '05 #7
Thanks, I've tried that. Forgot I made some changes in one project that
didn't get compiled and debuger got crazy. Guess it expected things that
didn't agree with my code listing.

Anyway, looks like the IDE is not smart enough to compile only those things
that have changed - that's a real bummer - hard to believe.

Seems like all they would have to is programmatically set a configuration
item when a project gets edited and reset it when the project get compiled.

Thanks
Cal

"Bernie Yaeger" <be*****@cherwellinc.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi,

Project/project properties; click 'config manager' (upper right); uncheck
the projects you don't want to build when you test/run. Remember to check
these again when you need to.

HTH,

Bernie Yaeger

" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager and I thought that would work for me, but it hasn't. Maybe I don't know how
to set it up or maybe there is an other way of avoiding all the compiles.
Is there?? It's hard to believe they produced an IDE that always

compiles. I
have to go a long way back to find a time when that was so. Pascal

maybe??

Thans for any help
Cal


Nov 20 '05 #8
* " active" <ac****@REMOVEa-znet.com> scripsit:
I'm not sure how that helps. The problem is when I run (click Start)
everything gets compiled. Not sure how Build Project applies. Give me a few
more words about it.


It's a menu item in the "Build" menu.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #9

"> It's a menu item in the "Build" menu.

What does that have to do with the problem?

I'm missing something. I have the problem when I run - not when I build.

You keep telling me about Build - how does that relate?

When I click start it compiles everything is what the problem is.

I have no problem building.

Nov 20 '05 #10
Hi Cal,

A lot of people are missing your point - when you debug/start (F5) all
projects recompile. It's a bummer, you're correct. But my suggestion - to
remove the checkbox in config manager works. Notwithstanding the fact that
you forgot to recheck on occasion, if you are going to do a lot of run
testing and want to avoid the full solution recompile, I think this is the
only solution. Yes, it would be nice if the IDE was more sophisiticated re
changed modules, but it isn't. Maybe in a different release.

HTH,

Bernie

" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn't. Maybe I don't know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It's hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal

Nov 20 '05 #11
Thanks for the info.
I'll try your suggestion again.
I don't have to like it but knowing that's the way it is, as opposed to
maybe I should select some option, helps a lot.
Cal

"Bernie Yaeger" <be*****@cherwellinc.com> wrote in message
news:%2***************@tk2msftngp13.phx.gbl...
Hi Cal,

A lot of people are missing your point - when you debug/start (F5) all
projects recompile. It's a bummer, you're correct. But my suggestion - to remove the checkbox in config manager works. Notwithstanding the fact that you forgot to recheck on occasion, if you are going to do a lot of run
testing and want to avoid the full solution recompile, I think this is the
only solution. Yes, it would be nice if the IDE was more sophisiticated re changed modules, but it isn't. Maybe in a different release.

HTH,

Bernie

" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
I have 25 projects in my solution and everytime I run (Start) it compiles everything. Can't it keep tack of what's been changed.

I asked a while ago and someone made me aware of the configuration manager and I thought that would work for me, but it hasn't. Maybe I don't know how
to set it up or maybe there is an other way of avoiding all the compiles.
Is there?? It's hard to believe they produced an IDE that always

compiles. I
have to go a long way back to find a time when that was so. Pascal

maybe??

Thans for any help
Cal


Nov 20 '05 #12
* " active" <ac****@REMOVEa-znet.com> scripsit:
It's a menu item in the "Build" menu.


What does that have to do with the problem?


Sorry, that doesn't fix your problem.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #13
Thanks for trying - I guess didn't explain it clearly.

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:bq*************@ID-208219.news.uni-berlin.de...
* " active" <ac****@REMOVEa-znet.com> scripsit:
It's a menu item in the "Build" menu.


What does that have to do with the problem?


Sorry, that doesn't fix your problem.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Nov 20 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
5899
by: Jo Vermeulen | last post by:
Hello, I was wondering if Java supports a feature of C# (or .NET in general), namely compiling code at runtime. This is nice for scripting purposes. Users can script the application in real...
0
1356
by: Nikola Milutinovic | last post by:
Hi all. I'm not subscribed to the list, so all replies to me mail directly. I ran into a small problem, for which we have found a workaround. I was compiling PostgreSQL v7.4.1 and it's...
0
2049
by: Martin Bless | last post by:
I need to access a MSSQL database (MS-Sql, not MySQL!)and would very much like to use mssql-0.09.tar.gz which is available from http://www.object-craft.com.au/projects/mssql/download.html ...
7
5074
by: Steven T. Hatton | last post by:
Is there anything that gives a good description of how source code is converted into a translation unit, then object code, and then linked. I'm particularly interested in understanding why putting...
3
3622
by: modemer | last post by:
Hello, I got weird compiling message similar like following when I compiled my simple code on Sun 5.8 with CC WorkShop 6 update 2 C++ 5.3. CC -g -o myclass.o -c myclass.cpp CC -g -o main.o...
0
3036
by: David W. Fenton | last post by:
Today I was working on a hideous old app that I created a long time ago that does a lot of showing/hiding/resizing of fields on one of the forms. I had used constants to store reference values for...
1
1715
by: Mike Hutton | last post by:
I need some help. I am trying to set up our development environment so as to make life easy for my fellow developers (none of whom have used ASP.NET or VS.NET before). We are developing our...
11
14460
by: alnoir | last post by:
I'm using the Open Perl IDE to write perl scripts. Everytime I try to compile a script Open Perl will open another script called 'perl5db.pl' and find a compiling error in it. The result in the...
8
2275
by: rays | last post by:
Hi, I am trying to port a C++ program which is supposed to be standards compliant. It works fine on Linux with GCC (4.x). But as I try to compile it on Windows, all hell breaks loose. I have been...
10
2183
by: Tomás Ó hÉilidhe | last post by:
I'd post this on a gcc newsgroup but I'd be more productive talking to the wall. Anyway, let's say someone throws some source code at you for a particular program and says, "Just compile it, it...
0
7216
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7098
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7303
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7471
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5028
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3176
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.