|
-
May 17th, 2000, 08:12 AM
#1
Thread Starter
Hyperactive Member
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
-
May 17th, 2000, 08:42 AM
#2
Thread Starter
Hyperactive Member
Please I really need some help fast.
-
May 17th, 2000, 01:40 PM
#3
Hyperactive Member
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.
-
May 17th, 2000, 08:05 PM
#4
Thread Starter
Hyperactive Member
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.
-
May 17th, 2000, 09:21 PM
#5
Thread Starter
Hyperactive Member
Reinstalling mdac 2.5 and dcom98 didn't work.
-
May 18th, 2000, 02:52 AM
#6
Thread Starter
Hyperactive Member
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.
-
May 18th, 2000, 03:02 AM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|