-
PRB: Runtime Error 430 in Client After Server Type is Changed
Run-time error 430 -- "Class does not support Automation or does not support expected interface."
http://support.microsoft.com/?kbid=193172
-
BUG: VBA6 Extensibility Library Breaks Code Written for VBA5 Extensibility Library
Run-time error 430 -- "Class does not support Automation or does not support expected interface."
http://support.microsoft.com/?kbid=244224
-
PRB: Run-Time Error Message 430 with ADO Redistributed Application
Run-time Error 430. Class does not support automation or does not support expected interface.
http://support.microsoft.com/?kbid=248404
- The "Class doesn't support Automation" could be caused by javascript, or some corrupted ActiveX objects.
For troubleshooting purposes, I would like to provides the following suggestions from A to J below. After each step, please test if the issue is resolved.
A. Disable antivirus software and other firewalls.
B. Clear temporary internet files.
Delete cookies, temporary Internet Files, Objects and History in Internet
Explorer. Here are the steps:
1. Open Internet Explorer.
2. Click Tools, and click Internet Options.
3. Select General tab, and in the Temporary Internet files window, click Delete Cookies, and click OK.
4. In the same window click Delete Flies, check the "Delete all offline contents"
box and click OK.
5. In the same window click Settings, and click View Objects.
6. Delete all objects files there.
7. Return to the General tab, and in the History window, click Clear
history, and click OK.
8. Connect to the internet to see if the issue is solved.
C. Delete all files in temp directories
1. Click Start->Run. Type cmd and click OK.
2. Type the following commands.
cd /d %temp%
del /s /f /q *
cd /d %tmp%
del /s /f /q *
D. Install the current version of Virtual Machine
You can get Java VM from Windows Update. A new Java VM patch 810030 is
released in the Windows Update site. See the following article:
http://support.microsoft.com/?kbid=810030
Download and install the 810030 update.
E. Re-register the URLMON.DLL
1. Close any Internet Explorer instances.
2. Click Start and Run, type Regsvr32 URLMON.DLL in the Open box and click OK.
3. Click Start and Run, type Regsvr32 actxprxy.dll in the Open box and click OK.
4. Click Start and Run, type Regsvr32 shdocvw.dll in the Open box and click OK.
5. Try to reproduce the problem.
F. Install Windows Script 5.6 for Windows 2000:
http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?ur
l=/msdn-files/027/001/733/msdncompositedoc.xml
G. Reset Internet Explorer settings.
1. Open Internet Explorer.
2. Go to the menu bar. Click Tools->Internet Options, and go to the Programs tab.
3. Click the "Reset Web Settings" button.
4. Go to the Advanced tab and click the "Restore Default" button. 5. Click OK
H. Reset the Security settings.
1. Open Internet Explorer.
2. Go to the menu bar. Click Tools->Internet Options. Go to the Security tab.
3. Click the Internet icon that displays as a globe.
4. Click the Custom Level button.
5. In the "Reset to" drop down box, select Medium or Medium-low.
6. Click the Reset button beside it.
7. Click Yes if there is a warning and click OK twice.
8. Close the Internet Explorer window and open another one. Try again now.
I. Reset the Privacy settings.
1. Open Internet Explorer.
2. Go to the menu bar. Click Tools->Internet Options -> Go to the Privacy tab.
3. Adjust the spin button to Medium or Low.
4. Click OK.
5. Close the Internet Explorer window and open another one.
6. Try again now.
Hover Xue
Microsoft Partner Online Support
-
Class doesn't support Automation
Annoyances.org. Some solutions.
http://www.annoyances.org/exec/forum/winxp/n1022048238
|