Kbase P17532: Error trying to run ASP with Proxygen dll
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
SYMPTOM(s):
Error trying to run ASP with Proxygen dll
A .dll created by Proxyegn 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.
Reregistered the dll as Administrator which solved the problem on the Polish PC but still fails on English PC
CAUSE:
Due to a space in the Classpath
FIX:
Ensure you have no spaces in the Classpath environment variable.
o4glrt.zip was in c:\program files\progress\java which raises the error, with a space free classpath all works ok.