473,786 Members | 2,607 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Why do I get these kind of warnings when building my exefile

Hello!!

I use VS 2003 and C# for all class library except MeltPracCommon. dll which
is C++.NET

The problem is that I get these warnings when building the exe file and use
my class libraries.
See below for a detail description.

Preparing resources...
Updating references...
Warning: The dependency 'MultiLang, Version=1.0.227 4.20801, Culture=neutral '
in project 'MeltPracApplic ation' cannot be copied to the run directory
because it would overwrite the reference 'MultiLang, Version=1.0.227 4.22477,
Culture=neutral '.

Warning: The dependency 'MeltPracStorag e, Version=1.0.227 4.22854,
Culture=neutral ' in project 'MeltPracApplic ation' cannot be copied to the
run directory because it would overwrite the reference 'MeltPracStorag e,
Version=1.0.227 4.22891, Culture=neutral '.

Warning: The dependency 'MeltPracStorag e, Version=1.0.227 4.22428,
Culture=neutral ' in project 'MeltPracApplic ation' cannot be copied to the
run directory because it would overwrite the reference 'MeltPracStorag e,
Version=1.0.227 4.22891, Culture=neutral '.Performing main compilation...

Build complete -- 0 errors, 0 warnings
Building satellite assemblies...

I have search the internet and found a lot but nothing that explains these
kind of warnings.
For example in the reference for the exe project I reference MeltPracStorage
in this way I use
C:\PK\Developme nt\Products\UTC AS\4.0\SRC\Melt PracStorage\bin \Debug\MeltPrac S
torage.dll

For example in the reference for the exe project I reference 'MultiLang in
this way I use
C:\PK\Developme nt\Products\UTC AS\4.0\SRC\Mult iLang\bin\Debug \MultiLang.dll

The exe file are using six class library dll. These are:
1. MeltPracCommon. dll is using Multilang.dll

2. Commons.dll is not using any dll

3. MeltPracStorage .dll is not using any dll

4. MMICommon.dll is using Commons

5. Multilang.dll is using MeltPracStorage .dll

6. UTCASCommon.dll is using MMICommon.dll and MeltPracStorage .dll

I have only a single project in each solution project. So a have 6 solution
project having one class library project in each one.

So in the referens list for each project I have the following.
UTCASCommon reference MMICommon and MeltPracStorage
MMICommon reference Commons
MeltPracCommon reference Multilang
Multilang reference MeltPracStorage

I use copy local = TRUE for each referece dll that I use.
There are no problems at all to build all the class library dll

In the UTCASCommon output directory I have the following after a successful
build. UTCASCommon.dll , MMICommon.dll, Common.dll and MeltPracStorage .dll

In the MMICommon output directory I have the following after a successful
build. MMICommon.dll and Commons.dll

In the Commons output directory I have the following after a successful
build. Commons.dll

In the MeltPracCommon output directory I have the following after a
successful build. MeltPracCommon. dll and Multilang.dll

In the Multilang output directory I have the following after a successful
build. Multilang.dll and MeltPracStorage .dll

In the MeltPracStorage output directory I have the following after a
successful build MeltPracStorage .dll

So can somebody explain or tell me how to fix my warnings when buiding the
exe file because
I haven't any idea.
Why do I only get warning for MeltPracStorage and Multilang and why do I get
two warnings for
MeltPracStorage
//Tony




Mar 24 '06 #1
0 931

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

Similar topics

0
1424
by: Bonj | last post by:
Hi I made a console application called ffind.exe. When building, the linker gives the warnings below. I presume they are telling me that it is eliminating functions from the .EXE that I have specified but not used, however if so then this is what I WANT it to do. Am I right in presuming this, and if so is there any way I can cause it not to flag them as warnings but on the contrary, ensure that it *does* always do this? (The warnings don't...
5
3634
by: Lindsay | last post by:
I'm getting some strange warnings when I compile: pointer truncation from 'HMENU' to 'unsigned int' The line in question is: AppendMenu(hMenu,MF_STRING|MF_POPUP,UINT(hStyle),"Style"); (where hStyle is HMENU type) This line is exactly the same as a line in another app I have but that one doesn't give a warning.
3
1749
by: tony | last post by:
Hello!! I use VS 2003 and C# for all class library except MeltPracCommon.dll which is C++.NET The problem is that I get these warnings when building the exe file and use my class libraries. See below for a detail description. Preparing resources...
2
1583
by: badkarspiloten | last post by:
Hi there! I have just migrated from VS 2003 to VS 2005 and are getting lots of compile warnings when building my solution. Some of them I want to disable. I have managed to do this with my other projects (not web) by selecting the project in the project explorerer and right click and choose properties. Here I choose the compile tab and can select what warnings to disable.
6
1913
by: pete142 | last post by:
When I compile this code: typedef unsigned char BYTE; BYTE * IpString(unsigned int ip) { static BYTE ipString; ipString = (BYTE) 0xff & (ip >24); ipString = (BYTE) 0xff & (ip >16);
13
13725
by: markn | last post by:
Running some code through static analysis, I noticed that gcc will generate a warning if a function returns an aggregate, controlled with this flag (from the gcc manual): -Waggregate-return Warn if any functions that return structures or unions are defined or called. (In languages where you can return an array, this also elicits a warning.) Easy enough to disregard, but I'm trying to understand the rationale.
82
4641
by: robert bristow-johnson | last post by:
here is a post i put out (using Google Groups) that got dropped by google: i am using gcc as so: $ gcc -v Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man -- infodir=/usr/share/info --enable-shared --enable-threads=posix -- enable-checking=release --with-system-zlib --enable-__cxa_atexit --
0
1046
by: nichols.alan | last post by:
I am attempting to build the SVN release of python on Visual Studio 8. I get the warning messages such as the following: ...\..\Modules\cPickle.c(527) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'int', possible loss of data ...\..\Modules\binascii.c(285) : warning C4244: '=' : conversion from 'Py_ssize_t' to 'unsigned char', possible loss of data ...\..\PC\_winreg.c(736) : warning C4267: '=' : conversion from
0
2016
by: Kevin S Gallagher | last post by:
When building a project using the Speech library version 5. I am getting tons of warnings similar to the two below using option strict and implicit on. The application runs fine otherwise. Any thoughts why all of the sudden this might be happening. Thanks for any ideas on what might be going on. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning : At least one of the arguments for...
3
1708
by: neovantage | last post by:
Hey, Can some one guide me that from where these 2 css warnings come from as i am unable to find those id's in my css file named as here is the url which gives warnings on my contact page if some one guide me to figure out these 2 warnings located in my css then i will be really thanksful to him/her kind regards,
0
9496
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
10164
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
10110
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
8989
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7512
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
6745
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
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4066
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
3669
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.