<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Missing Component' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Missing Component' posted on the 'Visual Basic' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 05:06:24 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 05:06:24 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Missing Component</title>
      <link>http://www.programmersheaven.com/mb/VBasic/291551/291551/missing-component/</link>
      <description>I have made a small database program using Visual Basic 6 Enterprise edition.&lt;br /&gt;
&lt;br /&gt;
After I have compiled and made a exe out of it.  When I try to run it I keep getting the following message:&lt;br /&gt;
&lt;br /&gt;
"Run-time error - 339&lt;br /&gt;
Component MSADODC.OCX or one of it's dependents not correctly registered or missing or invalid"&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can anyone explain what's gone wrong ? ? ? PLEASE &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
thanks a lot.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/291551/291551/missing-component/</guid>
      <pubDate>Tue, 08 Feb 2005 07:48:05 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
    <item>
      <title>Re: Missing Component</title>
      <link>http://www.programmersheaven.com/mb/VBasic/291551/291564/re-missing-component/#291564</link>
      <description>: I have made a small database program using Visual Basic 6 Enterprise edition.&lt;br /&gt;
: &lt;br /&gt;
: After I have compiled and made a exe out of it.  When I try to run it I keep getting the following message:&lt;br /&gt;
: &lt;br /&gt;
: "Run-time error - 339&lt;br /&gt;
: Component MSADODC.OCX or one of it's dependents not correctly registered or missing or invalid"&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: Can anyone explain what's gone wrong ? ? ? PLEASE &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: thanks a lot.&lt;br /&gt;
&lt;br /&gt;
Seems like the ADO Data Control (or its version) you're using - which is an external OCX, by the way - isn't included in the setup you made for your app, or isn't present on the computer you deployed your EXE on, or COM registration has failed (perhaps due to other missing components it requires).&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/291551/291564/re-missing-component/#291564</guid>
      <pubDate>Tue, 08 Feb 2005 10:28:52 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
    <item>
      <title>Re: Missing Component</title>
      <link>http://www.programmersheaven.com/mb/VBasic/291551/291586/re-missing-component/#291586</link>
      <description>: : I have made a small database program using Visual Basic 6 Enterprise edition.&lt;br /&gt;
: : &lt;br /&gt;
: : After I have compiled and made a exe out of it.  When I try to run it I keep getting the following message:&lt;br /&gt;
: : &lt;br /&gt;
: : "Run-time error - 339&lt;br /&gt;
: : Component MSADODC.OCX or one of it's dependents not correctly registered or missing or invalid"&lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: : Can anyone explain what's gone wrong ? ? ? PLEASE &lt;br /&gt;
: : &lt;br /&gt;
: : &lt;br /&gt;
: : thanks a lot.&lt;br /&gt;
: &lt;br /&gt;
: Seems like the ADO Data Control (or its version) you're using - which is an external OCX, by the way - isn't included in the setup you made for your app, or isn't present on the computer you deployed your EXE on, or COM registration has failed (perhaps due to other missing components it requires).&lt;br /&gt;
: &lt;br /&gt;
THe exe works ok on my laptop but I coiped it to a disc and tried to run it on a desktop.  But that was the message I kept getting.&lt;br /&gt;
&lt;br /&gt;
Is there a way to get it to work on the desktop? .. I was wondering if I had to include it in the exe somehow.  If I do how do I do it ? ? &lt;br /&gt;
&lt;br /&gt;
THanks.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/291551/291586/re-missing-component/#291586</guid>
      <pubDate>Tue, 08 Feb 2005 13:49:07 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
    <item>
      <title>Re: Missing Component</title>
      <link>http://www.programmersheaven.com/mb/VBasic/291551/291640/re-missing-component/#291640</link>
      <description>: : : I have made a small database program using Visual Basic 6 Enterprise edition.&lt;br /&gt;
: : : &lt;br /&gt;
: : : After I have compiled and made a exe out of it.  When I try to run it I keep getting the following message:&lt;br /&gt;
: : : &lt;br /&gt;
: : : "Run-time error - 339&lt;br /&gt;
: : : Component MSADODC.OCX or one of it's dependents not correctly registered or missing or invalid"&lt;br /&gt;
: : : &lt;br /&gt;
: : : &lt;br /&gt;
: : : Can anyone explain what's gone wrong ? ? ? PLEASE &lt;br /&gt;
: : : &lt;br /&gt;
: : : &lt;br /&gt;
: : : thanks a lot.&lt;br /&gt;
: : &lt;br /&gt;
: : Seems like the ADO Data Control (or its version) you're using - which is an external OCX, by the way - isn't included in the setup you made for your app, or isn't present on the computer you deployed your EXE on, or COM registration has failed (perhaps due to other missing components it requires).&lt;br /&gt;
: : &lt;br /&gt;
: THe exe works ok on my laptop but I coiped it to a disc and tried to run it on a desktop.  But that was the message I kept getting.&lt;br /&gt;
: &lt;br /&gt;
: Is there a way to get it to work on the desktop? .. I was wondering if I had to include it in the exe somehow.  If I do how do I do it ? ? &lt;br /&gt;
: &lt;br /&gt;
: THanks.&lt;br /&gt;
&lt;br /&gt;
You can't include it in the EXE (don't get me started pm that, I am so p***ed off that I can't build standalone EXEs in VB that I'd rant for ages), but you can create a setup package which installs that ocx on the desktop; it should suffice. &lt;br /&gt;
The "Package and Deployment Wizard" which comes as a VB6 tool is a handy and easy tool to create a setup package, by the way.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBasic/291551/291640/re-missing-component/#291640</guid>
      <pubDate>Wed, 09 Feb 2005 02:01:12 -0700</pubDate>
      <category>Visual Basic</category>
    </item>
  </channel>
</rss>