Run time error 430 class does not support automation or does not support expected interface

I have a COM dll written in vb6. When I try to create a new object of a class module from this dll I get a Run timer error 430: Class does not support automation or does not support expected interf...

I have a COM dll written in vb6. When I try to create a new object of a class module from this dll I get a Run timer error 430: Class does not support automation or does not support expected interface. The interesting thing is that this happens only from outside the IDE, when I am debugging from within the IDE there is no error thrown and the new object of the class is created successfully. What can be the cause?

In general I occasionally get these kind of errors in COM dlls. What is the best way to debug COM issues? How can I know the path of the dll that is being used when a program is running?

asked Nov 11, 2008 at 8:58

Raminder's user avatar

If this project is entirely in VB6. The likely cause of this is that the EXE has a copy of the DLL binary in it’s directory. When you fire it uses that copy instead of the compiled copy. When you ADD methods or classes that EXE becomes incompatible with the old DLL. If you did a bug fix or just worked with the inside code then EXE will run but it used the old DLL.

Set your DLL to Binary Compatibility.
Make sure you have a Compatible directory.
Put the DLL of the Last version in there.
Point the Binary Compatibility to that DLL.
Make sure your EXE compiles to it’s project directory.
Run the EXE from it’s project directory. That way it will use the DLL that you compiled.
You need to write a utility so that you can compile every project separately.
Test your setup using Virtual PC or another computer.

All these steps will help to avoid DLL Hell. My own project has two dozen ActiveX projects in 6 layers. When I adopted the above my DLL Hell problems dropped to almost nothing.

answered Nov 11, 2008 at 13:13

RS Conley's user avatar

RS ConleyRS Conley

7,1961 gold badge20 silver badges37 bronze badges

Read up on binary vs project compatibly.

If you have a shared dll you have to be careful and use binary compatibly. That way VB6 will keep that same COM signature/interface between builds. You have to have a copy of the released DLL for VB6 to compare to — I usually have a separate folder for released binaries. The restriction with binary compatibility is that you can’t delete public properties or methods and you can’t change their signatures. You can add new properties and methods.

Use project compatibility if you have to make breaking changes (like deleting old public methods) — however if you do that you will have to re-compile all other apps that use the shared DLL.

answered Nov 11, 2008 at 19:18

DJ.'s user avatar

DJ.DJ.

16k3 gold badges42 silver badges46 bronze badges

This is almost certainly a versioning problem, sometimes known as «DLL hell».

The background is that the .NET world is explicitly designed to let interfaces evolve while keeping the same name. But in the COM world, interfaces are considered to be immutable.

When you’re working within the IDE, Visual Studio is creating a new COM Interop wrapper for the COM dll every time you run your solution. But unless you release and replace your entire solution every time, including a brand-new COM Interop wrapper, you’re going to run into a versioning issue, where the .NET code is expecting one COM interface but seeing a different one.

EDIT: For some reason, I assumed that you’re trying to use the COM component from a .NET component. If the entire solution is actually VB6, then Mr Conley’s solution is the recommended approach. Here’s a good link that discusses the problem.

answered Nov 11, 2008 at 11:35

HTTP 410's user avatar

HTTP 410HTTP 410

17.1k12 gold badges76 silver badges127 bronze badges

How to fix the Runtime Code 430 Microsoft Access Error 430

This article features error number Code 430, commonly known as Microsoft Access Error 430 described as Class does not support Automation or does not support expected interface.

About Runtime Code 430

Runtime Code 430 happens when Microsoft Access fails or crashes whilst it’s running, hence its name. It doesn’t necessarily mean that the code was corrupt in some way, but just that it did not work during its run-time. This kind of error will appear as an annoying notification on your screen unless handled and corrected. Here are symptoms, causes and ways to troubleshoot the problem.

Definitions (Beta)

Here we list some definitions for the words contained in your error, in an attempt to help you understand your problem. This is a work in progress, so sometimes we might define the word incorrectly, so feel free to skip this section!

  • Access — DO NOT USE this tag for Microsoft Access, use [ms-access] instead
  • Automation — Automation is the process of having a computer do a repetitive task or a task that requires great precision or multiple steps, without requiring human intervention.
  • Class — A template for creating new objects that describes the common states and behaviors
  • Interface — An interface refers to the point of interaction between components
  • Access — Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that commonly combines the relational Microsoft JetACE Database Engine with a graphical user interface and software-development tools
  • Microsoft access — Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that commonly combines the relational Microsoft JetACE Database Engine with a graphical user interface and software-development tools

Symptoms of Code 430 — Microsoft Access Error 430

Runtime errors happen without warning. The error message can come up the screen anytime Microsoft Access is run. In fact, the error message or some other dialogue box can come up again and again if not addressed early on.

