In the process of moving an WW v5.65 app from my (32-bit Win7) development machine to a 64-bit Server 2008 IIS7, the loading of the wwJSONSerializer fails. I confirmed all the v5.65 dll's are in my app's folder. .NET v2 is running on this machine.
It fails within the GetwwDotNetBridge function with the error "Unable to load wwDotNetBridge: Unable to load Clr Instance."
The following commands fail with the error "Cannot load 32-bit DLL wwipstuff.dll".
CLRSETDEFAULTTO \wconnect\classesDO wwDotNetBridgeLOCAL loBridge as wwDotNetBridge loBridge = CREATEOBJECT("wwDotNetBridge")
When running stand-alone (i.e. not called through an IIS app pool), does the wwipstuff.dll need to be registered as a 32-bit app?
~bob