VB6 network errors Windows 2008 run on ESX VMWare

Posted by hivedome on Server Fault See other posts from Server Fault or by hivedome
Published on 2009-07-17T10:22:02Z Indexed on 2010/03/29 11:03 UTC
Read the original article Hit count: 526

Filed under:
|
|
|

We have an application built in vb6, the executables for the application are run locally on a Windows 2008 Terminal Server the dll's for the application are located on a network share. Intermittently parts of the application crash with inpage errors.. we realise the .dll it references then copy that dll locally to the windows 2008 server and register the application can then run again alternatly we reboot the server and all ok.

ideally we do not want the exec's or dll's on local server, they should be located on network share for other Terminal Servers to access.

error values we receive are C0000203 C00000C4

I have disabled windows 2008 UAC and DEP..

Has anyone experienced this type of behaviour in 2008?

© Server Fault or respective owner

Related posts about vb6

Related posts about Windows