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

Home Posts Topics Members FAQ

Having issues with Referencing a DLL in a Solution with multiple Projects

Greetings all,

I am going to attempt to describe the issue that I am having in full.
I apologize ahead of time that this may be a long posting, however, I
have found no other solution to my problem.

I am working with a VS2003 .NET1.1 Solution Project. The Solution
contains 6 Projects:
CEC_MT, CEC_UI, Common, CommonUI, FISCommon, and FISCommonUI.

The Common and CommonUI are class library's that are for all intensive
purposes static. We can't/shouldn't change any code in those
projects. The Build Order is as follows: Common, CommonUI, FISCommon,
CEC_MT, FISCommonUI, and CEC_UI.

We currently have one workstation (CPU1) where this project compiles,
runs, and debugs just fine. We are attempting to add an additional
developer to work on this same project. We copied the Source Code
from the working workstation to the new developers machine (CPU2).
All running the same versions of all the controls, Stuido, and .NET.

When we fire up Studio on CPU2, we immediately receive 147 error
messages:

'Public Overridable NotOverridable Property BackColor() As
System.Drawing. Color' is declared in project
'Janus.Windows. GridEX.dll', which is not referenced by project
'CEC_UI.exe'.

The object in question is located in C:\Program Files\FIS. We have
approximately 10 objects that point to that directory, however, the
error is ONLY on this one DLL, Janus.Windows.G ridEX.dll.

Nothing in the source code changed from CPU1 to CPU2. Trying to solve
the issue, we redirected the References to point to the <project>\bin
directory. That causes the error messages to go away, however, this
doesn't help us because the references have to point to the C:\Program
Files\FIS directory.

We checked all of the Project Properties, and the Reference Paths all
point to "C:\Program Files\FIS". Again, this same code works on CPU1,
but not CPU2, and they "should" be identical builds.

Can anyone provide some guidance or something for us to try? We're
going on about 2 months of not getting past this. We only have one
machine where this source code works.

Thanks in advance.

Pete Navarra.

Mar 6 '07 #1
0 1124

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

Similar topics

3
8413
by: AARON PECORARO | last post by:
I need to split apart my web application into multiple projects to allow it to be distributed in parts, but all of the projects need to work together (ie. they need to share session information). Does anyone have any suggestions or solutions to this problem? Thanks, Richard Bowman
1
1436
by: Aaron Ackerman | last post by:
I am having very odd problems with running a very simplie n-Tier Duamish-type Win Forms app. I will often encounter problems with me having to compile each tier, starting with the Data Access Layer and working up to the UI just to get the project to run. (I am using .NET 2003 by the way). Many times I get this error: "Cannot copy assembly 'MyAssembly' to file 'MyAssemblyFile' The process cannot access the file because it is being used...
6
7751
by: Jon | last post by:
I have 3 VB.net executables that reference the same 3 VB.Net DLLs. How is the best way to distribute the EXEs without putting 3 copies of of DLL on a user's machine. I looked into Private assemblies and the Global Assembly but I am having a hard time figuring them out. Ideally, I would like to have one install that puts all 3 EXEs and all 3 DLLs on the workstation. Any recommendations would be appreciated. Jonathan
1
354
by: malcolm | last post by:
Hello, We have a small team building a project that involves some 30 or so c# assembly dlls. It is a client server application with 1 exe as the starting point. The dlls and exe are sharing an assemblyinfo file that has a strong name and version assiciated with it. We are having problems in the way we have been developing. We have made two attempts at this. Attempt 1) In our first attempt, we basically had 1 folder that
4
1518
by: Nick | last post by:
Hi there, I have a solution which consists of 2 class libraries and 2 executables which both consume these class libraries. I've set the correct dependencies in order for the VS to automatically set the build order but I am still getting issues. On the first build every project builds in order and I recieve two error messages briefly at the end of the build which then vanish, the error messages are basically telling me that a value...
4
1663
by: Oenone | last post by:
Another VB6 feature that I'm missing in VB.NET is with regard to referencing projects vs. referencing DLLs. In VB6 I can reference my support library, Support.dll, and call its functions. If I encounter a problem, I may decide to add the Support project to my project group. The reference automatically updates itself to point to the Support.vbp instead of Support.dll.
1
1134
by: sonu | last post by:
Hi all, I have developed a VB.NET application. In my solution I have 8 projects. And I need reference of one project in another. That is why I have added the reference of that project in the project I want. The things were working fine initially but now I am facing the problem while
1
2135
by: Dave Anson | last post by:
What is the recommended practice for referencing assemblies in a project from other solutions? I am using Visual Studio 2005 Team System. I have several assemblies in another solution which will be referenced in my project. How should i reference them. e.g. 1) Should I get both solutions from source safe then point to the assembly
5
1278
by: eschneider | last post by:
I get the following error when I build, anyone know what the problem is? Error 1 The type 'VPMEventViewerUtil.DataTransferObject' exists in both 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\vpmeventswebservice\8c9c80a1\1aef049\assembly\dl3\8c26e22b\fd667eb1_fef7c801\VpmEventViewerServer.DLL' and 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET...
0
9688
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9544
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
10490
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...
1
10238
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10030
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7570
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
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4145
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

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.