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

Managing Dependencies during development

Hello,

In a project that I am currently developing I have multiple DLL's that
reference other DLL's and controls that reference the aforementioned DLL's.

Since I am in the development phase I will change some DLL's that will
affect the other DLL's or controls, is there an easy way to make sure that
all of the referenced projects have the latest version? I tried changing
the "Copy Local" to False but I will eventually get the warning about not be
able to copy the latest version because it conflicts with an older version.

Thanks,
Dan
Nov 22 '05 #1
2 1114
when that happens, try to rebuild the solution (as opposed to build)
set the project dependencies - vs.net allows you to specify project
dependencies. you may have to rebuild 2x

if all that still fails, delete all of the dlls and rebuild again. my
directory structure is set up such that i can go to the **root of my
project directory structure** and run
del /s *.dll > del.txt

del.txt will contain the names of all files that were deleted
delete WITH CARE

solex wrote:
Hello,

In a project that I am currently developing I have multiple DLL's that
reference other DLL's and controls that reference the aforementioned DLL's.

Since I am in the development phase I will change some DLL's that will
affect the other DLL's or controls, is there an easy way to make sure that
all of the referenced projects have the latest version? I tried changing
the "Copy Local" to False but I will eventually get the warning about not be
able to copy the latest version because it conflicts with an older version.

Thanks,
Dan


Nov 22 '05 #2
....or you can fool around with nant - http://nant.sourceforge.net/

solex wrote:
Hello,

In a project that I am currently developing I have multiple DLL's that
reference other DLL's and controls that reference the aforementioned DLL's.

Since I am in the development phase I will change some DLL's that will
affect the other DLL's or controls, is there an easy way to make sure that
all of the referenced projects have the latest version? I tried changing
the "Copy Local" to False but I will eventually get the warning about not be
able to copy the latest version because it conflicts with an older version.

Thanks,
Dan


Nov 22 '05 #3

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

Similar topics

2
by: solex | last post by:
Hello, In a project that I am currently developing I have multiple DLL's that reference other DLL's and controls that reference the aforementioned DLL's. Since I am in the development phase I...
7
by: Brian Sabolik | last post by:
I'm not sure if I've broken any Object Oriented rules or not, but ... I have projects in 2 different solutions that need to use each other's methods. Therefore I may have an "update" method in...
3
by: Sam Loveridge | last post by:
Hi all. I have a Web Service that I'm writing that needs to reference a VB.NET dll. The catch is that the VB.NET dll has a dependency on a COBOL dll which I can't load in my development...
3
by: Bruce Wilhelm | last post by:
I have a VS2003 solution with 4 projects in it. I am trying to set up the dependencies in the dialog box, but after I close the dialog the dependencies do not change. Is there something that I am...
4
by: Simon Matthews | last post by:
Hi, I have created multiple .dll's mostly representing libraries used by multiple projects. The dll's are often dependant on each other , for example:- ..dll1 dependant on .dll2 dependant on...
1
by: Olav Tollefsen | last post by:
I get the included error message when trying to run my ASP.NET application under Windows Server 2003 (with all updates installed). How can I troubleshoot this? Olav File or assembly name...
15
by: David | last post by:
Hi, I have built a web application that will be a very high profile application. We had tested it, demonstrated it and shown that it all works. On a dress rehearsal run through, it failed...
0
by: solex | last post by:
Hello, In a project that I am currently developing I have multiple DLL's that reference other DLL's and controls that reference the aforementioned DLL's. Since I am in the development phase I...
2
by: JT Lovell | last post by:
I have a solution with 5 projects and I need them to build in a particular order. I understand that setting the project dependencies will allow this, but when I go to the Project Dependencies...
2
by: Ksenia | last post by:
Hi, For website development, I am using SVN repository to commit the code from my development computer, and on the production server use svn checkout to update the code to the latest version....
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
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: 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
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
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...

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.