Registrations currently disabled due to excessive spam. Please email phreeqcusers at gmail.com to request an account.
Welcome
Guest
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Beginners
»
Installation questions
»
Error 424
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Error 424 (Read 7266 times)
Laknesh
Frequent Contributor
Posts: 13
Error 424
«
on:
03/04/17 09:57 »
Hello
I installed IPhreeqcCOM of 32-bit and 64-bit in a new 64-bit computer, but it does not work and gives "Error:424-Object is needed". Could you please help me to solve it.
Thank you
Kind regards
Laknesh
Logged
dlparkhurst
Global Moderator
Posts: 4213
Re: Error 424
«
Reply #1 on:
05/04/17 03:43 »
We think you need to install:
.NET Framework 3.5 (includes .NET 2.0 and .NET 3.0).
This vbs script generated the output shown in the attached png image. After installing .NET 3.5, the script ran successfully.
Dim iphreeqc
Set iphreeqc = CreateObject("IPhreeqcCOM.Object")
If (iphreeqc.LoadDatabase("phreeqc.dat") = 0) Then
WScript.Echo("database ok")
Else
WScript.Echo("database contains errors")
End If
Logged
Laknesh
Frequent Contributor
Posts: 13
Re: Error 424
«
Reply #2 on:
06/04/17 09:23 »
Dear David
Thank you very much. It works well after installing .NET Framework 3.5.
Laknesh
Logged
paznativ
Frequent Contributor
Posts: 17
Re: Error 424
«
Reply #3 on:
27/12/18 07:15 »
Thank you so much! i just had the same problem.
error 424, automation failure and DLL initialization failure.
to me it happend after an update of windows.
thank you so much again
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Beginners
»
Installation questions
»
Error 424