MSScriptControl.ScriptControl

  • Thread starter Thread starter Alejandra Parra
  • Start date Start date
A

Alejandra Parra

I have the next code:

Dim Script As Object = CreateObject("MSScriptControl.ScriptControl")

I've run this application in WinXP and it works normally, but if I run the
application in Win98, the next error comes out:
ActiveX component can't create object

I've already instaled Windows Script Control in the computer but it didn't
work

What can I do?
Thanks
Alejandra
Mexico
 
Hi Alejandra,

Have you used the second response that I posted in the Spanish newsgroup?

Anyway, have you installed the latest SP of Windows 98?

I hope that helps.

P.D.: I didn't know that your app will be running in WXP without problems.
Remember, that you have two differents Windows Script runtimes, one of them
for Windows XP & Windows 2000 and other for Windows 98. You have to install
the correct Windows Script Runtime into Windows 98.

Kind Regards,

Jorge Serrano Pérez
MVP VB.NET
 
Back
Top