Warning Conflicts

  • Thread starter Thread starter =?iso-8859-1?Q?El_Casta=F1o?=
  • Start date 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 !
 
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.
 
Back
Top