Results 1 to 7 of 7

Thread: Urgent!!! Error 430

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274

    Exclamation Please, Urgent Error 430

    I distributed an application to a client and the install worked fine on every system that I tested it on, however on the client's system he's getting error #430. The main form is an MDI form and that's where the problem is.(MDIForm_Load)

    Here's the code for the form load:

    Dim strConnect as String

    strConnect = "DBQ=.......

    Set fcnn1 = New ADODB.Connection
    fcnn1.Open strConnect

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    Please I really need some help fast.

  3. #3
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    Make sure the client has installed the correct mdac type. I had it with a win98 client, we're developping an app using mdac2.5 and the client had 2.1, he got the same error. After installing mdac2.5 everything works fine.
    Hope this helps

    Crazy D

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    Sounds like good news, I'm using mdac 2.5, I told my client late last night to reinstall mdac 2.5 and I don't know if it worked.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274

    Angry

    Reinstalling mdac 2.5 and dcom98 didn't work.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Sudbury, Ontario, Canada
    Posts
    274
    I need any ideas on how to solve the problem. The next thing I think I'm going to have to try is recreating the setup for the application.

  7. #7
    Guest
    I am not sure if it is relevant in your case but I got the same error (Error 430) at the client's site when I installed 2 standard exes, both of which called an Activex exe.
    When I changed the Project Properties(of the called ActiveX project), from "Thread Pool" (1 objects) to "Thread per Object", recompiled and ran the setup for all 3 projects, the error did not occur again.

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