Recent content by BellTower

  1. B

    Calling AppServer from a Windows Service

    As a quick test I tried changing the threading model and I started getting different errors from further into the process. I think that this means the problem is fixed and I'm finally getting to the processing of the data and I have errors to deal with there. I'll do some more extensive tests...
  2. B

    Calling AppServer from a Windows Service

    The error message is: System.Runtime.InteropServices.COMException (0x80040111): ClassFactory cannot supply requested class followed by the stack trace. All the code that I've seen for creating the proxy that talks to AppServer looks like this: appSrvProxy = New jaccessLib.Cjaccess...
  3. B

    Calling AppServer from a Windows Service

    I have a Windows Service (written in VB.NET) that monitors a message queue and uses the data in the messages it receives to make calls to an AppServer proxy. Everytime I try to create an instance of the proxy inside the service, it blows up with a "ClassFactory cannot supply requested class"...
Back
Top