Quote Originally Posted by Cranzy
Hi

I'm getting the following error when i compile my program

Error: The dependency 'Common, Version=1.0.2021.24982, Culture=neutral' in project 'MyProj' cannot be copied to the run directory because it would conflict with dependency 'Common, Version=1.0.2021.27968, Culture=neutral'.


How do I Fix This???

Thanx
Cranzy
This is just a versioning error which you can get if your references aren't setup correctly. If you're using a multi-project solution, you need to set your project dependencies in order to get the correct build order. From what you're saying, you need to build MAIN.DLL, then DLL1, then DLL2 and finally your application.