There may be instances of files deletion or new files appearing. Though this symptom is largely due to virus infection, it can be attributed as a symptom for runtime error, as virus infection is one of the causes for runtime error. User may also experience a sudden drop in internet connection speed, yet again, this is not always the case.

Fix Microsoft Access Error 430 (Error Code 430)
(For illustrative purposes only)

Causes of Microsoft Access Error 430 — Code 430

During software design, programmers code anticipating the occurrence of errors. However, there are no perfect designs, as errors can be expected even with the best program design. Glitches can happen during runtime if a certain error is not experienced and addressed during design and testing.

Runtime errors are generally caused by incompatible programs running at the same time. It may also occur because of memory problem, a bad graphics driver or virus infection. Whatever the case may be, the problem must be resolved immediately to avoid further problems. Here are ways to remedy the error.

Repair Methods

Runtime errors may be annoying and persistent, but it is not totally hopeless, repairs are available. Here are ways to do it.

If a repair method works for you, please click the upvote button to the left of the answer, this will let other users know which repair method is currently working the best.

Please note: Neither ErrorVault.com nor it’s writers claim responsibility for the results of the actions taken from employing any of the repair methods listed on this page — you complete these steps at your own risk.

Method 1 — Close Conflicting Programs

When you get a runtime error, keep in mind that it is happening due to programs that are conflicting with each other. The first thing you can do to resolve the problem is to stop these conflicting programs.

  • Open Task Manager by clicking Ctrl-Alt-Del at the same time. This will let you see the list of programs currently running.
  • Go to the Processes tab and stop the programs one by one by highlighting each program and clicking the End Process buttom.
  • You will need to observe if the error message will reoccur each time you stop a process.
  • Once you get to identify which program is causing the error, you may go ahead with the next troubleshooting step, reinstalling the application.

Method 2 — Update / Reinstall Conflicting Programs

Using Control Panel

  • For Windows 7, click the Start Button, then click Control panel, then Uninstall a program
  • For Windows 8, click the Start Button, then scroll down and click More Settings, then click Control panel > Uninstall a program.
  • For Windows 10, just type Control Panel on the search box and click the result, then click Uninstall a program
  • Once inside Programs and Features, click the problem program and click Update or Uninstall.
  • If you chose to update, then you will just need to follow the prompt to complete the process, however if you chose to Uninstall, you will follow the prompt to uninstall and then re-download or use the application’s installation disk to reinstall the program.

Using Other Methods

  • For Windows 7, you may find the list of all installed programs when you click Start and scroll your mouse over the list that appear on the tab. You may see on that list utility for uninstalling the program. You may go ahead and uninstall using utilities available in this tab.
  • For Windows 10, you may click Start, then Settings, then choose Apps.
  • Scroll down to see the list of Apps and features installed in your computer.
  • Click the Program which is causing the runtime error, then you may choose to uninstall or click Advanced options to reset the application.

Method 3 — Update your Virus protection program or download and install the latest Windows Update

Virus infection causing runtime error on your computer must immediately be prevented, quarantined or deleted. Make sure you update your virus program and run a thorough scan of the computer or, run Windows update so you can get the latest virus definition and fix.

Method 4 — Re-install Runtime Libraries

You might be getting the error because of an update, like the MS Visual C++ package which might not be installed properly or completely. What you can do then is to uninstall the current package and install a fresh copy.

  • Uninstall the package by going to Programs and Features, find and highlight the Microsoft Visual C++ Redistributable Package.
  • Click Uninstall on top of the list, and when it is done, reboot your computer.
  • Download the latest redistributable package from Microsoft then install it.

Method 5 — Run Disk Cleanup

You might also be experiencing runtime error because of a very low free space on your computer.

  • You should consider backing up your files and freeing up space on your hard drive
  • You can also clear your cache and reboot your computer
  • You can also run Disk Cleanup, open your explorer window and right click your main directory (this is usually C: )
  • Click Properties and then click Disk Cleanup

Method 6 — Reinstall Your Graphics Driver

If the error is related to a bad graphics driver, then you may do the following:

  • Open your Device Manager, locate the graphics driver
  • Right click the video card driver then click uninstall, then restart your computer

Method 7 — IE related Runtime Error

If the error you are getting is related to the Internet Explorer, you may do the following:

  1. Reset your browser.
    • For Windows 7, you may click Start, go to Control Panel, then click Internet Options on the left side. Then you can click Advanced tab then click the Reset button.
    • For Windows 8 and 10, you may click search and type Internet Options, then go to Advanced tab and click Reset.
  2. Disable script debugging and error notifications.
    • On the same Internet Options window, you may go to Advanced tab and look for Disable script debugging
    • Put a check mark on the radio button
    • At the same time, uncheck the «Display a Notification about every Script Error» item and then click Apply and OK, then reboot your computer.

If these quick fixes do not work, you can always backup files and run repair reinstall on your computer. However, you can do that later when the solutions listed here did not do the job.

