Please, help !

  • Thread starter Thread starter Sukist
  • Start date Start date
S

Sukist

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.1133.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 !
 
Does your app pull in other references that also reference that same DLL,
and the older version of that DLL?


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.1133.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 !
 
Back
Top