New Posts New Posts RSS Feed: DevForce EF 4.2.2 and DevExpress 8.3.2
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

DevForce EF 4.2.2 and DevExpress 8.3.2

 Post Reply Post Reply
Author
afrizal.chen View Drop Down
Newbie
Newbie
Avatar

Joined: 17-Dec-2008
Location: Singapore
Posts: 21
Post Options Post Options   Quote afrizal.chen Quote  Post ReplyReply Direct Link To This Post Topic: DevForce EF 4.2.2 and DevExpress 8.3.2
    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.
Back to Top
afrizal.chen View Drop Down
Newbie
Newbie
Avatar

Joined: 17-Dec-2008
Location: Singapore
Posts: 21
Post Options Post Options   Quote afrizal.chen Quote  Post ReplyReply Direct Link To This Post 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!
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down