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

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.SharpZipLib' 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 3115
#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.SharpZipLib' 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.SharpZipLib' 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*******@canada.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.SharpZipLib' 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
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...
4
by: Henke | last post by:
I have this scenario. public class A { public int numbers; public class A() { }
4
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...
2
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...
0
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...
5
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...
3
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...
9
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...
3
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). ...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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...
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
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...

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.