Compiler errors because project is in 2 solutions

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'.
 
C

Charles Law

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
 
J

Just Me

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top