I have an apparent dependency problem with a VS 2003 solution. I had to add some references after my code was retrieved from SourceSafe. As a result, when I now load the project I get sev eral errors and warnings about dependencies. Basically when I load the solution I get errors like:
Error: The dependency 'Helper, Version=1.0.1850.31694, Culture=neutral' in project 'ReportControls' cannot be copied to the run directory because it would conflict with dependency 'Helper,Version=1.0.2244.20235, Culture=neutral
And I get an error message that is just the opposite of the one above:
Error: The dependency 'Helper, Version=1.0.2244.20235, Culture=neutral' in project 'ReportControls' cannot be copied to the run directory because it would conflict with dependency 'Helper,Version=1.0.1850.31694, Culture=neutral
The place where I include the Helper.dll is in the module Reports (which never shows up in the error messages) and the version according to the properties of the actual .dll is 1.0.1850.31694. I can't find any reference to that DLL anywhere else, but there MUST be a place where it is mentioned and where the expected version is 1.0.2244.20235.
Where do I look? What's the fix?
Thanks in advance,
Jerry Scannell
Error: The dependency 'Helper, Version=1.0.1850.31694, Culture=neutral' in project 'ReportControls' cannot be copied to the run directory because it would conflict with dependency 'Helper,Version=1.0.2244.20235, Culture=neutral
And I get an error message that is just the opposite of the one above:
Error: The dependency 'Helper, Version=1.0.2244.20235, Culture=neutral' in project 'ReportControls' cannot be copied to the run directory because it would conflict with dependency 'Helper,Version=1.0.1850.31694, Culture=neutral
The place where I include the Helper.dll is in the module Reports (which never shows up in the error messages) and the version according to the properties of the actual .dll is 1.0.1850.31694. I can't find any reference to that DLL anywhere else, but there MUST be a place where it is mentioned and where the expected version is 1.0.2244.20235.
Where do I look? What's the fix?
Thanks in advance,
Jerry Scannell