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

Warning???

Can anyone explain this message to me?

Warning: The dependency 'CLFormManager, Version=1.0.1900.31178,
Culture=neutral' in project 'FRMLogon' cannot be copied to the run directory
because it would overwrite the reference 'CLFormManager,
Version=1.0.1900.31236, Culture=neutral'.
Nov 16 '05 #1
2 1072
This happens when you have a project A that uses projects B and C. And
project B happens to reference C as well.

C has auto version generation, which gets upped in every recompile.

The last time you compiled B, you used one version of C, but you since
recompiled C, and now A is using a different version. So you get this.

2 ways to solve it:
1. set CopyLocal to False on the project references
2. Hard code a version for C. Something like 1.0.0.0, or whatever you like.

"web1110" <we***@comcast.net> wrote in message
news:nN********************@comcast.com...
Can anyone explain this message to me?

Warning: The dependency 'CLFormManager, Version=1.0.1900.31178,
Culture=neutral' in project 'FRMLogon' cannot be copied to the run
directory
because it would overwrite the reference 'CLFormManager,
Version=1.0.1900.31236, Culture=neutral'.

Nov 16 '05 #2
You can also solve it by referencing projects in your solution rather than
compiled DLLs.

--Bob

"Marina" <so*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
This happens when you have a project A that uses projects B and C. And
project B happens to reference C as well.

C has auto version generation, which gets upped in every recompile.

The last time you compiled B, you used one version of C, but you since
recompiled C, and now A is using a different version. So you get this.

2 ways to solve it:
1. set CopyLocal to False on the project references
2. Hard code a version for C. Something like 1.0.0.0, or whatever you
like.

"web1110" <we***@comcast.net> wrote in message
news:nN********************@comcast.com...
Can anyone explain this message to me?

Warning: The dependency 'CLFormManager, Version=1.0.1900.31178,
Culture=neutral' in project 'FRMLogon' cannot be copied to the run
directory
because it would overwrite the reference 'CLFormManager,
Version=1.0.1900.31236, Culture=neutral'.


Nov 16 '05 #3

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

Similar topics

3
by: Bas Wassink | last post by:
Hello there, I'm having trouble understanding a warning produced by 'splint', a code-checker. The warning produced is: keywords.c: (in function keyw_get_string) keywords.c:60:31: Released...
3
by: Bill Burris | last post by:
How do I find what is causing this warning from the Linker? If I use /NODEFAULTLIB I get hundreds of undefined symbols. LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other...
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...
1
by: spanov | last post by:
i've got problem installing python-2.3.5 from sources on FreeBSD 5.3 root@server# ./configure > conf_log configure: WARNING: curses.h: present but cannot be compiled configure: WARNING:...
5
by: Peter Ritchie [C# MVP] | last post by:
I've purposely been ignoring a CA2122 warning in some C++ interop code I've been working on for quite some time. I've just recently had the cycles to investigate the warning. The warning message...
1
by: Ian | last post by:
I've just discovered the msclr::lock class in the C++ Support Library online documentation. This seems like a much cleaner way to implement thread protection than using...
5
by: holmescn | last post by:
what is the meaning of warning attributes ignored on template instantiation. i got it when i compiled stlport 5.1.3. anybody can help me ? thx!
92
by: Heinrich Pumpernickel | last post by:
what does this warning mean ? #include <stdio.h> int main() { long l = 100; printf("l is %li\n", l * 10L);
4
by: cody | last post by:
It is possible to declare and use/instantiate a class with a uninitialized readonly field without even a compiler warning. Why don't I get warnings? public class Stuff { public readonly int a;...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
0
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,...
0
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,...

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.