Results 1 to 3 of 3

Thread: Strange Run-Time Error

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    1
    While coding a Mail gateway, I encountered a strange run-time error.
    When I compile the program and run it from within VB, it works just fine. But as soon as I compile it to an .exe file, trouble starts.
    The problem occurs when the gateway is about to check mail.
    The error occurs between tcpRemotePop3.Remoteport and tcpRemotepop3.connect..
    But is not related to either of these. Not as far as I can see, anyways..
    The error itself, is an "Automation Error".. the strange thing is that it gets an error code value of -2070007328 or similar....
    I would appreciate if anyone could help..
    Thanks, Skie

  2. #2
    Lively Member
    Join Date
    Jan 2000
    Location
    Omaha, Ne
    Posts
    65
    I have a listing of automation errors if you know the exact error. I don't know the exact URL though so I can't refer you to the page. The error number you listed isn't on my list. I can e-mail it to you if you like.

    Maybe you could try the deployment wizard when compiling (if you are running on another machine) as it may not include necessary files in the executable itself when you run the executable standalone.

  3. #3
    Junior Member
    Join Date
    Mar 2000
    Posts
    30
    The only possible solution I can see is, you probably declared some variable as integer. Whatever variable you used, try making it s long. I don't know if that will work, or if it even pertains to the style of coding you acquire, but hey its worth a shot.

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