<?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 : IdeaBlade 3.6.0.2 with Infragistics Controls Version 7.3.20073.1043</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : IdeaBlade 3.6.0.2 with Infragistics Controls Version 7.3.20073.1043</description>
  <pubDate>Thu, 11 Jun 2026 09:21:29 -700</pubDate>
  <lastBuildDate>Wed, 06 Feb 2008 08:56:18 -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=675</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>IdeaBlade 3.6.0.2 with Infragistics Controls Version 7.3.20073.1043 : Try using the following example....</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=675&amp;PID=2512#2512</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> 675<br /><strong>Posted:</strong> 06-Feb-2008 at 8:56am<br /><br />Try using the following example.&nbsp; It has a do nothing app that opens a Form with an UltraGridBindingManager.&nbsp; It also has a Setup project.&nbsp; When you build the Setup project, you will get errors that it can't locate some Infragistics DLL's, but you can safely ignore these messages, and it will install just fine.&nbsp; This solution uses an app.config file.&nbsp; Use this as an example for your ClickOnce deployment.&nbsp; I have not tried this with ClickOnce, but I expect that it should work. <DIV>&nbsp;</DIV><DIV>One final warning.&nbsp; Be sure that you do not have Visual Studio open in design mode when you build the Setup project.&nbsp; If you do, you will lose your Infragistics bindings.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.ideablade.com/forum/uploads/20080206_120113_1043Problem.zip" target="_blank">uploads/20080206_120113_1043Problem.zip</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Edited by davidklitzke - 06-Feb-2008 at 9:01am</span>]]>
   </description>
   <pubDate>Wed, 06 Feb 2008 08:56:18 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=675&amp;PID=2512#2512</guid>
  </item> 
  <item>
   <title>IdeaBlade 3.6.0.2 with Infragistics Controls Version 7.3.20073.1043 : I&amp;#039;ve just deployed a new...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=675&amp;PID=2511#2511</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=209" rel="nofollow">cdsmith</a><br /><strong>Subject:</strong> 675<br /><strong>Posted:</strong> 06-Feb-2008 at 1:51am<br /><br />I've just deployed a new version of an application that has 1 new form that contains an UltraGridBindingManager (7.3)&nbsp;control along with an UltraWinGrid 7.3 control.&nbsp; I don't have any trouble on my development system and the machine.config has the necessary binding redirections and since the Infragistics controls are installed in the GAC. <DIV>&nbsp;</DIV><DIV>But when I try to open the form on a client machine, I get the following exception:</DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.IO.FileLoadException: Could not load file or assembly 'Infragistics2.Win.UltraWinGrid.v7.3, Version=7.3.20073.1041, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)</DIV><DIV></DIV><P>I tried to add binding redirection statements to my app.config such as follows but then, after I publish the application and try to update it on the client,&nbsp;I get a message that I need to have the Infragistics2.Win.UltraWinGrid.v7.3.dll in the GAC before the update can be completed so the new app.config never gets doesn't get deployed to the client.</P><DIV><FONT color=#008000 size=2>&lt;assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"&gt;</DIV><P>&nbsp; &lt;dependentAssembly&gt;</P><P>&nbsp;&nbsp;&nbsp; &lt;assemblyIdentity name="Infragistics2.Win.UltraWinGrid.v7.3"</P><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; publicKeyToken="7dd5c3163f2cd0cb" /&gt;</DIV><P>&nbsp;&nbsp;&nbsp; &lt;bindingRedirect oldVersion="7.3.20073.1041" newVersion="7.3.20073.1043" /&gt;</P><P>&nbsp; &lt;/dependentAssembly&gt;</P><DIV>&lt;/assemblyBinding&gt;</DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#000000>I do find that if I edit the machine.config on the client and add the same binding redirection statements, the new form loads and performs fine without need for the <FONT color=#008000>7.3.20073.1041</FONT><FONT color=#000000> version DLL and without any need for the DLL to be in the GAC.</FONT></FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><strong><FONT color=#0033cc>Is there a&nbsp;way I can add binding redirections to the app.config&nbsp;so that I can get&nbsp;ClickOnce updates to succeed without&nbsp;touching the machine.config on the client machines?</FONT></strong></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>Much Thanks,</FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</FONT></FONT></DIV><span style="font-size:10px"><br /><br />Edited by cdsmith - 06-Feb-2008 at 7:21am</span>]]>
   </description>
   <pubDate>Wed, 06 Feb 2008 01:51:00 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=675&amp;PID=2511#2511</guid>
  </item> 
 </channel>
</rss>