Kbase P99339: Getting error "Invalid Class String" when calling ASP page using Open Client ActiveX dll
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  28/12/2004 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1D
Windows NT 32 Intel/Windows 2000
IIS
SYMPTOM(s):
Getting error "Invalid Class String" when calling ASP page using Open Client ActiveX dll
A .dll created by Proxygen works ok from Visual Basic, however using the same dll with an Active Server Page results in errors:
Server object error 'ASP 0177:80040111'
Server.CreateObject Failed
/proxytest2.asp, line 3
ClassFactory cannot supply requested class.
Same error occurs when testing with the RoundTripObj.dll ActiveX
CAUSE:
CLASSPATH system environment variable set to the directory containing the o4glrt.zip,
but not the having the actual file specified.
FIX:
Set the CLASSPATH as the system environment variable referencing the o4glrt.zip Open Client package e.g :
CLASSPATH=C:\Progress\java\o4glrt.zip