Running into a problem with Windows Server 2003 and IIS6. We have an ASP app
which does late binding to a DLL written in VB6. This VB6 dll has a form
with a 3rd party OCX on it. Under Windwos 2000 and IIS 5 we have no
problems. But when we run it under Windows Server 2003 with IIS6 we
constantly get "Object invoked has disconnected from the client" error. I
can't figure out what the problem is. I've created an executable which has a
reference to this DLL and everything runs fine so I know it's not a problem
with the DLL or OCX.

Does anyone have any ideas of what to look for?

Joe Pacelli

RE: Object invoked disconnected from client Error by JoePacelli

JoePacelli
Wed Mar 15 06:48:27 CST 2006

Well we got our application to work. We switched the IIS6 from Worker Process
Isolation Mode to the IIS5 Isolation mode and our application works again.
Now we need to find out if how to get to to work when switching back.
--
Joe Pacelli
Senior Software Engineer
Misys Healthcare Systems



"Joe P" wrote:

> Running into a problem with Windows Server 2003 and IIS6. We have an ASP app
> which does late binding to a DLL written in VB6. This VB6 dll has a form
> with a 3rd party OCX on it. Under Windwos 2000 and IIS 5 we have no
> problems. But when we run it under Windows Server 2003 with IIS6 we
> constantly get "Object invoked has disconnected from the client" error. I
> can't figure out what the problem is. I've created an executable which has a
> reference to this DLL and everything runs fine so I know it's not a problem
> with the DLL or OCX.
>
> Does anyone have any ideas of what to look for?
>
> Joe Pacelli
>
>
>