Hi all,
I'm trying to use InDesign Server CS3 in a Microsoft IIS 6 .NET environment on Windows Server 2003.
Here's what happens when I try to instantiate InDesign Server:
ERROR: Retrieving the COM class factory for component with CLSID {296CAEB5-C99C-4B3E-9359-6E7D6EAE71FC} failed due to the following error: 80040154.
If you look up 80040154, it's a DLL registration problem. But if I try to use regsrvr32 to register the Interop, I get this message:
"...\Interop.InDesignServer.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered."
I know InDesign Server is installed and running on this server, because I can run exactly the same source code in a standalone VB.net application, and it works fine. It's only inside IIS that it fails.
Any thoughts? I'd love to get this working someday.
Thanks,
Chuck