Error 430.
-
I am getting the foll. error while starting an application. Error 430, "Class does not support Automation or does not support expected interface." after this error, the application exits. How to rectify it.? Shenthil
Is this a VB application trying to call a COM server? The first thing to make sure is that your COM server is registered correctly. Second, make sure the interface you are trying to support is IDispatch derived. It would be of help, if your message contained a little more detail about what code is being called. Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel
-
Is this a VB application trying to call a COM server? The first thing to make sure is that your COM server is registered correctly. Second, make sure the interface you are trying to support is IDispatch derived. It would be of help, if your message contained a little more detail about what code is being called. Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel
-
Thanks. Actaully, I'm using an third party application which throws this error. I cannot be very sure its a VB code shenthil
Shenthil wrote: Actaully, I'm using an third party application which throws this error. I cannot be very sure its a VB code It's certainly a COM error. It maybe that the COM component it is trying to call doesn't exist on your machine or isn't the right version. I've seen this happen sometime with apps that try and call the MSXML stuff, or the CDO components or some other COM server. What does the application do. It may give a clue to what it is trying to call. Michael But you know when the truth is told, That you can get what you want or you can just get old, Your're going to kick off before you even get halfway through. When will you realise... Vienna waits for you? - "The Stranger," Billy Joel