Other languages:

Wie beheben Fehler 430 (Microsoft Access-Fehler 430) — Die Klasse unterstützt keine Automatisierung oder unterstützt keine erwartete Schnittstelle.
Come fissare Errore 430 (Errore di Microsoft Access 430) — La classe non supporta l’automazione o non supporta l’interfaccia prevista.
Hoe maak je Fout 430 (Microsoft Access-fout 430) — Klasse ondersteunt geen automatisering of ondersteunt de verwachte interface niet.
Comment réparer Erreur 430 (Erreur Microsoft Access 430) — La classe ne prend pas en charge l’automatisation ou ne prend pas en charge l’interface attendue.
어떻게 고치는 지 오류 430 (마이크로소프트 액세스 오류 430) — 클래스가 자동화를 지원하지 않거나 예상 인터페이스를 지원하지 않습니다.
Como corrigir o Erro 430 (Erro 430 do Microsoft Access) — A classe não oferece suporte a automação ou não oferece suporte à interface esperada.
Hur man åtgärdar Fel 430 (Microsoft Access Error 430) — Klassen stöder inte automatisering eller stöder inte förväntat gränssnitt.
Как исправить Ошибка 430 (Ошибка Microsoft Access 430) — Класс не поддерживает автоматизацию или не поддерживает ожидаемый интерфейс.
Jak naprawić Błąd 430 (Błąd Microsoft Access 430) — Klasa nie obsługuje automatyzacji lub nie obsługuje oczekiwanego interfejsu.
Cómo arreglar Error 430 (Error 430 de Microsoft Access) — La clase no es compatible con la automatización o no es compatible con la interfaz esperada.

The Author About The Author: Phil Hart has been a Microsoft Community Contributor since 2010. With a current point score over 100,000, they’ve contributed more than 3000 answers in the Microsoft Support forums and have created almost 200 new help articles in the Technet Wiki.

Follow Us: Facebook Youtube Twitter

Last Updated:

27/07/22 09:30 : A Windows 10 user voted that repair method 1 worked for them.

Recommended Repair Tool:

This repair tool can fix common computer problems such as blue screens, crashes and freezes, missing DLL files, as well as repair malware/virus damage and more by replacing damaged and missing system files.

STEP 1:

Click Here to Download and install the Windows repair tool.

STEP 2:

Click on Start Scan and let it analyze your device.

STEP 3:

Click on Repair All to fix all of the issues it detected.

DOWNLOAD NOW

Compatibility

Requirements

1 Ghz CPU, 512 MB RAM, 40 GB HDD
This download offers unlimited scans of your Windows PC for free. Full system repairs start at $19.95.

Article ID: ACX07223EN

Applies To: Windows 10, Windows 8.1, Windows 7, Windows Vista, Windows XP, Windows 2000

Speed Up Tip #85

Removing Drivers for Hidden Devices:

Drivers for old devices you no longer can be easily uninstalled. By default, those devices that are not connected to your computer are hidden from display in the Device Manager. Just click show hidden devices and start uninstalling there drivers.

Click Here for another way to speed up your Windows PC

Icon Ex Номер ошибки: Ошибка 430
Название ошибки: Microsoft Access Error 430
Описание ошибки: Class does not support Automation or does not support expected interface.
Разработчик: Microsoft Corporation
Программное обеспечение: Microsoft Access
Относится к: Windows XP, Vista, 7, 8, 10, 11

Оценка «Microsoft Access Error 430»

«Microsoft Access Error 430» также считается ошибкой во время выполнения (ошибкой). Чтобы убедиться, что функциональность и операции работают в пригодном для использования состоянии, разработчики программного обеспечения, такие как Microsoft Corporation, выполняют отладку перед выпусками программного обеспечения. Поскольку разработчики программного обеспечения пытаются предотвратить это, некоторые незначительные ошибки, такие как ошибка 430, возможно, не были найдены на этом этапе.

Пользователи Microsoft Access могут столкнуться с сообщением об ошибке после выполнения программы, например «Class does not support Automation or does not support expected interface.». В случае обнаруженной ошибки 430 клиенты могут сообщить о наличии проблемы Microsoft Corporation по электронной почте или сообщать об ошибках. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. В результате разработчик может использовать пакеты обновлений для Microsoft Access, доступные с их веб-сайта (или автоматическую загрузку), чтобы устранить эти ошибки 430 проблемы и другие ошибки.

Когда происходит ошибка 430?

Сбой во время выполнения Microsoft Access, как правило, когда вы столкнетесь с «Microsoft Access Error 430» в качестве ошибки во время выполнения. Вот три наиболее распространенные причины, по которым происходят ошибки во время выполнения ошибки 430:

