ASP Upload - Dictionary Error
Question:
I'm getting this error:
ActiveX component can't create object: 'Scripting.Dictionary'
/download/default.asp, line 126
I cannot figure it out, why it gives this error.. is it due to the fact something has to be installed at the webserver?? (It is IIS 4.0 and ADO 2.6)
Answer:
It seems that you don't have VBscript 5+ installed on your server.
You can download the latest scripting engine from http://msdn.microsoft.com/scripting
Install it on your server and everything should work fine!
Comments
ActiveX component can't create object
I'm getting the same error (ActiveX component can't create object) when trying to instantiate the Dictionary Object. And I have already installed Scripting version 5.5 on the web server. I can't figure out what might be the problem. The machine is NT Server, with IIS 4.0, ADO 2.5, and Scripting Engine 5.5. Any help is appreciated. Thanks.
You must me logged in to write a comment.