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?
Edited by davidklitzke - 30-Jan-2008 at 2:51pm