Ошибка 430 Crash — это типичная ошибка «Microsoft Access Error 430», которая приводит к полному завершению работы программы. Это возникает, когда Microsoft Access не реагирует на ввод должным образом или не знает, какой вывод требуется взамен.

Утечка памяти «Microsoft Access Error 430» — ошибка 430 утечка памяти приводит к тому, что Microsoft Access постоянно использует все больше и больше памяти, увяская систему. Есть некоторые потенциальные проблемы, которые могут быть причиной получения проблем во время выполнения, с неправильным кодированием, приводящим к бесконечным циклам.

Ошибка 430 Logic Error — Логическая ошибка вызывает неправильный вывод, даже если пользователь дал действительные входные данные. Он материализуется, когда исходный код Microsoft Corporation ошибочен из-за неисправного дизайна.

Microsoft Corporation проблемы с Microsoft Access Error 430 чаще всего связаны с повреждением или отсутствием файла Microsoft Access. Для устранения неполадок, связанных с файлом Microsoft Corporation, большинство профессионалов ПК заменят файл на соответствующую версию. Помимо прочего, в качестве общей меры по профилактике и очистке мы рекомендуем использовать очиститель реестра для очистки любых недопустимых записей файлов, расширений файлов Microsoft Corporation или разделов реестра, что позволит предотвратить появление связанных с ними сообщений об ошибках.

Типичные ошибки Microsoft Access Error 430

Усложнения Microsoft Access с Microsoft Access Error 430 состоят из:

  • «Ошибка программного обеспечения Microsoft Access Error 430. «
  • «Недопустимый файл Microsoft Access Error 430. «
  • «Microsoft Access Error 430 должен быть закрыт. «
  • «Файл Microsoft Access Error 430 не найден.»
  • «Microsoft Access Error 430 не найден.»
  • «Ошибка запуска в приложении: Microsoft Access Error 430. «
  • «Файл Microsoft Access Error 430 не запущен.»
  • «Отказ Microsoft Access Error 430.»
  • «Microsoft Access Error 430: путь приложения является ошибкой. «

Ошибки Microsoft Access Error 430 EXE возникают во время установки Microsoft Access, при запуске приложений, связанных с Microsoft Access Error 430 (Microsoft Access), во время запуска или завершения работы или во время установки ОС Windows. Запись ошибок Microsoft Access Error 430 внутри Microsoft Access имеет решающее значение для обнаружения неисправностей электронной Windows и ретрансляции обратно в Microsoft Corporation для параметров ремонта.

Источники проблем Microsoft Access Error 430

Заражение вредоносными программами, недопустимые записи реестра Microsoft Access или отсутствующие или поврежденные файлы Microsoft Access Error 430 могут создать эти ошибки Microsoft Access Error 430.

Особенно ошибки Microsoft Access Error 430 проистекают из:

  • Недопустимая или поврежденная запись Microsoft Access Error 430.
  • Вредоносные программы заразили Microsoft Access Error 430, создавая повреждение.
  • Microsoft Access Error 430 злонамеренно или ошибочно удален другим программным обеспечением (кроме Microsoft Access).
  • Другая программа, конфликтующая с Microsoft Access Error 430 или другой общей ссылкой Microsoft Access.
  • Microsoft Access (Microsoft Access Error 430) поврежден во время загрузки или установки.

