New Posts New Posts RSS Feed: DevExpress
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

DevExpress

 Post Reply Post Reply
Author
denrosse View Drop Down
Newbie
Newbie
Avatar

Joined: 10-Feb-2008
Posts: 5
Post Options Post Options   Quote denrosse Quote  Post ReplyReply Direct Link To This Post Topic: DevExpress
    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.
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: 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.


Edited by davidklitzke - 15-Jun-2008 at 7:10am
Back to Top
denrosse View Drop Down
Newbie
Newbie
Avatar

Joined: 10-Feb-2008
Posts: 5
Post Options Post Options   Quote denrosse Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
denrosse View Drop Down
Newbie
Newbie
Avatar

Joined: 10-Feb-2008
Posts: 5
Post Options Post Options   Quote denrosse Quote  Post ReplyReply Direct Link To This Post 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
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: 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.

 

Back to Top
denrosse View Drop Down
Newbie
Newbie
Avatar

Joined: 10-Feb-2008
Posts: 5
Post Options Post Options   Quote denrosse Quote  Post ReplyReply Direct Link To This Post 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 

 

 

 

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: 06-Nov-2008 at 9:12am
Are you a customer?  If so, contact support@ideablade.com
 
Can you reproduce the problem using the Tutorial Database?  If so, send me your solution.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down