Please, help !

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sukist

    #1

    Please, help !

    Hi all !
    I´m with a trouble in my project...
    I have a dll referenced in my project.
    So, I update this dll, and try to reference it again.
    But, when I run the project, the older references becomes
    active !
    In build, I receive the following message:
    Warning: The dependency 'rn_ADO_VNet,
    Version=1.0.113 3.25125, Culture=neutral ' in project 'rnOC'
    cannot be copied to the run directory because it would
    overwrite the reference 'rn_ADO_VNet, Version=3.0.0.0 ,
    Culture=neutral '.
    How I can solve this???
    TIA, Sukist !

  • Michael Bird

    #2
    Re: Please, help !

    Does your app pull in other references that also reference that same DLL,
    and the older version of that DLL?


    "Sukist" <anonymous@disc ussions.microso ft.com> wrote in message
    news:068001c3a3 a4$714dbd30$a00 1280a@phx.gbl.. .
    Hi all !
    I´m with a trouble in my project...
    I have a dll referenced in my project.
    So, I update this dll, and try to reference it again.
    But, when I run the project, the older references becomes
    active !
    In build, I receive the following message:
    Warning: The dependency 'rn_ADO_VNet,
    Version=1.0.113 3.25125, Culture=neutral ' in project 'rnOC'
    cannot be copied to the run directory because it would
    overwrite the reference 'rn_ADO_VNet, Version=3.0.0.0 ,
    Culture=neutral '.
    How I can solve this???
    TIA, Sukist !


    Comment

    Working...