Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Error 430.

Error 430.

Scheduled Pinned Locked Moved C / C++ / MFC
testingtoolshelptutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shenthil
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • S Shenthil

      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

      M Offline
      M Offline
      Michael P Butler
      wrote on last edited by
      #2

      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

      S 1 Reply Last reply
      0
      • M Michael P Butler

        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

        S Offline
        S Offline
        Shenthil
        wrote on last edited by
        #3

        Thanks. Actaully, I'm using an third party application which throws this error. I cannot be very sure its a VB code shenthil

        M 1 Reply Last reply
        0
        • S Shenthil

          Thanks. Actaully, I'm using an third party application which throws this error. I cannot be very sure its a VB code shenthil

          M Offline
          M Offline
          Michael P Butler
          wrote on last edited by
          #4

          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

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups