Hi,
I'd downloaded the Huge ASP upload 60 day evaluation version at http://www.motobit.com/help/scptutl/upload.asp.
After installing it, I run into the error below:
"Invalid class string
/test/videonewmedia/debug/bar2/SimpleWeb/manage.asp, line 47"
The line 47 is pointing to:
Dim Form: Set Form = Server.CreateOb ject("ScriptUti ls.ASPForm")
Even registering the .dll files using regsvr32 (aspform.dll and scptul.dll) doesn't help. I believe the location of the .dll in the local drive doesn't matter right? As long as it's registered it should be accessible anywhere from the script.
Anyone encounter the same problem before. Can you advise? Do I missed out any steps when installing?
Any help is very much appreciated.
Thanks
Ethan
I'd downloaded the Huge ASP upload 60 day evaluation version at http://www.motobit.com/help/scptutl/upload.asp.
After installing it, I run into the error below:
"Invalid class string
/test/videonewmedia/debug/bar2/SimpleWeb/manage.asp, line 47"
The line 47 is pointing to:
Dim Form: Set Form = Server.CreateOb ject("ScriptUti ls.ASPForm")
Even registering the .dll files using regsvr32 (aspform.dll and scptul.dll) doesn't help. I believe the location of the .dll in the local drive doesn't matter right? As long as it's registered it should be accessible anywhere from the script.
Anyone encounter the same problem before. Can you advise? Do I missed out any steps when installing?
Any help is very much appreciated.
Thanks
Ethan
Comment