Print Page | Close Window

DevForce 3.6.0.2 with Infragistcs Control Set Ver 7.2.20072.61

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=669
Printed Date: 19-Apr-2025 at 5:03am


Topic: DevForce 3.6.0.2 with Infragistcs Control Set Ver 7.2.20072.61
Posted By: banzaii
Subject: DevForce 3.6.0.2 with Infragistcs Control Set Ver 7.2.20072.61
Date Posted: 30-Jan-2008 at 10:21am
My question can I make Devforce 3.6.0.2 work with the Infragistics Control Set of 2007 Vol 2 (7.2.20072.61), as when I am trying this I am having a compile time error:

The type 'Infragistics.Win.UltraWinGrid.UltraGrid' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinGrid.v7.3, Version=7.3.20073.1041, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.   

Please let me know if this is possible.

Thanks



Replies:
Posted By: davidklitzke
Date Posted: 30-Jan-2008 at 1:11pm
Your application is referencing Infragistics 7.3, yet you claim that you want to use Infragistics 7.2.  Use the UltraGridBindingManager for 7.2, not the one for 7.3.  Also, you must use Assembly Binding Redirector Tool to enable redirection to Infragistics 7.2.2.20072.61.


Posted By: banzaii
Date Posted: 30-Jan-2008 at 1:46pm
how come you are saying that I am referencing 7.3, I have referenced 7.2 in my application, with Ideablade 3.6.0.2.

UltraGridBindingManager for 7.2 is not in 3.6.0.2 so how can I use it, what do you exactly mean?


Posted By: davidklitzke
Date Posted: 30-Jan-2008 at 2:51pm
The DevForce 3.6.02 release supports UltraGridBindingManagers for a variety of different releases of Infragistics including 6.1, 6.2., 6.3, 7.1, 7.2, and 7.3.
 
Your compile time error:
 
The type 'Infragistics.Win.UltraWinGrid.UltraGrid' is defined in an assembly that is not referenced. You must add a reference to assembly 'Infragistics2.Win.UltraWinGrid.v7.3, Version=7.3.20073.1041, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb'.   

 
clearly shows that something in your application is trying to reference Infragistics 7.3.  Do you have a reference in your application to IdeaBlade.UI.WinForms.InfragisticsControls.v7_3?
 



Print Page | Close Window