D
DCraig
We're having a problem with one of the projects that was recently added to
our solution. The project, even though it doesn't seem to have a reference
to the dll, generates a series of error messages when you compile it:
Error: The dependency 'ClioControls, Version=1.0.1847.16599,
Culture=neutral' in project 'ClioMain' cannot be copied to the run directory
because it would conflict with dependency 'ClioControls,
Version=1.0.1847.24066, Culture=neutral'.
Error: The dependency 'ClioControls, Version=1.0.1847.24066,
Culture=neutral' in project 'ClioMain' cannot be copied to the run directory
because it would conflict with dependency 'ClioControls,
Version=1.0.1847.16599, Culture=neutral'.
Unable to write to output file
'C:\SerialsSystem\ClioMain\ClioControls\obj\Debug\ClioControls.dll': The
process cannot access the file because it is being used by another process.
I think I understand what's going on, in that the machine has references to
two versions of the dll. What I don't understand it how to fix it. I found
a reference that says you can get around it by going into release mode, but
we have a lot more work to do so we need debug capabilities.
We're using VS 2003, a mix of W2K and WXP clients and W2K Server, also
Visual Source Safe the most recent version.
Has anyone seen this and know how to resolve it? Any help or direction to
relevant documentation is welcome,
Thanks in advance,
David Craig.
our solution. The project, even though it doesn't seem to have a reference
to the dll, generates a series of error messages when you compile it:
Error: The dependency 'ClioControls, Version=1.0.1847.16599,
Culture=neutral' in project 'ClioMain' cannot be copied to the run directory
because it would conflict with dependency 'ClioControls,
Version=1.0.1847.24066, Culture=neutral'.
Error: The dependency 'ClioControls, Version=1.0.1847.24066,
Culture=neutral' in project 'ClioMain' cannot be copied to the run directory
because it would conflict with dependency 'ClioControls,
Version=1.0.1847.16599, Culture=neutral'.
Unable to write to output file
'C:\SerialsSystem\ClioMain\ClioControls\obj\Debug\ClioControls.dll': The
process cannot access the file because it is being used by another process.
I think I understand what's going on, in that the machine has references to
two versions of the dll. What I don't understand it how to fix it. I found
a reference that says you can get around it by going into release mode, but
we have a lot more work to do so we need debug capabilities.
We're using VS 2003, a mix of W2K and WXP clients and W2K Server, also
Visual Source Safe the most recent version.
Has anyone seen this and know how to resolve it? Any help or direction to
relevant documentation is welcome,
Thanks in advance,
David Craig.