New Posts New Posts RSS Feed: DevForce 5.2.7 and DevExpress v10.2
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

DevForce 5.2.7 and DevExpress v10.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 5.2.7 and DevExpress v10.2
    Posted: 05-Apr-2011 at 11:38pm
I have build problem when i put DevForce 5.2.7 and DevExpress v10.2 together.

Cannot implicitly convert type 'DevExpress.XtraGrid.Views.Grid.GridView []' to 'DevExpress.XtraGrid.Views.Grid.GridView [c:\Program Files (x86)\DevExpress 2010.2\Components\Sources\DevExpress.DLL\DevExpress.XtraGrid.v10.2.dll]'

Some notes:
- Binding redirector reports that there's no version confict.
- I tried to manually change the machine.config with something like the following, build fails with the same error message too.
   <dependentAssembly>
     <assemblyIdentity name="DevExpress.Data.v10.2" publicKeyToken="B88D1754D700E49A" />
     <bindingRedirect oldVersion="10.1.0.0-10.2.6.0" newVersion="10.2.6.0" />
   </dependentAssembly>
   <dependentAssembly>
     <assemblyIdentity name="DevExpress.Utils.v10.2" publicKeyToken="B88D1754D700E49A" />
     <bindingRedirect oldVersion="10.1.0.0-10.2.6.0" newVersion="10.2.6.0" />
   </dependentAssembly>
   <dependentAssembly>
     <assemblyIdentity name="DevExpress.XtraEditors.v10.2" publicKeyToken="B88D1754D700E49A" />
     <bindingRedirect oldVersion="10.1.0.0-10.2.6.0" newVersion="10.2.6.0" />
   </dependentAssembly>
   <dependentAssembly>
     <assemblyIdentity name="DevExpress.XtraGrid.v10.2" publicKeyToken="B88D1754D700E49A" />
     <bindingRedirect oldVersion="10.1.0.0-10.2.6.0" newVersion="10.2.6.0" />
   </dependentAssembly>
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 06-Apr-2011 at 9:48am
How did you obtain the WinForms support?  DevExpress 10.2 support was added to DevForce Classic as of version 3.7.2, and to DF2010 WinForms in version 4.0.2; both of these releases were in February.  Since the redirector didn't report a difference (and it will, since DevForce is using DevEx 10.2.3) it's likely you don't have an up-to-date version of DF WinForms.
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: 06-Apr-2011 at 10:11am
Hi Kim,
Here is my scenario:
1. We were fine with DevForce v.5.2.6 and DevExpress v.9.1.3.0 Things work perfectly here.
2. Few days ago, we updated to DevExpress v.10.2.6.0, and I use project converter from DevExpress to upgrade the project.
(Note that I did not uninstall DevExpress v.9.1, in other words I have both DevExpress 9 and 10 installed on the same machine)
3. After project upgraded to use DevExpress v.10.2.6.0, I get the build failure "Cannot implicitly convert ...."
4. So I downloaded DevForce universal v.5.2.7, the release notes mention that it support DevExpress v.10.1, I think it's fine to upgrade. I uninstalled 5.2.6 and installed 5.2.7.
5. I executed "Binding Redirector", it detects version conflict of DevExpress 9.1.2 and 9.1.3.
6. I decided to uninstall DevExpress 9.1.3.
7. I executed "Binding Redirector", it says "No Version Conflict". I found it weird, so I did "manual" binding redirection as in my first post.
8. Now I'm here replying this post, still can't build the project with the error "Cannot implicitly convert ...."

You were mentioning DF2010 Winforms 4.0.2. We are using DFUniversal 5.2.7, i guess this is DF2009, right?
Hope you understand the issue better with the scenario described.
Thanks.
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 06-Apr-2011 at 4:29pm
Hi Afrizal,
 
Thanks for the information.  DF 2009 5.2.7 only supports DevEx up through version 10.1.  We're now determining when we can release a version with support for DevEx 10.2.
 
If you're running Visual Studio 2010 you may be able to obtain the assemblies needed via the DF2010 WinForms install.  Edit - actually DF2010 WinForms targets .NET 4 so can't be used if you need to target earlier CLR versions.
 
In any case, please contact your account rep so that we can work out what you need and when.
 
Thanks!


Edited by kimj - 06-Apr-2011 at 4:55pm
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down