<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : DevExpress inter op with Devforce</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : DevExpress inter op with Devforce</description>
  <pubDate>Wed, 10 Jun 2026 11:14:32 -700</pubDate>
  <lastBuildDate>Thu, 04 Mar 2010 13:57:28 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=807</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>DevExpress inter op with Devforce : Ok, I spoke to fast ;)It works,...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=6291#6291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=188" rel="nofollow">JeeZ</a><br /><strong>Subject:</strong> 807<br /><strong>Posted:</strong> 04-Mar-2010 at 1:57pm<br /><br />Ok, I spoke to fast ;)<br>It works, but I still need to use the same workaround I used when I updated from DevEx 9.1 to DevEx 9.2 :<br><br>Every time I open Visual Studio, I need to do this :<br>1) Open a project with no DevEx in it (I use the completed solution of the Populating Winform tutorial)<br>2) Click on the smart tag of the mEmployeeCBM (or any other Control Binding Manager) and click on "Configure Databindings"<br>3) Click on "Preferences"<br>4) Select the "DevExpress v9.3" in the "included Control suites" and select it again in the "Preferred Control Suite"<br>5) Click "OK", and again "OK"<br>6) Close the solution (WITHOUT CLOSING VISUAL STUDIO)<br>7) Open the old solution I want to work with<br>8) Do my stuff ...<br><br>I need to do these steps everytime I close Visual Studio ...<br><br>If anyone find a permanent fix, it'll be more then welcome!<br><br>Have a nice day!<br><br><br>]]>
   </description>
   <pubDate>Thu, 04 Mar 2010 13:57:28 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=6291#6291</guid>
  </item> 
  <item>
   <title>DevExpress inter op with Devforce : Got it working on a 64 bit machine!...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=6289#6289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=188" rel="nofollow">JeeZ</a><br /><strong>Subject:</strong> 807<br /><strong>Posted:</strong> 04-Mar-2010 at 1:30pm<br /><br />Got it working on a 64 bit machine! <br><br>The Assembly Binding Redirector tool automatically edited the 64 bit CONFIG file :<br>C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG<br><br>But I also had to edit the 32bit one manually to make it work :<br><br>C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG<br><br>Just copy the :<br>&lt;runtime&gt;<br>&nbsp;&nbsp;&nbsp; &lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assemblyIdentity name="DevExpress.Data.v9.3" publicKeyToken="b88d1754d700e49a" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingRedirect oldVersion="0.0.0.0-9.3.1.0" newVersion="9.3.3.0" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assemblyIdentity name="DevExpress.Utils.v9.3" publicKeyToken="b88d1754d700e49a" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingRedirect oldVersion="0.0.0.0-9.3.1.0" newVersion="9.3.3.0" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assemblyIdentity name="DevExpress.XtraEditors.v9.3" publicKeyToken="b88d1754d700e49a" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingRedirect oldVersion="0.0.0.0-9.3.1.0" newVersion="9.3.3.0" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;assemblyIdentity name="DevExpress.XtraGrid.v9.3" publicKeyToken="b88d1754d700e49a" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bindingRedirect oldVersion="0.0.0.0-9.3.1.0" newVersion="9.3.3.0" /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependentAssembly&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/assemblyBinding&gt;<br>&nbsp; &lt;/runtime&gt;<br><br>&nbsp;... section from the 64 bit version to replace the :<br><br>&lt;runtime/&gt; <br><br>... section in the 32bit version.<br><br>]]>
   </description>
   <pubDate>Thu, 04 Mar 2010 13:30:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=6289#6289</guid>
  </item> 
  <item>
   <title>DevExpress inter op with Devforce : You should not have to manually...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=2961#2961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 807<br /><strong>Posted:</strong> 15-May-2008 at 11:05am<br /><br />You should not have to manually edit any of the machine config files.&nbsp; The Assembly Binding Redirector Tool should know whether it is on a 32-bit or 64-bit machine, and automatically edit the right CONFIG file.&nbsp; However, I do occasionally see that some customers (like yourself) run into problems and have to edit the CONFIG file themselves.&nbsp; I am trying to find a reproduction scenario so that we can fix this bug,]]>
   </description>
   <pubDate>Thu, 15 May 2008 11:05:01 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=2961#2961</guid>
  </item> 
  <item>
   <title>DevExpress inter op with Devforce : Never mind I think I&amp;#039;ve solved...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=2957#2957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=316" rel="nofollow">dobbo</a><br /><strong>Subject:</strong> 807<br /><strong>Posted:</strong> 15-May-2008 at 5:09am<br /><br />Never mind I think I've solved the problem. <DIV>&nbsp;</DIV><DIV>When you install DevForce, it prompts you to add the binding to the Machine.Config file. On a 64 bit machine this is in;</DIV><DIV>C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG</DIV><DIV>&nbsp;</DIV><DIV>However, the machine.config file in;</DIV><DIV>C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG</DIV><DIV>&nbsp;</DIV><DIV>also needs to be updated, by manually adding in</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&lt;dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;assemblyIdentity name="DevExpress.Data.v8.1" publicKeyToken="9B171C9FD64DA1D1" culture="neutral"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;bindingRedirect oldVersion="0.0.0.0-8.1.2.0" newVersion="8.1.2.0"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;/dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;assemblyIdentity name="DevExpress.Utils.v8.1" publicKeyToken="9B171C9FD64DA1D1" culture="neutral"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;bindingRedirect oldVersion="0.0.0.0-8.1.2.0" newVersion="8.1.2.0"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;/dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;assemblyIdentity name="DevExpress.XtraEditors.v8.1" publicKeyToken="9B171C9FD64DA1D1" culture="neutral"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;bindingRedirect oldVersion="0.0.0.0-8.1.2.0" newVersion="8.1.2.0"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;/dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;dependentAssembly&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;assemblyIdentity name="DevExpress.XtraGrid.v8.1" publicKeyToken="9B171C9FD64DA1D1" culture="neutral"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&lt;bindingRedirect oldVersion="0.0.0.0-8.1.2.0" newVersion="8.1.2.0"/&gt;<BR>&nbsp;&nbsp;&nbsp;&lt;/dependentAssembly&gt;</DIV><DIV>&nbsp;</DIV><DIV>to the assemblyBinding section all works as expected. </DIV><DIV>&nbsp;</DIV><DIV>John</DIV><span style="font-size:10px"><br /><br />Edited by dobbo - 15-May-2008 at 5:09am</span>]]>
   </description>
   <pubDate>Thu, 15 May 2008 05:09:13 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=2957#2957</guid>
  </item> 
  <item>
   <title>DevExpress inter op with Devforce : Hi,   I am attempting to use...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=2954#2954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=316" rel="nofollow">dobbo</a><br /><strong>Subject:</strong> 807<br /><strong>Posted:</strong> 14-May-2008 at 7:05am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>I am attempting to use the latest version of Devforce (V3.6.2.2) with Devexpress 8.1.2. Note this is not the express version of Devforce but the full blown Enterprise version.</DIV><DIV>&nbsp;</DIV><DIV>The problem is that when I try the change the preferences within the ControlBindingManager autopopulate control option I find that only .net is selected. If I attempt to select DevExpress V8.1 if get a message: The DevExpress v8.1 suite cannot be loaded. Please check that this control suite has actually been installed on this machine.</DIV><DIV>&nbsp;</DIV><DIV>Oh, yes, I forgot to mention this is in VS 2008 running in Windows Vista 64.</DIV><DIV>&nbsp;</DIV><DIV>Does any one have any ideas what the problem could be?</DIV><DIV>&nbsp;</DIV><DIV>TIA</DIV><DIV>&nbsp;</DIV><DIV>John</DIV><span style="font-size:10px"><br /><br />Edited by dobbo - 14-May-2008 at 7:10am</span>]]>
   </description>
   <pubDate>Wed, 14 May 2008 07:05:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=807&amp;PID=2954#2954</guid>
  </item> 
 </channel>
</rss>