Warning Conflicts

  • Thread starter =?iso-8859-1?Q?El_Casta=F1o?=
  • Start date
?

=?iso-8859-1?Q?El_Casta=F1o?=

Hi all!
I need a help to solve some warnings...
When I build my project, I receive the warnings:
Error: The dependency 'rn_ADO_VNet,
Version=1.0.1133.25125, Culture=neutral' in
project 'Gestor' cannot be copied to the run directory
because it would conflict with dependency 'rn_ADO_VNet,
Version=1.0.0.0, Culture=neutral'.
Error: The dependency 'rn_ADO_VNet, Version=1.0.0.0,
Culture=neutral' in project 'Gestor' cannot be copied to
the run directory because it would conflict with
dependency 'rn_ADO_VNet, Version=1.0.1133.25125,
Culture=neutral'.
And with this, the project always references the olds
dll´s. Why I can solve this?

TIA, Castaño !
 
B

Bogdan Lachendro

And with this, the project always references the olds
dll´s. Why I can solve this?

You should look at the AssemblyInfo files in your projects, the and set
proper AssemblyVersion. Then you should remove old assemblies. After
compiling this situation shouldn't take place anymore.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top