473,387 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

F5 Causes dependancy check of every project

Tom
I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no
matter what. It checks to see if it needs to build every project.
"projectX" is up to date. It takes like 10 seconds. I know other
people must of had this problem. Does anyone have a solution, Aside
for turning off projects in the configuration manager?
Jul 21 '05 #1
4 1207
Hi Tom

How did you add the projects as references to your solution? Of the two
ways: select the dll output from each project and add as a reference OR
select from the Projects tab on the Add Reference dialog, I have found that
the latter is significantly quicker when building a large solution. It also
eliminates some problems that occur with resolving references.

HTH

Charles
"Tom" <ts******@gmail.com> wrote in message
news:c7**************************@posting.google.c om...
I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no
matter what. It checks to see if it needs to build every project.
"projectX" is up to date. It takes like 10 seconds. I know other
people must of had this problem. Does anyone have a solution, Aside
for turning off projects in the configuration manager?

Jul 21 '05 #2
Tom
I did it from the projects Tab with a local copy. The reason being
this does cause all the dll locking issues that you get when you
reference the dll directly. Also the compiler should know what dlls it
needs to build when changes are made. Otherwise I would have to figure
out what assemblies I had to build manualy corrrect?

"Charles Law" <bl***@nowhere.com> wrote in message news:<uS**************@TK2MSFTNGP14.phx.gbl>...
Hi Tom

How did you add the projects as references to your solution? Of the two
ways: select the dll output from each project and add as a reference OR
select from the Projects tab on the Add Reference dialog, I have found that
the latter is significantly quicker when building a large solution. It also
eliminates some problems that occur with resolving references.

HTH

Charles
"Tom" <ts******@gmail.com> wrote in message
news:c7**************************@posting.google.c om...
I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no
matter what. It checks to see if it needs to build every project.
"projectX" is up to date. It takes like 10 seconds. I know other
people must of had this problem. Does anyone have a solution, Aside
for turning off projects in the configuration manager?

Jul 21 '05 #3
Hi Tom

I assume you mean "... does *not* cause all the dll locking issues ...".
Microsoft have confirmed that there is a problem with referencing the dll
directly, so it is better to do it the way you are doing it.

That said, I haven't noticed any significant delay in building my solutions
(I have nine projects in the current solution). In fact, I noticed a marked
improvement in compile time when I switched to referencing the projects
rather than the dlls. I am using VB.NET, which might make a difference, but
I wouldn't have thought so. Perhaps someone else can suggest a reason.

Charles
"Tom" <ts******@gmail.com> wrote in message
news:c7*************************@posting.google.co m...
I did it from the projects Tab with a local copy. The reason being
this does cause all the dll locking issues that you get when you
reference the dll directly. Also the compiler should know what dlls it
needs to build when changes are made. Otherwise I would have to figure
out what assemblies I had to build manualy corrrect?

"Charles Law" <bl***@nowhere.com> wrote in message
news:<uS**************@TK2MSFTNGP14.phx.gbl>...
Hi Tom

How did you add the projects as references to your solution? Of the two
ways: select the dll output from each project and add as a reference OR
select from the Projects tab on the Add Reference dialog, I have found
that
the latter is significantly quicker when building a large solution. It
also
eliminates some problems that occur with resolving references.

HTH

Charles
"Tom" <ts******@gmail.com> wrote in message
news:c7**************************@posting.google.c om...
>I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no
> matter what. It checks to see if it needs to build every project.
> "projectX" is up to date. It takes like 10 seconds. I know other
> people must of had this problem. Does anyone have a solution, Aside
> for turning off projects in the configuration manager?

Jul 21 '05 #4
Tom
So I have like close to 20 projects a mixture of C# and C++. When I
hit F5 (not even F7) even if I just built it touches every project it
take about 15 seconds. This makes it very difficult to debug software.
This means there is a 15 sec turn over even if nothing has changed.

"Charles Law" <bl***@nowhere.com> wrote in message news:<ej**************@TK2MSFTNGP14.phx.gbl>...
Hi Tom

I assume you mean "... does *not* cause all the dll locking issues ...".
Microsoft have confirmed that there is a problem with referencing the dll
directly, so it is better to do it the way you are doing it.

That said, I haven't noticed any significant delay in building my solutions
(I have nine projects in the current solution). In fact, I noticed a marked
improvement in compile time when I switched to referencing the projects
rather than the dlls. I am using VB.NET, which might make a difference, but
I wouldn't have thought so. Perhaps someone else can suggest a reason.

Charles
"Tom" <ts******@gmail.com> wrote in message
news:c7*************************@posting.google.co m...
I did it from the projects Tab with a local copy. The reason being
this does cause all the dll locking issues that you get when you
reference the dll directly. Also the compiler should know what dlls it
needs to build when changes are made. Otherwise I would have to figure
out what assemblies I had to build manualy corrrect?

"Charles Law" <bl***@nowhere.com> wrote in message
news:<uS**************@TK2MSFTNGP14.phx.gbl>...
Hi Tom

How did you add the projects as references to your solution? Of the two
ways: select the dll output from each project and add as a reference OR
select from the Projects tab on the Add Reference dialog, I have found
that
the latter is significantly quicker when building a large solution. It
also
eliminates some problems that occur with resolving references.

HTH

Charles
"Tom" <ts******@gmail.com> wrote in message
news:c7**************************@posting.google.c om...
>I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no
> matter what. It checks to see if it needs to build every project.
> "projectX" is up to date. It takes like 10 seconds. I know other
> people must of had this problem. Does anyone have a solution, Aside
> for turning off projects in the configuration manager?

Jul 21 '05 #5

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

Similar topics

7
by: Paul | last post by:
I thought this is more of an IE issue but i've had no joy on that group perhaps somebody here will have a clue. If i click a link to a web page embedded in Excel (97 OR 2000) i get the standard...
1
by: Christopher | last post by:
I made up a solution. I want to write a .dll and another project to test the ..dll So far I have created the .dll project and the test .exe project in the same solution. I set the .dll project as...
1
by: ker chee huar | last post by:
Hi all! i am using Dotfuscator Community Edition for encrypt my .Net assembly. How can i include all my dependancy Dll to encrypt it because my project is multi-reference project! regards,...
7
by: Simon Jefferies | last post by:
Hello, I'm trying to create a new ASP. NET Web Application project, when I enter a name and press OK i get the following: Web Access Failed. The default web access mode for this project is...
1
by: Kepler | last post by:
I have a custom control that is thrown onto a UserControl that is thrown onto a WebForm. Basically, I've got a scenario where if my UserControl sets an attribute on the custom control in the ascx,...
0
by: Jerry Spence1 | last post by:
I'm trying to use the Inno Setup installer for my VB.Net project and I need a list of all the files that my project needs. In VB6 I could use the packaging and Deployment Wizard to produce a .DEP...
4
by: Tom | last post by:
I have a large soultion 20+ projects C++ MC++ and C#. When I hit F5 no matter what. It checks to see if it needs to build every project. "projectX" is up to date. It takes like 10 seconds. I know...
7
by: =?Utf-8?B?TWlrZSBMb2dhbg==?= | last post by:
My environment. .Net 2.0 VS2k5 SP1, IE6 (6.0.2900.2180) I have a web content page. The page will post back twice if I am running in debug mode. However if I run through the breakpoints fast...
5
by: dhcrusoe | last post by:
Greetings, My apologies if this message comes across as spam; it isn't meant to be. A group of colleagues and I have built a project to mobilize technology volunteers for small nonprofit...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
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...

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.