-
May 24th, 2011, 11:02 PM
#1
Thread Starter
New Member
Error 430 Class does not support automation
I compiled and built executable of vb6 application that uses Fxscomex to send fax in window 7 . This works well in Window 7 environment but when installed in xp then I get the Error 430.
I have unregistered and reregistered fxscomex dll in xp but the error pesists.
The error occurs at this line:
myFaxser=New FxscomexLib.FaxServer
Any help in resolving this problem will be highly appreciated.
Thanks
Cheta
-
May 24th, 2011, 11:15 PM
#2
Re: Error 430 Class does not support automation
Could be as basic as the Win7SP1 ADO bug. Programs using ADO that are compiled under Win7SP1 don't work anywhere else.
You can back SP1 out, rewrite using late binding for all ADO references, or try the "Back Compat TLB" at:
An ADO application does not run on down-level operating systems after you recompile it on a computer that is running Windows 7 SP 1 or Windows Server 2008 R2 SP 1 or that has KB983246 installed
The latter is imperfect according to many reports however.
Others have taken the ADO TLBs from Win7 RTM and force-installed them to Win7 SP1.
Last edited by dilettante; May 24th, 2011 at 11:24 PM.
-
May 25th, 2011, 08:45 AM
#3
Thread Starter
New Member
Re: Error 430 Class does not support automation
Thanks for your response. However, I am not running window sp1. This error only occurs while initializing a dll.
The exact code is as stated below:
Set MainWin.g_objfaxserver = New FAXCOMEXLIB.faxServer
Like I said I have unregistered and reregistered the FXSCOMEX.Dll several times in the xp machine, and it still did not work.
Thanks
-
Aug 15th, 2014, 03:15 AM
#4
Addicted Member
Re: Error 430 Class does not support automation
try to run the vb6 in xp mode, i believe the error code is 430,
-
Aug 15th, 2014, 04:13 AM
#5
Re: Error 430 Class does not support automation
 Originally Posted by Cheta
Thanks for your response. However, I am not running window sp1.
Try installing that and see if it makes a difference.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Aug 15th, 2014, 05:46 AM
#6
Re: Error 430 Class does not support automation
Why the random gravedig? This thread is over 3 years old.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|