<?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 : Error</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 16 Apr 2026 05:42:58 +0000</pubDate>
  <lastBuildDate>Sun, 23 Aug 2009 17:40:31 +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=14567</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[Error : If you run regsvr32.exe from the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=52326&amp;title=error#52326</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5297">ou81aswell</a><br /><strong>Subject:</strong> 14567<br /><strong>Posted:</strong> 23 August 2009 at 5:40pm<br /><br />If you run regsvr32.exe from the command line or from a batch file then the command line processor (cmd.exe) needs to be elevated to admin under Vista in order for it to actually do anything. At least, this is what I discovered yesterday while trying to manually unregister/register an OCX.<DIV>&nbsp;</DIV><DIV>I hope this helps.</DIV>]]>
   </description>
   <pubDate>Sun, 23 Aug 2009 17:40:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=52326&amp;title=error#52326</guid>
  </item> 
  <item>
   <title><![CDATA[Error : For VB6 build a Setup-Project...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=52200&amp;title=error#52200</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 14567<br /><strong>Posted:</strong> 19 August 2009 at 9:26am<br /><br />For VB6 build a Setup-Project and run the Setup. This will work.]]>
   </description>
   <pubDate>Wed, 19 Aug 2009 09:26:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=52200&amp;title=error#52200</guid>
  </item> 
  <item>
   <title><![CDATA[Error : Yep i even made a batch to do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=50124&amp;title=error#50124</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5196">SnoopDawg0</a><br /><strong>Subject:</strong> 14567<br /><strong>Posted:</strong> 19 June 2009 at 11:02am<br /><br />Yep i even made a batch to do it all.<br><br>@echo<br>Copy COMMAN~1.ocx "C:\Windows\system32\COMMAN~1.ocx"<br>Copy Controls.ocx "C:\Windows\system32\Controls.ocx"<br>Copy Skin.ocx "C:\Windows\system32\Skin.ocx"<br>Copy MSCOMCTL.ocx "C:\Windows\system32\MSCOMCTL.OCX"<br><br>regsvr32 "C:\Windows\system32\COMMAN~1.ocx"<br>regsvr32 "C:\Windows\system32\Controls.ocx"<br>regsvr32 "C:\Windows\system32\Skin.ocx"<br>regsvr32 "C:\Windows\system32\MSCOMCTL.OC<br><br>Then i get "Unexpected error". It must have something to do with the .OCXs because if i make a totally new project and add the .ocxs as a reference it comes up with the system registry error. (Yes i am running the program as an administrator)<br><br>]]>
   </description>
   <pubDate>Fri, 19 Jun 2009 11:02:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=50124&amp;title=error#50124</guid>
  </item> 
  <item>
   <title><![CDATA[Error : Hi,  Are you sure you registered...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=50112&amp;title=error#50112</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14567<br /><strong>Posted:</strong> 19 June 2009 at 6:57am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Are you sure you registered them right ? you need run regsvr32 from Administrator access.</DIV>]]>
   </description>
   <pubDate>Fri, 19 Jun 2009 06:57:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=50112&amp;title=error#50112</guid>
  </item> 
  <item>
   <title><![CDATA[Error : I made my program originally in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=50102&amp;title=error#50102</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5196">SnoopDawg0</a><br /><strong>Subject:</strong> 14567<br /><strong>Posted:</strong> 18 June 2009 at 4:47pm<br /><br />I made my program originally in vb6 on a Windows XP OS. Everything was working fine until i decided to do a round of testing on my virtual machine (vista). When i opened the compiled file that had codejock command bars, skins, control, etc included&nbsp; in it, it came up with the error. "Unexpected error". <br><br>I added controls.ocx, skins.ocx, commandbars.ocx to the system32 directory on the vistamachine / registered the .ocx but still it wont even open.<br><br>Then when i open the source on the vista machine it wont even let me load the .ocxs... ("Error accessing the system registry")<br><br>Any ideas?<br>]]>
   </description>
   <pubDate>Thu, 18 Jun 2009 16:47:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14567&amp;PID=50102&amp;title=error#50102</guid>
  </item> 
 </channel>
</rss>