<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : [solved]Problem installing application on client</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [solved]Problem installing application on client]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 16:52:15 +0000</pubDate>
  <lastBuildDate>Wed, 16 Nov 2011 11:08:48 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=19192</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[[solved]Problem installing application on client :  Hi everybody,i&amp;#039;m having...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19192&amp;PID=66835&amp;title=solvedproblem-installing-application-on-client#66835</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6526">kaliand</a><br /><strong>Subject:</strong> 19192<br /><strong>Posted:</strong> 16 November 2011 at 11:08am<br /><br />Hi everybody,<br><br>i'm having problems when i install my application on a client computer.<br>i bought 2 license of the suite ver 15.02 and i'm using on this application the report control.<br>i'm on windows 7 and visual studio 2008 vb.net.<br><br>the way i'm using this control in my forms is as follow:<br><br>first i put on my form in design mode the Report control object (drag &amp; drop)<br><br>and then in the form code:<br><br>--------------------------------------<br>Imports XtremeReportControl<br><br>Public Class frm1<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Public Sub New()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'License information<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim ReportSettings As XtremeReportControl.ReportControlGlobalSettings = New XtremeReportControl.ReportControlGlobalSettings<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReportSettings.License = "Report Control Copyright (c) 2003-2011 Codejock Software" + ControlChars.CrLf _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; + "PRODUCT-ID: Codejock.ReportControl.ActiveX.v15.0" + ControlChars.CrLf + _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "VALIDATE-CODE: xxx-xxx-xxx-xxx" (of course replacing the x)<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Call Designer Form<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; InitializeComponent()<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp; End sub<br><br>&nbsp;&nbsp;&nbsp; Private Sub Form frm1_load (..)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dim column As ReportColumn<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; column = AxReportControl1.Columns.Add(n,"title", width, True)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; etc...<br>&nbsp;&nbsp;&nbsp; end sub<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; (anything)<br>&nbsp;&nbsp;&nbsp; .... <br><br>end class<br><br>Well, on my develop computer all works fine, no problems at all, but when i create the install project and install the application on the client computer, this prompts the error message&nbsp; only when i open a form that contains the report control (the rest of forms works correctly)<br><br>What i'm doing wrong? please i need solve this error as soon as it's possible<br>thank you very much!<br><br><br>for more information i paste the error:<br><br><span id="result_" lang="en"><span>**************</span> <span>Exception Text</span> <span>**************</span><br> <span>System.InvalidOperationException</span><span>: Failed to</span> <span>create the form.</span> <span>See</span> <span>Exception.InnerException</span> <span>for details</span><span>.</span> <span>Error:</span> <span>Failed to retrieve a</span> <span>COM</span> <span>class factory</span> <span>for component with</span> <span>CLSID {</span><span>16B9344F</span><span>-7717-</span><span>42FD</span><span>-</span><span>A483</span><span>-</span><span>D1A27C298FDA</span><span>} because</span> <span>the following error</span><span>: 80040154</span><span>.</span> <span>---&gt;</span> <span>System.Runtime.InteropServices.COMException</span> <span>(0x80040154)</span><span>: Failed to retrieve</span> <span>a</span> <span>COM</span> <span>class factory</span> <span>for component with</span> <span>CLSID {</span><span>16B9344F</span><span>-7717-</span><span>42FD</span><span>-</span><span>A483</span><span>-</span><span>D1A27C298FDA</span><span>} because</span> <span>the following error</span><span>: 80040154</span><span>.</span></span>]]>
   </description>
   <pubDate>Wed, 16 Nov 2011 11:08:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19192&amp;PID=66835&amp;title=solvedproblem-installing-application-on-client#66835</guid>
  </item> 
 </channel>
</rss>