Warning Conflicts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • El Castaño

    #1

    Warning Conflicts

    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.113 3.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.113 3.25125,
    Culture=neutral '.
    And with this, the project always references the olds
    dll´s. Why I can solve this?

    TIA, Castaño !

  • Bogdan Lachendro

    #2
    Re: Warning Conflicts

    On 11/6/2003 1:25 PM, El Castaño wrote:
    [color=blue]
    > And with this, the project always references the olds
    > dll´s. Why I can solve this?[/color]

    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.

    Comment

    Working...