|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
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 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. -- Show quoteHide quoteBob 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" <gro***@a-znet.com> wrote in message news:%23zjmbAnNFHA.1040@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 > > > 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 Show quoteHide quote "Bob Powell [MVP]" <bob@_spamkiller_bobpowell.net> wrote in message news:OwOFAgpNFHA.1268@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" <gro***@a-znet.com> wrote in message > news:%23zjmbAnNFHA.1040@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 >> >> >> > >
guidelines for developing an application
Form question (Re-usuable code) copying data from MS-SQL to MS-Access using VB.Net Icon for Components How do you protect from pirating? SqlCommand w/ Params Select Issue Using the IN Clause breakpoint in vb.net Queue Thread Safe question get the value of the selected node in a treeview Datagrid & limiting rows |
|||||||||||||||||||||||