473,386 Members | 1,973 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,386 software developers and data experts.

Include dependent project in solution and reference, or no and just reference .dll?

If I choose not to include a dependent project in my solution, but rather
just reference the .dll in that project's bin\debug folder, are there any
negative repercussions?

Or, is it more normal/better to just go ahead and include that project in
the solution?

I'm thinking I would prefer the prior because we have alot of projects and
most main projects reference several other projects and that would be alot
of projects within a solution, maybe unnecessarily?

I think maybe I just don't fully understand any limitations (if any) to just
referencing the .dll. Does it just mean the inconvenience of having to have
2 Visual Studio sessions up at the same time if wanting to work on both
projects simultaneously?

Thanks,
Ron
May 26 '07 #1
1 1900

"Ronald S. Cook" <rc***@westinis.comwrote in message
news:ui**************@TK2MSFTNGP03.phx.gbl...
If I choose not to include a dependent project in my solution, but rather
just reference the .dll in that project's bin\debug folder, are there any
negative repercussions?
No
>
Or, is it more normal/better to just go ahead and include that project in
the solution?
If you need to debug the solution, the solution or you're one of these
developers that has to see all of the code for the projects.
>
I'm thinking I would prefer the prior because we have alot of projects and
most main projects reference several other projects and that would be alot
of projects within a solution, maybe unnecessarily?
People jump between the two all the time. If the project is stable, then one
will go with the Dll. If it's not stable, then one will include the project
so they can look at the code and debug if necessary.
>
I think maybe I just don't fully understand any limitations (if any) to
just referencing the .dll.
It's compiled/assembly of the code that's being referenced and used whether
or not it's source code being shown in the IDE or is part of the total
assembly.
Does it just mean the inconvenience of having to have 2 Visual Studio
sessions up at the same time if wanting to work on both projects
simultaneously?
You can debug them both at the same time within one VS 2005 solution, and
you can bring in a C# project into a VB solution or VB project into a C#
solution, without having two IDE's running to debug.

May 26 '07 #2

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

Similar topics

6
by: Henk ten Bos | last post by:
Hi all, is there anyone who knows of a way in VB6 to have include-files (like in C: include <include.h>) ? thanks! Henk
6
by: Simon Elliott | last post by:
(Note: this is a real C++ question and not an MS Windows question. The window handle I introduce is just an example of OS specific data, which I've used to illustrate my question.) I have some...
18
by: Tuckers | last post by:
My question is, if I have created my own library which lives in its own install directory, to refer to its header file is it better to use #include "MyLibrary.h" or #include <MyLibrary.h> ...
5
by: David Mathog | last post by:
One thing that can make porting C code from one platform to another miserable is #include. In particular, the need to either place the path to an included file within the #include statement or to...
1
by: Darren | last post by:
I have a solution that has a number of projects. Each project generates a component and each component depends on a number of other components. What is the best way of managing this dependency so...
1
by: Bonj | last post by:
When I have a project (e.g. App1) and dependent projects, such as generic components (e.g. Comp1, Comp2), I store them in the following directory structure: Apps\App1\App1.sln...
4
by: Howard Kaikow | last post by:
When I build a setup project, the dependency in the setup project is tied to the version in which it was built. Is there a way to build a setup project that can be used in both versions of the...
24
by: =?Utf-8?B?RHIuIFMu?= | last post by:
I am incorporating three existing programs into a new "all in one" program. I have added the three projects to the new all in one project. How do I instruct the new initial menu to launch the main...
4
by: Derek Hart | last post by:
I have a Visual Studio.Net solution that has several projects, one of which is a web service project. I has a reference set to a DLL which is in the same solution, but is a separate project. When...
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: 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...
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: 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
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,...

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.