Error 430 & late binding

D

Deanie

Hi I have a VB6 application that uses the Outlook application object via
late binding. The app works fine on every machine *I* have tried it on, but
when pushing it live one particular user has reported they are receiving
this error

error 430: Class does not support Automation or does not support expected
interface

Now they are running the same config I am (WinXP + Outlook 2003) and after
running some debug code on their machine it seems to fall over on this line:

Set olApp = CreateObject("Outlook.Application")

The strange thing here is that by the time the application gets to this line
it is actually the third time it has had to create the application object.
Therefore is has prior to this point successfully created it twice. It does
delete the object each time before creating a new one using a "Set
olApp=Nothing".

Does anyone have any ides that may help me solve this one?

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top