Print Page | Close Window

DevForce EF 4.2.2 and DevExpress 8.3.2

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce 2009
Forum Discription: For .NET 3.5
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1027
Printed Date: 19-May-2024 at 1:24pm


Topic: DevForce EF 4.2.2 and DevExpress 8.3.2
Posted By: afrizal.chen
Subject: DevForce EF 4.2.2 and DevExpress 8.3.2
Date Posted: 17-Dec-2008 at 5:22pm
Hi,
I was doing fine with DevForce EF 4.2.2 with DevExpress 8.2.3.
Yesterday, I upgraded my DevExpress to 8.3.2, updated the assembly redirector using "Assembly Binding Redirector".

  <dependentAssembly>
    <assemblyIdentity name="DevExpress.Data.v8.3" publicKeyToken="b88d1754d70e49a" />
    <bindingRedirect oldVersion="8.2.2.0" newVersion="8.3.2.0" />
   </dependentAssembly>

when I compile my solution:
I get errors when I assign "IdeaBlade.UI.WinForms.DevExpressControls.GridView" to "DevExpress.XtraGrid.Views.Grid.GridView":
Error    1    Cannot implicitly convert type 'DevExpress.XtraGrid.Views.Grid.GridView []' to 'DevExpress.XtraGrid.Views.Grid.GridView [d:\Program Files\Developer Express .NET v8.3\Sources\DevExpress.DLL\DevExpress.XtraGrid.v8.3.dll]'

Please advised, thanks.



Replies:
Posted By: afrizal.chen
Date Posted: 17-Dec-2008 at 7:06pm
I solved the problem by:
1. Reinstalling DevForce EF 4.2.2
2. Removed reference to "IdeaBlade.UI.WinForms.DevExpressControls.v8_2_1"
3. Add reference to "IdeaBlade.UI.WinForms.DevExpressControls.v8_3_2"

Thanks!


Posted By: davidklitzke
Date Posted: 17-Dec-2008 at 7:49pm
That is correct.  You cannot "upgrade" DevExpress 8.2.x to DevExpress 8.3.x.  You must use the new DevExpress 8.3.2 in DevForce EF 4.2.2.



Print Page | Close Window