473,385 Members | 1,740 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.

Anyone know what could cause the following error messages?

Anyone know what could cause the following error messages?
Note the versions are:
A...B
B...A

Warning: The dependency 'LibraryCs, Version=1.0.1916.39646, Culture=neutral'
in project 'CAG ControlCapture' cannot be copied to the run directory
because it would overwrite the reference 'LibraryCs, Version=1.0.1916.35045,
Culture=neutral'.

Warning: The dependency 'LibraryCs, Version=1.0.1916.35045, Culture=neutral'
in project 'CAG ExecutableStudio' cannot be copied to the run directory
because it would overwrite the reference 'LibraryCs, Version=1.0.1916.39646,
Culture=neutral'.
Thanks in advance

Nov 21 '05 #1
2 1458
Remove all the asterisks from the version definition lines in the
AssemblyInfo file so that the version you create is the same for successive
builds.

You might like to check out the Windows Forms Tips and Tricks article on
debugging controls.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

" Just Me" <gr****@a-znet.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Anyone know what could cause the following error messages?
Note the versions are:
A...B
B...A

Warning: The dependency 'LibraryCs, Version=1.0.1916.39646,
Culture=neutral'
in project 'CAG ControlCapture' cannot be copied to the run directory
because it would overwrite the reference 'LibraryCs,
Version=1.0.1916.35045,
Culture=neutral'.

Warning: The dependency 'LibraryCs, Version=1.0.1916.35045,
Culture=neutral'
in project 'CAG ExecutableStudio' cannot be copied to the run directory
because it would overwrite the reference 'LibraryCs,
Version=1.0.1916.39646,
Culture=neutral'.
Thanks in advance

Nov 21 '05 #2
That did it!
I replaced
<Assembly: AssemblyVersion("1.0.*")>

with

<Assembly: AssemblyVersion("1.0.0")>

I hope that's what you meant by remove asterisks

I've been putting up with this for a long time, I feel badly now that I
didn't ask sooner.

I'm often amazed by how much some of you guys know - and are willing to take
the time to share.

Thanks again


"Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message
news:Ow**************@TK2MSFTNGP14.phx.gbl...
Remove all the asterisks from the version definition lines in the
AssemblyInfo file so that the version you create is the same for
successive builds.

You might like to check out the Windows Forms Tips and Tricks article on
debugging controls.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.

" Just Me" <gr****@a-znet.com> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Anyone know what could cause the following error messages?
Note the versions are:
A...B
B...A

Warning: The dependency 'LibraryCs, Version=1.0.1916.39646,
Culture=neutral'
in project 'CAG ControlCapture' cannot be copied to the run directory
because it would overwrite the reference 'LibraryCs,
Version=1.0.1916.35045,
Culture=neutral'.

Warning: The dependency 'LibraryCs, Version=1.0.1916.35045,
Culture=neutral'
in project 'CAG ExecutableStudio' cannot be copied to the run directory
because it would overwrite the reference 'LibraryCs,
Version=1.0.1916.39646,
Culture=neutral'.
Thanks in advance


Nov 21 '05 #3

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

Similar topics

1
by: Mr Mint | last post by:
Hi all, I have a page named register.php, which is a form for collecting user data. As an example: - I have the fields Name, Surname, email. - In the <form> tag I have action ="" - The page...
3
by: Lars Haugseth | last post by:
Setup: SuSE Linux 8.2 running IBM DB2 v8.1 with Net Search Extender. We had to hard reset our server, and did a successfull crash recovery. We now have a problem with operations involving text...
12
by: craig | last post by:
Quick question for the experts... Whenever I set the Image property of a PictureBox on one of my windows forms to a PNG graphic file on my hard drive, I get the following runtime error when I...
2
by: Janna Deegan | last post by:
Hello all, First off, if there is a better place to post for an answer to this question, please feel free to point me there. I have some very strange behavior happening with my System.web.mail...
11
by: ricolee99 | last post by:
Hi everyone, I'm trying to invoke my .exe application from a remote server. Here is the code: ManagementClass processClass = new ManagementClass ("\\\\" +"RemoteServerName" +...
3
by: Ney André de Mello Zunino | last post by:
Hello. I would appreciate if somebody could assist me with an error message I am getting from the Microsoft WinDbg 6.3 debugging tool. I am not familiar with it, since I have just downloaded it....
40
by: Jeff | last post by:
I have a system on a network and want to determine if anyone is currently connected to the back-end files. An interesting twist is that I have noticed that some users can be connected (have the...
10
by: Extremest | last post by:
I know there are ways to make this a lot faster. Any newsreader does this in seconds. I don't know how they do it and I am very new to c#. If anyone knows a faster way please let me know. All...
3
by: rn5a | last post by:
I am trying to delete records from a MS-Access DB table using the following query: strSQL=DELETE FROM MyTable WHERE =CInt(Request.QueryString("delete")) con.Execute strSQL When I run the app...
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: 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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
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,...
0
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...

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.