Results 1 to 2 of 2

Thread: Ole Automation Errors

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 1999
    Location
    seattle, wa
    Posts
    23
    Does anyone know how to decode, or where I can read up on Ole Errors. One error I got recently looked like this:

    Run-Time error'-2147417848(80010108)': Automation Error

    What the heck does this mean? There any way of telling which object is generating it?

  2. #2
    Lively Member
    Join Date
    Mar 2000
    Posts
    82
    Automation error is a general error that is raised when your program and the server(dll, exe) are unable to connect.

    Decoding: the error number that is raised is added to
    -2,147,221,504. COM's errors range up to 511 and from there up to 65,535 are custom errors.

    [Edited by _bman_ on 04-01-2000 at 02:49 AM]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width