Compiler errors because project is in 2 solutions

  • Thread starter Thread starter Just Me
  • Start date Start date
J

Just Me

I beleive it is because I have some projects in more than one solution that
I develope the following type of errors.

Can anyone tell me how to avoid this or what to do when it happens?

Thanks


A failure occurred while attempting to start the compilation.

Warning: The dependency 'CsLibrary, Version=1.0.1650.19153, Culture=neutral'
in project 'CAG FileExplorerControl' cannot be copied to the run directory
because it would overwrite the reference 'CsLibrary, Version=1.0.1650.19134,
Culture=neutral'.

Warning: The dependency 'CsLibrary, Version=1.0.1650.19153, Culture=neutral'
in project 'FileExplorerTest' cannot be copied to the run directory because
it would overwrite the reference 'CsLibrary, Version=1.0.1650.19134,
Culture=neutral'.
 
Does your solution contain multiple projects? Is that the actual issue?

Take a look at the following post on 30 June at 18:01, in this newsgroup. It
may solve your problem.

ANS: Erroneous Compiler Errors When Building

HTH

Charles
 
Thanks that helped.


Charles Law said:
Does your solution contain multiple projects? Is that the actual issue?

Take a look at the following post on 30 June at 18:01, in this newsgroup. It
may solve your problem.

ANS: Erroneous Compiler Errors When Building

HTH

Charles
 
Back
Top