Click here to donate to keep PhreeqcUsers open
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Beginners
»
Installation questions
»
Error 424
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Error 424 (Read 3483 times)
Laknesh
Frequent Contributor
Posts: 13
Error 424
«
on:
April 03, 2017, 09:57:04 AM »
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
Top Contributor
Posts: 3717
Re: Error 424
«
Reply #1 on:
April 05, 2017, 03:43:44 AM »
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:
April 06, 2017, 09:23:16 AM »
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:
December 27, 2018, 07:15:48 AM »
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