<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Optimize Your PC &#187; Runtime Errors</title>
	<atom:link href="http://www.optimize-your-pc.org/category/runtime-errors/feed" rel="self" type="application/rss+xml" />
	<link>http://www.optimize-your-pc.org</link>
	<description>Optimal PC Performance Made Easy!</description>
	<lastBuildDate>Thu, 13 Oct 2011 04:23:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel='hub' href='http://www.optimize-your-pc.org/?pushpress=hub'/>
		<item>
		<title>How to Fix Runtime Error 429 Caused By Automation Server</title>
		<link>http://www.optimize-your-pc.org/how-to-fix-runtime-error-429-caused-by-automation-server?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-fix-runtime-error-429-caused-by-automation-server</link>
		<comments>http://www.optimize-your-pc.org/how-to-fix-runtime-error-429-caused-by-automation-server#comments</comments>
		<pubDate>Sat, 26 Sep 2009 02:40:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Runtime Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=76</guid>
		<description><![CDATA[What are the causes of Runtime Error 429? When you are trying to automate Microsoft office softwares such as word or excel using macros or visual basic scripts, Runtime Error 429 occurs! A better example is using a Visual basic script to access the database information from Microsoft Access file and that inputting that information [...]

<br/>
		<a href="http://www.optimize-your-pc.org/fix-runtime-error-217" rel="bookmark">Fix Runtime Error 217</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-lsass-exe-error" rel="bookmark">Fix Lsass.exe Error</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p><strong>What are the causes of Runtime Error 429?</strong></p>
<p>When you are trying to automate Microsoft office softwares such as word or excel using macros or visual basic scripts, Runtime Error 429 occurs! A better example is using a Visual basic script to access the database information from Microsoft Access file and that inputting that information into Microsoft excel file and then using it to compute statistics or create a chart from it or whatever. So what is the other better way to automate those kinds of operations? Well, you can use an automation server that run on windows COM architecture! So what exactly an automation server does is to allow your office applications to access COM architecture as an independent function within the file or as an executable files that automate tasks.</p>
<p>Ok, let’s talk about how the Runtime Error 429 appears on the screen; it goes something like this,</p>
<p><strong><em>“Run-time error 429 – ActiveX component can’t create object”</em></strong></p>
<p>So, to summarize the Runtime Error 429 occurs because if you are trying to use Microsoft Visual Basic script to create a new object function or new operator that executes certain tasks associated with a Microsoft office applications.</p>
<p><strong>How to Fix Runtime Error 429 using an Automation server troubleshooting?</strong></p>
<p>The first step is to make sure you don’t have faulty application setups and configurations. This will make sure that you don’t have a server problem.  How to make sure that you don’t have a faulty setup? The solution is to find it out. Go to Start Menu &gt; Run &gt; Winword or Excel and then press enter key. You can also open it from the usual way from the Start menu &gt; program files. If the program opens, it has no problem with the automation; on the other hand, it has a problem with automation, when it doesn’t open!</p>
<p>How to resolve that? Well to re-register the application that doesn’t open. Say that your Excel application is not opening up then you need to re-register it. To do that, go to Start menu &gt; run &gt; Type “C:\Program Files\Microsoft Office\Office\Excel.exe/regserver” without quotes and then hit the enter key! If that doesn’t work, make sure to change the file path of Excel.exe to where you have installed it. Sometimes people may install the office in D:\ drive or other…</p>
<p><strong>How to Fix Runtime Error 429 by verifying registry entries?</strong></p>
<p>To do that,</p>
<ol>
<li>Start menu &gt; Run &gt; type regedit. This will open the Windows Registry Editor!</li>
<li>Navigate to Registry key -&gt; HKEY_CLASSES_ROOT\CLSID.</li>
<li>Look for the LocalServer32 key; make sure it is using the correct file short path according to DOS 8.3.</li>
<li>Navigate to HKEY_CLASSES_ROOT\CLSID Key, note down the class identifiers code, or CLSID for the Microsoft applications. Since those are associated with ActiveX and OLE 2.0 objects, if they are not correct, Runtime Error 429 will occur. The CLSID for common Microsoft applications are as below,</li>
</ol>
<table border="1" width="461">
<tbody>
<tr>
<td width="92"><strong>Program</strong></td>
<td width="353"><strong>CLSID</strong></td>
</tr>
<tr>
<td>Word</td>
<td>{000209FF-0000-0000-C000-000000000046}</td>
</tr>
<tr>
<td>Excel</td>
<td>{00024500-0000-0000-C000-000000000046}</td>
</tr>
<tr>
<td>PowerPoint</td>
<td>{91493441-5A91-11CF-8700-00AA0060263B}</td>
</tr>
<tr>
<td>Outlook</td>
<td>{0006F03A-0000-0000-C000-000000000046}</td>
</tr>
<tr>
<td>Access</td>
<td>{73A4C9C1-D68D-11D0-98BF-00A0C90DC8D9}</td>
</tr>
</tbody>
</table>
<p>The final step in the registry entry troubleshooting is to make sure that you have the correct key. If you had a wrong CLSID in the step 4, and you have changed it to the correct one, this step will teach you to verify that. To do that, go to LocalServer32 key and then paste the code that is between it, on the Start menu &gt; Run, hit enter key. If the respective application belonging to the CLSID code opens up, then your setting are correct. If it doesn’t repeat from step 3 again!</p>
<p><strong>How to Fix Runtime Error 429 by fixing the corrupted Normal.dot or Excel.xlb template file?</strong></p>
<p>You now know that the Runtime Error 429 is caused by the failed automation. The application can also fail to open because of a corrupted Microsoft office template files such as Normal.dot for word, and Excel.xlb for Excel. How to check if the application has only failed to open because of these files? Well, we have another test to run. The first step is to search for these files on your computer and rename them to some other; just appending a character after their name like NormalX.dot is enough! Then go back to the automation test we talked about in the first question at the beginning of this article. Re-run the test again! If the application opens it creates a fresh copy of those files and then will continue to work again, if the application fails to open this time too then there is not problem with these template files; so in that case you need to rename those renamed files back to Normal.dot and Excel.xlb to start using them.</p>
<p><strong>Summary!</strong></p>
<p>The most common reasons for the occurrence of the Runtime Error 429 are the problems with the automation server of the Microsoft office applications. To correct that, you need to re-register all those applications. Then verify the entries found over LocalServer32 under the CLSID key in the windows registry. Also another way is to check for the corrupted Normal.dot and Excel.xlb files, run the rename test and see if its corrupted, if yes, let the application to recreate a fresh copy of them.</p>
<p><strong>Note:</strong></p>
<p>The best way to prevent runtime error 429 from occurring again is to invest in a good registry cleaner tool that will fix all the registry issues automatically, so you never need to touch that registry editor again! This will not just solve this runtime error alone but all other errors that can happen because of a corrupted registry entry! A registry cleaner will automatically compact and re-organize your registry when fixing it, which also enhances the performance of your computer! Download a free scan of a registry tool, which we use in our own lab, above this article!</p>


<br/>
		<a href="http://www.optimize-your-pc.org/fix-runtime-error-217" rel="bookmark">Fix Runtime Error 217</a><br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-blue-screen-errors-caused-by-fltmgr-sys" rel="bookmark">How to fix Blue Screen Errors caused by FLTMGR.SYS?</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-lsass-exe-error" rel="bookmark">Fix Lsass.exe Error</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/how-to-fix-runtime-error-429-caused-by-automation-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Runtime Error 217</title>
		<link>http://www.optimize-your-pc.org/fix-runtime-error-217?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-runtime-error-217</link>
		<comments>http://www.optimize-your-pc.org/fix-runtime-error-217#comments</comments>
		<pubDate>Sat, 26 Sep 2009 00:00:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Runtime Errors]]></category>

		<guid isPermaLink="false">http://www.optimize-your-pc.org/?p=43</guid>
		<description><![CDATA[Let’s face it; computer errors are annoying and scary! Runtime Error 217 is one of them. The reasons for its occurrence are a whole lot. Let’s talk about the some of the major reasons and how to resolve them… Unregistered DLL Files: There is no chance that a fresh and active DLL files to be [...]

<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-runtime-error-429-caused-by-automation-server" rel="bookmark">How to Fix Runtime Error 429 Caused By Automation Server</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-lsass-exe-error" rel="bookmark">Fix Lsass.exe Error</a><br/>
		<a href="http://www.optimize-your-pc.org/how-do-i-fix-the-msvcp100-dll-error" rel="bookmark">How do I fix the &#8220;MSVCP100.dll&#8221; error!?</a><br/>
	]]></description>
			<content:encoded><![CDATA[<p>Let’s face it; computer errors are annoying and scary! Runtime Error 217 is one of them. The reasons for its occurrence are a whole lot. Let’s talk about the some of the major reasons and how to resolve them…</p>
<ol>
<li><strong>Unregistered DLL Files:<br />
</strong>There is no chance that a fresh and active DLL files to be not registered in the windows registry. In the cases such as when a DLL file is corrupted it fails to get registered. This happens when there is an interruption during a program installation. The interruption could be like a system crash, or system power off due to ups power failure or laptop batteries fail. To resolve the Runtime error 217, you need to reinstall that application again. But make sure that the installer is not corrupted also, because in that case you need to get a new installer. <strong></strong></li>
<li><strong>Outdated Msvcrt.dll file:<br />
</strong>Outdated old Microsoft MsVcrt.dll file causes Runtime error 217. You need to get it updated, to resolve this error. You can go to Microsoft.com and search for “Msvcrt.dll” and download it. Also turn on the System Auto update so that your OS can be updated with the latest hotfixes released by Microsoft periodically.<strong></strong></li>
<li><strong>Improper regional settings:<br />
</strong>If your system’s date and regional settings did not match with an application’s settings Runtime error 217 error occurs. To resolve this update your date and regional settings from the control panel.<strong></strong></li>
<li><strong>Outdated MS DCOM file:<br />
</strong>Again the outdated files like Msvcrt.dll, outdated MS DCOM files can also causes Runtime Error 217. To resolve this, go to Microsoft.com and search for “MS DCOM” and download and install it. You are now updated.<strong></strong></li>
<li><strong>Missing Stdole32.Tlb file:<br />
</strong>First download the file from the Microsoft.com, search for it. Then save it in c:\windows\system32 folder. This resolves the Runtime error 217.<strong></strong></li>
<li><strong>Malware – Viruses, spyware, adware, Trojans, worms, etc…:<br />
</strong>Runtime error 217 can also be caused by malwares. They mess up with the windows registry and cause all the headaches. Update and schedule to run antivirus and antispyware atleast 2 times a week. Also invest in a registry cleaner and schedule it to run atleast once a day. This resolves the problem! <strong></strong></li>
</ol>


<br/>
		<a href="http://www.optimize-your-pc.org/how-to-fix-runtime-error-429-caused-by-automation-server" rel="bookmark">How to Fix Runtime Error 429 Caused By Automation Server</a><br/>
		<a href="http://www.optimize-your-pc.org/fix-lsass-exe-error" rel="bookmark">Fix Lsass.exe Error</a><br/>
		<a href="http://www.optimize-your-pc.org/how-do-i-fix-the-msvcp100-dll-error" rel="bookmark">How do I fix the &#8220;MSVCP100.dll&#8221; error!?</a><br/>
	]]></content:encoded>
			<wfw:commentRss>http://www.optimize-your-pc.org/fix-runtime-error-217/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

