Print Page | Close Window

[SOLVED] Found conflicts

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=418
Printed Date: 11-Jun-2026 at 9:05pm


Topic: [SOLVED] Found conflicts
Posted By: Linguinut
Subject: [SOLVED] Found conflicts
Date Posted: 08-Sep-2007 at 12:19pm
While working on adding (and removing) pages and views, I started getting this warning after a build:
 
Warning: Found conflicts between different versions of the same dependent assembly.
 
It points to the Shell project which I haven't manually altered, although it may have been altered through the wizards.  Since everything runs, it is not a big deal, but I would like to resolve the warning.  What should I do?
 
Thanks!



Replies:
Posted By: Bill Jensen
Date Posted: 08-Sep-2007 at 3:22pm

In general, you can safely ignore this.  Some part of Cabana is built with a different version of Developer Express.  We're working on it.

If you want, you can double click on the warning message and Visual Studio will offer to add assembly binding redirects to your App.config file.  This will get rid of the warning, but you'll need to remember to adjust these when moving to a new version of DevEx.
 
If you do this, I recommend looking at the App.config file to check what VS did.
 
Bill J.


Posted By: Linguinut
Date Posted: 10-Sep-2007 at 11:05am
Gotcha...thanks.  I will then ignore the message for the time being.



Print Page | Close Window