473,394 Members | 1,778 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,394 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 1209
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.