Продукт Solvusoft

Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

  • Home
  • VBForums
  • Visual Basic
  • Visual Basic 6 and Earlier
  • [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not support expected..

  1. Sep 18th, 2006, 03:10 AM


    #1

    anatasia is offline

    Thread Starter


    Lively Member


    Resolved [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not support expected..

    Dear friends,

    I am enhancing my company current system in VB. I tried to install the new system in client pc for testing. after succesful installation, when I tried to start to run one of the module after log in, they showed an error message as follows:

    «Runtime error ‘430’ class does not support Automation or does not support expected interface»

    I found certain solution from website, they suggested to un-register the dll and re-register. between, i never register any dll or exe through regsvr32. For this case, is the dll still is the cause for the error?

    If anyone can help me, I am very thankful for that.

    Anatasia


  2. Sep 18th, 2006, 03:18 AM


    #2

    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    what program are you trying to automate?
    what is your code

    i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
    Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next

    dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part

    come back and mark your original post as resolved if your problem is fixed
    pete


  3. Sep 18th, 2006, 03:46 AM


    #3

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    How did yo install your app that it did not register your dlls correctly. What did you use to package your app.


  4. Sep 18th, 2006, 04:00 AM


    #4

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    I use Package and deployment Wizard to package my app


  5. Sep 18th, 2006, 01:27 PM


    #5

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    You are probably missing some dependencies. Did this app ever work?

    You might want to try a different installer to see if you come up with the same errors.


  6. Sep 18th, 2006, 08:39 PM


    #6

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    Yes, i found to lost some preferences, but after i add it, all the command button lost in my project. the error message in the log file as:
    Line 57: Class FlatButton.XFlatButton of control cmdSearch was not a loaded control class.

    I noticed the ‘XFlatbutton’ which i used for my command button did not selected in the project component and also it does not allowed me to add in. The message prompted me:
    ‘Name conflicts with existing module, project, or object library’ when i select the component.


  7. Sep 19th, 2006, 02:47 AM


    #7

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    Several reasons may exist.

    1 — Your VBP file has an invalid folder pointer to the component or reference.
    2 — CLSID’s are incorrect in your VBP file (Since it was moved from a different machine).

    If you want I could look at your whole project but you would have to zip everything and FTP it to me. I can setup an account for you to use on one of our servers. Let me know.


  8. Sep 19th, 2006, 03:20 AM


    #8

    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    try uninstall and reinstall the flatbutton control might help you…

    If an answer to your question has been helpful, then please, Rate it!

    Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.


  9. Sep 19th, 2006, 09:02 PM


    #9

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    i tried to uninstall and reinstall the Flatbutton component. The is no error occur when i debugging. I packaged the project by ‘Package and deployment wizard’ and install the system into client pc. When i run the system on client’s pc, the message prompted me as:

    «Runtime error ‘430’ class does not support Automation or does not support expected interface»

    seems that the previous problem never been solved and appear again.


  10. Sep 20th, 2006, 02:00 AM


    #10

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    You may not have all of the dependencies needed. PDW will not find all of them.


  11. Sep 20th, 2006, 02:41 AM


    #11

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    ok, i will double check again. Thanks..


  12. Sep 20th, 2006, 05:02 AM


    #12

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    I checked your PDW installation and you are missing 90% of the files your app needs to run. It will NEVER install correctly that way. Here is something I created and a lot of these files were not on my computer, but you should see from my list and your list in PDW there is an amazing differenct in the files that are supposed to be included. You never included your database or your rpt files in the PDW setup amonst other things.

    Code:

    ; ********** Version 5.3  Build 7
    ; Randem Systems, Inc.
    ; Copyright 2003-2006
    ; website:  http://www.***********
    ; support:  http://www.**********.com/cgi-bin/discus/discus.cgi
    
    ; Date: September 19, 2006
    
    ;                VB Runtime Files Folder:   C:Program FilesRandem Systems******************** 5.3VB 6 Redist Files
    ; Visual Basic Group Project File (.vbg):   C:WorkanatasiaSynfabSynfab SystemGroup1.vbg
    ;   Inno Setup Script Output File (.iss):   C:WorkanatasiaSynfabScriptsGroup1.vbg
    
    ; ------------------------
    ;        References
    ; ------------------------
    
    ; Visual Basic runtime objects and procedures - (MSVBVM60.DLL)
    ; Standard OLE Types - (OLEPRO32.DLL)
    ; OLE Automation - (STDOLE2.TLB)
    ; Microsoft ActiveX Data Objects 2.5 Library - (msado25.tlb)
    ; Crystal Reports 8.5 ActiveX Designer Design and Runtime Library - (craxddrt.dll)
    ; Crystal Reports 8.5 ActiveX Designer Run Time Library - (craxdrt.dll)
    ; Microsoft Data Environment Instance 1.0 (SP4) - (MSDERUN.DLL)
    ; User Security - ActiveX Dll - (prjCUsrSec)
    ; Utilities Component - (prjUKirin)
    ; Microsoft ActiveX Data Objects 2.1 Library - (msado21.tlb)
    ; APEX True DBContainer3D 6.0 - (ticon3d6.oca)
    ; APEX True DBNumber 6.0 - (tinumb6.oca)
    ; APEX True DBTime 6.0 - (titime6.oca)
    ; APEX True DBMask 6.0 - (timask6.oca)
    ; APEX True DBCalendar 6.0 - (ticaldr6.oca)
    ; APEX True DBNumber Lite 6.0 - (tinumbl6.oca)
    ; APEX True DBDate 6.0 - (tidate6.oca)
    ; APEX True DBText 6.0 - (titext6.oca)
    ; Microsoft Data Formatting Object Library 6.0 (SP4) - (MSSTDFMT.DLL)
    ; Microsoft DAO 3.6 Object Library - (dao360.dll)
    ; Crystal Report Viewer Control - (crviewer.dll)
    ; Seagate Crystal Reports Web Report Broker - (swebrs.dll)
    ; Seagate Software Crystal Query Viewer 2.0 Type Library - (xqviewer.dll)
    ; Microsoft DHTML Page Runtime Library 1.0 - (MSHTMPGR.DLL)
    ; Microsoft HTML Object Library - (mshtml.tlb)
    ; Microsoft Shell Controls And Automation - (SHELL32.dll)
    ; Microsoft ActiveX Data Objects 2.8 Library - (MSADO15.DLL)
    
    
    ; --------------------------
    ;        Components
    ; --------------------------
    
    ; Microsoft Windows Common Controls 6.0 (SP6) - (MSCOMCTL.OCX)
    ; Microsoft Tabbed Dialog Control 6.0 (SP5) - (TABCTL32.OCX)
    ; Microsoft Common Dialog Control 6.0 (SP6) - (comdlg32.ocx)
    ; Microsoft Windows Common Controls 5.0 (SP2) - (comctl32.ocx)
    ; Microsoft Windows Common Controls-2 6.0 (SP4) - (mscomct2.ocx)
    ; Microsoft Comm Control 6.0 - (MSCOMM32.OCX)
    ; Microsoft Windows Common Controls-3 6.0 (SP5) - (COMCT332.OCX)
    ; Microsoft Windows Common Controls-2 5.0 (SP2) - (COMCT232.OCX)
    
    
    [Setup]
    AppName=PrjMain
    AppVerName=PrjMain 1.0.0
    AppPublisher=LLTAN
    AppVersion=1.0.0
    VersionInfoVersion=1.0.0
    AllowNoIcons=yes
    DefaultGroupName=
    DefaultDirName={pf}
    AppCopyright=
    PrivilegesRequired=Admin
    MinVersion=4.0,4.0sp6
    Compression=lzma
    OutputBaseFilename=Synfab System100Release
    
    [Tasks]
    
    [Files]
    Source: c:program filesrandem systems******************** 5.3vb 6 redist filesmsvbvm60.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filesrandem systems******************** 5.3vb 6 redist filesoleaut32.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filesrandem systems******************** 5.3vb 6 redist filesolepro32.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filesrandem systems******************** 5.3vb 6 redist filesasycfilt.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filesrandem systems******************** 5.3vb 6 redist filesstdole2.tlb; DestDir: {sys}; Flags:  regtypelib
    Source: c:program filesrandem systems******************** 5.3vb 6 redist filescomcat.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:workanatasiasynfabsynfab systemdatabasesynfabdb.mdb; DestDir: {app}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemresourcesibsapps.res; DestDir: {app}; Flags:  ignoreversion
    Source: c:program filescommon filessystemadomsado25.tlb; DestDir: {sys}; Flags:  uninsneveruninstall regtypelib
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportcraxddrt.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filesseagate softwarereport designer componentcraxdrt.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:program filescommon filesdesignermsderun.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:workanatasiasynfabsynfab systemprjcsecurityprjcusrsec; DestDir: {sys}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemprjcutilprjcutil; DestDir: {sys}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemprjukirinprjukirin; DestDir: {sys}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemprjadminprjadmin; DestDir: {sys}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportflatbutton.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportmscomctl.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportvbaliml6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportvballbar6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupporttabctl32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportcomdlg32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportcomctl32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportvbalgrid6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainsynfab system.exe; DestDir: {app}; Flags:  ignoreversion
    Source: ticon3d6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: tinumb6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: titime6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: timask6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: ticaldr6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: tinumbl6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: tidate6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: titext6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: mscomct2.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: ssa3d30.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: vslight6.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: mscomm32.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: comct332.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: comct232.ocx; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:program filescommon filessystemadomsado21.tlb; DestDir: {sys}; Flags:  uninsneveruninstall regtypelib
    Source: ticon3d6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: tinumb6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: titime6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: timask6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: ticaldr6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: tinumbl6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: tidate6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: titext6.oca; DestDir: {sys}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemprjsadminprjsadmin; DestDir: {app}; Flags:  ignoreversion
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportcrviewer.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: ieframe.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportprjcreport.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filesseagate softwareviewersactivexviewerswebrs.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: c:program filesxqviewer.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: crdesignerctrl.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filescommon filesdesignermshtmpgr.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: mshtml.tlb; DestDir: {sys}; Flags:  uninsneveruninstall regtypelib
    Source: sssplt30.ocx; DestDir: {sys}; Flags:  regserver sharedfile
    Source: crpaig80.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:workanatasiasynfabsynfab systemprjmainpackagesupportsscsdk80.dll; DestDir: {sys}; Flags:  sharedfile
    Source: c:program filescommon filesmsado15.dll; DestDir: {sys}; Flags:  regserver restartreplace sharedfile
    Source: C:WorkanatasiaSynfabSynfab SystemCrystal Report*.*; DestDir: {app}Crystal Report; Flags: ignoreversion
    
    [INI]
    Filename: {app}Synfab System.url; Section: InternetShortcut; Key: URL; String: 
    
    [Run]
    
    [UninstallDelete]
    Type: files; Name: {app}Synfab System.url


  13. Sep 20th, 2006, 05:28 AM


    #13

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    re-checked the the preferences… same as my backup file. can’t find any problem. but one things very weird is. last time when i do compilation, it’ll automatically detect the location path, but now a day, it run out to other location path. this situation was not occur in my another system.


  14. Sep 20th, 2006, 05:52 AM


    #14

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    do i need to add those in the list that u provided while i do PDW? if so, i will try it then..thanks..


  15. Sep 21st, 2006, 12:03 AM


    #15

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    Quote Originally Posted by anatasia

    re-checked the the preferences…

    Do you really mean References? And yes you do need to add all those files into your setup and possibly more since I did not have all of your ocx/dll’s there may be more dependencies.

    Zip and upload the missing ocx/dll’s and I will check again…

    Last edited by randem; Sep 21st, 2006 at 12:11 AM.


  16. Sep 21st, 2006, 01:20 AM


    #16

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    i add the references and components following by the list that u provided when i packaging. but the system cannot be run at all. I’ve re-upload the latest file to the ftp site. It was so confusing.


  17. Sep 21st, 2006, 01:36 AM


    #17

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    It is very confusing.

    Lots of thing could be wrong:

    1 — You may not have included all the files you need.
    2 — You may not have registered the ones that need to be.
    3 — The files may be in the wrong folders.
    4 — The locations for some files may be hardcoded in the app.

    Where are the destination of the files supposed to be. I.E. the database, the rpt files etc…


  18. Sep 21st, 2006, 01:38 AM


    #18

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    Also you should just upload the missing files since I have the other already. It would speed up the uploads/downloads.


  19. Sep 21st, 2006, 03:27 AM


    #19

    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    I have experienced this error before. It was due to having a compiled exe with MDAC of one version packaged in the setup file but I did an update to the exe and compiled it on a different system with a different MDAC version. When I replaced the exe on the taaget system I got that exact message when the app was run.

    The unexpected interface could be from a reference in your exe that is different from your package contained dependancy file(s).

    VB/Office Guru� (AKA: Gangsta Yoda)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum. Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru� Word SpellChecker�.NETVB/Office Guru� Word SpellChecker� VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24″ LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6


  20. Sep 21st, 2006, 04:57 AM


    #20

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    anatasia,

    You still did not include the missing ocx’s. What did you add to make the file bigger by 18 MB.


  21. Sep 21st, 2006, 05:20 AM


    #21

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    OK, I see what you did you added files to the PDW cab file. That is not going to help me help you. I need the missing ocx file. I just wasted time downloading 78MB of files I already had.

    Just upload the missing OCX/dll files that are in my list. You also have report dll’s that is extremely large. Did you make sure you are not saving the data in the rpts. You must uncheck Save Report Data in CR.


  22. Sep 21st, 2006, 05:26 AM


    #22

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    Here is the list of files that I need:

    9/21/2006 12:23:18 AM — Missing ticon3d6.ocx
    9/21/2006 12:23:18 AM — Missing tinumb6.ocx
    9/21/2006 12:23:18 AM — Missing titime6.ocx
    9/21/2006 12:23:18 AM — Missing timask6.ocx
    9/21/2006 12:23:18 AM — Missing ticaldr6.ocx
    9/21/2006 12:23:18 AM — Missing tinumbl6.ocx
    9/21/2006 12:23:18 AM — Missing tidate6.ocx
    9/21/2006 12:23:18 AM — Missing titext6.ocx
    9/21/2006 12:23:18 AM — Missing ssa3d30.ocx
    9/21/2006 12:23:18 AM — Missing vslight6.OCX
    9/21/2006 12:23:18 AM — Missing ieframe.dll
    9/21/2006 12:23:18 AM — Missing CRDesignerCtrl.DLL
    9/21/2006 12:23:18 AM — Missing sssplt30.ocx

    Last edited by randem; Sep 21st, 2006 at 05:33 AM.


  23. Sep 21st, 2006, 09:15 PM


    #23

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    The missing dll/ocx files have been uploaded to ftp site. I appologized for the incovenience make. Im fresh to programming, thanks for teaching me so much.


  24. Sep 21st, 2006, 09:30 PM


    #24

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    Ok, now there are two more files missing. I will need these also.

    9/21/2006 4:29:54 PM — Missing IEUI.dll
    9/21/2006 4:29:54 PM — Missing iertutil.dll


  25. Sep 21st, 2006, 09:57 PM


    #25

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    You also do something very strange. You have two files

    prjUKirin
    prjUKirin.dll

    You reference then prjUKirin file (it is much smaller and is probably not a dll) instead of the prjUKirin.dll file. This must be some mistake. You should re-check what name you are compiling your dll’s too. This happens with all your projects. This will be a show stopper.


  26. Sep 22nd, 2006, 12:32 AM


    #26

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    the prjUkirin is incorrect, my project should be prjUkirin.dll.. but i added it when i compiling my system. I tried once to remove it, but it does not have any different among remove or remain. Thus i just ignore it.


  27. Sep 22nd, 2006, 10:07 PM


    #27

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    It does make a differenct the dll’s are never included in your project but the filename without the dll extention is. It is totally incorrect and there should be no way your project should work like this.


  28. Sep 23rd, 2006, 04:39 AM


    #28

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    BTW: Where are those missing files????


  29. Sep 24th, 2006, 09:01 PM


    #29

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    The only missing dependencies file is prjCUtil.dll while i packaging my project by using PDW.


  30. Sep 24th, 2006, 10:53 PM


    #30

    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    No, the ones I asked for and you were supposed to supply. it seems that this is more important to me than to you…


  31. Sep 25th, 2006, 04:24 AM


    #31

    anatasia is offline

    Thread Starter


    Lively Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expected..

    I was succeed to implement my system on user’s pc. I also not very clear about how i solved the problems, i just tried and error so many times and end up the system could be implement. Randem, Thanks you very much for your kindly supports and helps.


  32. Mar 29th, 2011, 04:29 AM


    #32

    cayoga is offline


    New Member


    Re: «Runtime error ‘430’ class does not support Automation or does not support expect

    Quote Originally Posted by RobDog888
    View Post

    I have experienced this error before. It was due to having a compiled exe with MDAC of one version packaged in the setup file but I did an update to the exe and compiled it on a different system with a different MDAC version. When I replaced the exe on the taaget system I got that exact message when the app was run.

    The unexpected interface could be from a reference in your exe that is different from your package contained dependancy file(s).

    this is

    i did compile with my windows 7 and running .exe in xp clients, first i got error that… 430

    i write on error resume next code, an it looks run perfect but the database not fill with all input data in sql server…

    so i compile with my xp, and finally run perfectly…
    compile in xp vb6 make .obj file, but not in windows 7

    and the problem is? i’m still wondering…

    nb: sorry for my english


  33. Sep 20th, 2011, 10:40 AM


    #33

    Re: [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not sup

    Cayoga,

    If you are still following this thread, I have experienced the same issue.

    Compiling a VB 6.0 program in Windows 7 Ultimate runs fine in Windows 7.

    When trying to run it in the Windows XP Pro machine, it gives that error.

    I am trying to find out what the problem is and if I find it, I will post it here.

    Tony

    Stop The World. I Want To Get Off !
    Life isn’t about waiting for the storm to pass … it’s about learning to dance in the rain


  34. Sep 21st, 2011, 09:29 AM


    #34

    Re: [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not sup

    If you guys are using Windows 7 SP-1 thern there is a break in compatibility with MDAC
    http://blogs.technet.com/b/asiasupp/…ce-pack-1.aspx

    Is this your scenario?

    VB/Office Guru� (AKA: Gangsta Yoda)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum. Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru� Word SpellChecker�.NETVB/Office Guru� Word SpellChecker� VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24″ LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6


  35. Sep 21st, 2011, 03:44 PM


    #35

    Re: [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not sup

    Thanks RobDog.

    I am totally overwhelmed by all this not to mention totally confused.

    I will continue to make sure i recompile my VB 6.0 programs on my old XP computer. I only have a handful of programs.

    Will that resolve the issue?

    Thanks,
    Tony

    Stop The World. I Want To Get Off !
    Life isn’t about waiting for the storm to pass … it’s about learning to dance in the rain


  36. Sep 30th, 2011, 10:16 PM


    #36

    Black Zero is offline


    Lively Member


    Re: [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not sup

    Got to this thread from Google.

    Code:

    Request a package of KB983246 and install it on your customers' machines. Re-compiled application should work after the package is installed

    How? How do I ask Microsoft to provide that package to me?


  37. Oct 8th, 2012, 11:10 PM


    #37

    madnessman is offline


    New Member


    Re: [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not sup

    man.. compile ur project in the older version of OS.. when u compile ur project in the latest version then run or install it in the lower version of OS, the error will occur, which means incompatibility issues


  38. Oct 9th, 2012, 07:39 AM


    #38

    Re: [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not sup

    madnessman,

    I’m not sure of what your point is.

    Thanks,
    Tony

    Stop The World. I Want To Get Off !
    Life isn’t about waiting for the storm to pass … it’s about learning to dance in the rain


  • Home
  • VBForums
  • Visual Basic
  • Visual Basic 6 and Earlier
  • [RESOLVED] «Runtime error ‘430’ class does not support Automation or does not support expected..


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  • BB code is On
  • Smilies are On
  • [IMG] code is On
  • [VIDEO] code is On
  • HTML code is Off

Forum Rules


Click Here to Expand Forum to Full Width

Понравилась статья? Поделить с друзьями:
  • Run time error 429 activex component can t create object
  • Run time error 4248
  • Run time error 424 word
  • Run time error 424 vba что это
  • Run time error 424 vba excel object required как исправить