473,799 Members | 3,025 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dependency problem

I have a project that I have been messing with for a while.

I get a message in my task list that says:
"The dependency 'ICSharpCode.Sh arpZipLib' could not be found."

I added this library in a while ago but removed it. I can't find where
the dependency is. The solution builds just fine. There are 3 projects
in the solution. Where do I go to find where this dependency is?

Thanks
Chris
Nov 17 '05 #1
5 3132
#ziplib (aka ShaperZipLib) is a free zip library for .NET which you can find
at http://www.icsharpcode.net/OpenSourc...b/Default.aspx. Worst
case, head on over there and DL a copy to use for your reference.

Brendan
"Chris" wrote:
I have a project that I have been messing with for a while.

I get a message in my task list that says:
"The dependency 'ICSharpCode.Sh arpZipLib' could not be found."

I added this library in a while ago but removed it. I can't find where
the dependency is. The solution builds just fine. There are 3 projects
in the solution. Where do I go to find where this dependency is?

Thanks
Chris

Nov 17 '05 #2
"Chris" <no@spam.com> schrieb:
I get a message in my task list that says:
"The dependency 'ICSharpCode.Sh arpZipLib' could not be found."

I added this library in a while ago but removed it. I can't find where
the dependency is. The solution builds just fine. There are 3 projects
in the solution. Where do I go to find where this dependency is?


I am not sure if I understand your question correctly. SharpZipLib can be
downloaded here:

The Zip, GZip, BZip2 and Tar Implementation For .NET
<URL:http://www.icsharpcode .net/OpenSource/SharpZipLib/>

You can remove the reference to a library by opening the project's
"References " folder in the solution explorer and pressing the Delete key.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 17 '05 #3
I think he is asking how to find the line of code that is making the
reference so that he can alter his code and remove the need for the
library.

Nov 17 '05 #4
"Bruce Wood" <br*******@cana da.com> schrieb:
I think he is asking how to find the line of code that is making the
reference so that he can alter his code and remove the need for the
library.


After removing the reference from the project the code should cause
compile-time errors which are shown in the tasks window. Double-clicking
the entries will show the accoding line in the code.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 17 '05 #5
Herfried K. Wagner [MVP] wrote:
"Chris" <no@spam.com> schrieb:
I get a message in my task list that says:
"The dependency 'ICSharpCode.Sh arpZipLib' could not be found."

I added this library in a while ago but removed it. I can't find
where the dependency is. The solution builds just fine. There are 3
projects in the solution. Where do I go to find where this dependency
is?

I am not sure if I understand your question correctly. SharpZipLib can
be downloaded here:

The Zip, GZip, BZip2 and Tar Implementation For .NET
<URL:http://www.icsharpcode .net/OpenSource/SharpZipLib/>

You can remove the reference to a library by opening the project's
"References " folder in the solution explorer and pressing the Delete key.


Sorry I wasn't clear. I know what the SharpZipLib is, I use it in a
different project. I don't use it in this project. I may have at one
point, but it has been removed.

I found which of my 3 projects is causing the issue, SubForms. This
project has a reference to another project (Utility) that is part of the
3. If I remove the reference the error goes away. The project Utility
has no reference to SharpZipLib anywhere that I can find.... SubForms
has nothing in it yet, it is an empty project that is there as a place
holder for some work yet to be done. So how can adding the reference to
Utility in Subforms cause the error to appear?

Anyhow as I was finishing writing this I readded the reference to
Utility and now the error is still gone... No clue what has happened....

Thanks for trying to help though.
Chris
Nov 17 '05 #6

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

Similar topics

4
2828
by: Evelyne | last post by:
On a server W2K, IIS5, I have many messages from ASP : cirdular dependency between types/modules. Which can be the origin of the problem? Example : Event Type: Warning Event Source: Active Server Pages Event Category: None Event ID: 9 Date: 09/07/2004 Time: 09:29:25
4
3286
by: Henke | last post by:
I have this scenario. public class A { public int numbers; public class A() { }
4
1176
by: TT (Tom Tempelaere) | last post by:
Hi There, The error message: Error: The dependency 'XXX, Version=1.1.1671.19501, Culture=neutral' in project 'Test' cannot be copied to the run directory because it would conflict with dependency 'XXX, Version=1.1.1676.30997, Culture=neutral'. The problem is that I've cleaned everything before re-building. So I threw every dll away before rebuilding and the problem still persists. Where can I find these references??? (So I can rip 'em...
2
761
by: Rimma Meital via .NET 247 | last post by:
(Type your message here) -------------------------------- From: Rimma Meital I have 2 DLLs (Class Libraries). Both defines single-ton objects - logger object (writes to logger) and application_management object (stores paths and other things, reads ini file of the application). Both needs to refer to each other -> application_management can write to a logger and logger needs to know the path of logger file. Of course, it's circular...
0
1365
by: Dave | last post by:
I keep getting this warning: Warning: The dependency 'Brierley.Process, Version=1.0.1711.13537, Culture=neutral' in project 'ATCustomerSrv' cannot be copied to the run directory because it would overwrite the reference 'Brierley.Process, Version=1.0.1760.27985, Culture=neutral'. And occaisionally get this error: Error: The dependency 'Brierley.CustomerService, Version=1.0.1760.27983,
5
4030
by: Jay A. Moritz | last post by:
Error: The dependency '<my dll>' in project '<my project>' cannot be copied to the run directory because it would conflict with dependency '<my dll>'. I am getting a dependency error building my application that was using some other namespaces that I had built and incorrectly referenced to the dll instead of the project, but I ended up removing the reference entirely but my project keeps getting the error. How do I tell my project to...
3
7225
by: DJTN | last post by:
I'm getting the following error when I try to compile my setup project in VS 2002. I have re-installed the .net framework 1.1 and it didnt solve the problem. WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.dll' WARNING: Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089' Version='1.0.5000.0') of assembly 'System.Windows.Forms.dll' WARNING: Unable to...
9
2410
by: Brett Romero | last post by:
I have two projects in one solution - a library and executable. Each have a namespace such as: ROOT.myapp.Functional ROOT.myapp.UI However, each cannot reference the other. myapp.UI is dependent on the library but only sees ROOT.myapp.UI and vice versa. How do I get them to see each other's namespace?
3
7059
by: donnyma | last post by:
I have a problem that looks like it has not been discussed before in these groups. I have a simple SQLAgent job that runs sp_who (could be anything, but let's just say sp_who for this example). I have set the jobstep to write to an output file "T:\out.txt". If the job is owned by an admin, it runs fine and writes the output file. If it is owned by a non-admin user, it gets the following error msg: Warning: cannot write logfile...
0
9546
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10491
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10268
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7571
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6809
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5593
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.