|
-
Jul 22nd, 2005, 06:59 AM
#6
Re: Help with compiling
 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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|