Print Page | Close Window

DevExpress

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=844
Printed Date: 10-Jun-2026 at 8:34pm


Topic: DevExpress
Posted By: denrosse
Subject: DevExpress
Date Posted: 14-Jun-2008 at 9:15am
I cannot load the 'DevExpress v7.2.1 suite' on the controlBindingsManager.
I have IdeaBlade v3.6.0.2 and DevExpress 7.2.2.0.
'IdeaBlade.UI.WinForms.DevExpressControls v7_2_1.dll' is installed on 'C:\Program Files\IdeaBlade DevForce\'
PLease help.



Replies:
Posted By: davidklitzke
Date Posted: 15-Jun-2008 at 6:56am
Run the Assembly Binding Redirector Tool  (Start->All Programs->IdeaBlade DevForce->Tools->Assembly Binding Redirector)  Accept the Binding Redirector settings, and your error should go away.
 
You can also uninstall and reinstall IdeaBlade DevForce, and the Assembly Binding Refirector Tool will be run automatically.


Posted By: denrosse
Date Posted: 04-Nov-2008 at 7:20am
I have reinstalled IdeaBlade DevForce the first time I use the controlBindingsManager in a project, all goes well.
After restart the project I have the error "The 'DevExpress v7.2.1' suite cannot be loaded ....".
 
Please Help


Posted By: denrosse
Date Posted: 04-Nov-2008 at 7:35am
The machine.config file in;
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
 

<dependentAssembly>

<assemblyIdentity name="DevExpress.Data.v7.2" publicKeyToken="9b171c9fd64da1d1" />

<bindingRedirect oldVersion="7.2.1.0" newVersion="7.2.2.0" />

</dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="DevExpress.Utils.v7.2" publicKeyToken="9b171c9fd64da1d1" />

<bindingRedirect oldVersion="7.2.1.0" newVersion="7.2.2.0" />

</dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="DevExpress.XtraEditors.v7.2" publicKeyToken="9b171c9fd64da1d1" />

<bindingRedirect oldVersion="7.2.1.0" newVersion="7.2.2.0" />

</dependentAssembly>

<dependentAssembly>

<assemblyIdentity name="DevExpress.XtraGrid.v7.2" publicKeyToken="9b171c9fd64da1d1" />

<bindingRedirect oldVersion="7.2.1.0" newVersion="7.2.2.0" />

</dependentAssembly>

Thanks


Posted By: davidklitzke
Date Posted: 04-Nov-2008 at 9:06am

We have seen this problem a couple of times.

Try this:

In YOUR solution:

1.       Close all document windows.

2.       Save All

3.       Close and re-open Visual Studio

4.       In a UI project (i.e., one that references System.Windows.Forms), create a new UserControl.

5.       Edit the new user control in the designer

6.       From the toolbox, drag a new ControlBindingManager to the form

7.       Open the ControlBindingManager

8.       Select the preferred control suite to be DevEx 7.3

9.       Save and close the solution

10.   Re-open the solution and try editing one of your views.

11.   Delete the temporary user control created in step 4.

 



Posted By: denrosse
Date Posted: 05-Nov-2008 at 3:14pm
Thanks for your reply.
I have don what you sugested, but I have no succes. The first time all go well, by closing and re-open I have the same problems.
 In the Control Suite Form is the Preferred Control Suite set to 'DevExpress v8.1' and can not be chanced to 7.2.2.
I have not DevEx 7.3
 
Thanks 

 

 

 



Posted By: davidklitzke
Date Posted: 06-Nov-2008 at 9:12am
Are you a customer?  If so, contact mailto:support@ideablade.com - support@ideablade.com
 
Can you reproduce the problem using the Tutorial Database?  If so, send me your solution.



Print Page | Close Window