473,320 Members | 2,164 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,320 software developers and data experts.

VB.net Build Error Task "The dependency xxx.yyy.sss could not be f

Our solution contains multiple projects, such as:
1 Web project
3 library projects that contain Serviced Components
7 library projects that do not contain Servicded Components

Long ago, a previous project member created a file chose to name
"AssemblyCommonInfo.vb" in the SOlution root, and placed a link to this in
every project (except the Web project). In AssemblyCommonInfo, he placed a
version tag and Ket File tag such as:
<Assembly: AssemblyVersion("1.0.9.0")>
<Assembly: AssemblyKeyFile("..\..\..\PerformanceCentral.snk") >

This has the effect of making all of the library projects be Strong Named
and at version 1.0.9.0. Note though that none of our assemblies are
installed in the GAC.

So far so good. But here's the problem...

If I change the Version number to be 1.0.10.0, then I get Build Error Tasks
created such as:
The dependency 'ITAGroup.PC.DATA.BusinessEntity' could not be found.
BUT:
A) it only picks 3 of the library projects to complain about,
B) of the 3, one has Serviced Components, the other 2 do not.
AND:
- The Tasks do not have any info in the "File" column, so I do not know
exactly where the dependencies are missing from. And,
- These messages also appear in the "output" tab in the section pertaining
to the WSb project, so I am pretty sure it's the WebProject that is missing
these dependencies.

NOTES:
1. I have checked that All of the assembly .dll's really are being
recompiled with the new version, in all of the folders expected; in the
project\bin and project\obj\ConfigName, and in the
c:\inetpub\wwwroot\WebProject\bin. CopyLocal=true in all of the project's
properties.
2. Maybe the use of a linked AssmblyCommonInfo.vb is not standard, to factor
out it as the culprit, I have specifically changed the Version in one of the
3 affected assembliy's AssemblyInfo.vb file, and that causes that one
assembly to come up "The dependency ThatAssembly could not be found".
3. In the Web project's references, I do not see anything tightening the
reference to look for only version 1.0.9.0 on the 3 (or any) of the
references.
Feb 5 '06 #1
0 2635

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

Similar topics

3
by: partybob99 | last post by:
I am using Microsoft Visual C++ v1.52. I am trying to build the most simple class known to mankind, and I cant get it to compile no matter what I do. I am building the program as a .LIB file and...
0
by: antsays | last post by:
I am trying to serialize a collection to disk using the code provided. This works just fine but when I try do copy and past the xml file to another location or sometimes even just click on the...
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...
0
by: lpinho | last post by:
Hi There, I've generated a C# file from a wsdl file using wsdl.exe utility. Then I created a console application and made a call to the method generated, first I got the error: "The request...
0
by: pinky | last post by:
Hi all I am having one web service where in at a time of calling one webmethod through client application i am continuously getting following error :- The underlying connection was...
1
by: BillAtWork | last post by:
Hi, I'm trying to validate an XML document against an XSD schema and I receive the following error: ---------- MyCode.CreateValidRequest : System.Web.Services.Protocols.SoapException :...
12
by: ilucks | last post by:
I converted Acc97 to Acc2003 and got this error "The command or action 'SaveRecord' isn't available now" when i tried to open one form"Add Info form", which has Save button. I checked "reference"...
0
by: Curious | last post by:
Hi, I'm not sure if this is the right place to post such command issues. If you know a better forum where people respond to messages fairly often, please let me know! Anyway, would appreciate...
1
by: kamcap | last post by:
I have referenced a COM dll (unmanagged code) in a C# console application and this DLL is referenced in C# program using Interop facility in .NET. This dll actually a dataset/table which is written...
15
by: Kurda Yon | last post by:
Hi, I try to "build" and "install" pysqlite? After I type "python setup.py build" I get a lot of error messages? The first error is "src/ connection.h:33:21: error: sqlite3.h: No such file or...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.