Kbase P13104: 3181 and 9088 errors when creating an XML document on Windows 95
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/21/2005 |
|
Status: Unverified
FACT(s) (Environment):
Windows 95
Progress 9.1x
SYMPTOM(s):
Error when a Progress client application tries to create an XML document.
The proxml.dll or libproxml.so was missing or incomplete or XML ould not be initialized. (9088)
Cannot create widget of type X-DOCUMENT. (3181)
CAUSE:
Windows 95 PCs are missing ws2_32.dll and ws2help.dll (Microsoft
networking related DLLs).
FIX:
Download the "patch" (windows socket 2 update) from Microsoft's website and follow the
installation instructions:
http://www.microsoft.com/windows95/downloads/contents/WUAdminTools/
Although these files are typically located in the Windows SYSTEM
directory, on some (older) Windows 95 installations these DLLs might
be missing. NOTE: This doesn't seem to be a problem on Windows 98.
To verify that this is the problem causing the error messages, you can
use a tool called "Dependency Walker" to see the DLL dependencies of
PROXML.DLL (in %DLC%\BIN). You can download this tool from:
http://www.dependencywalker.com/
Dependency Walker will show you in a hierarchical way which DLLs our
executables and/or DLLs depend on.
S_WUNetworkingTools/W95Sockets2/Default.asp