I have a custom Livelink 9.7.1 module that I am trying to make available to Content Server 10. When I try to start builder with my files manually copied into the module area I get the following error when it tries to load my dll
KLoadLib::Open could not load:
"C:\OPENTEXT\module\BASIS_9_6_6\dropins\basisdropin.DLL" (%1 is not a valid Win32 application.)
KDropin: Could not open Dropin library:
C:\OPENTEXT\module\BASIS_9_6_6\dropins\basisdropin.DLL
KDropinClass::LoadPackage(
C:\OPENTEXT\module\BASIS_9_6_6\dropins\basisdropin.DLL, DLLDropinInit ) Error loading package.
Can you tell me if it is possible to use a 32-bit dll with Content Server installed on a 64-bit Windows 2008 system? I've enabled 32-bit applications on the application pool in IIS.