Hi,
The network variable does not work in our 64 bit application but 32 bit works OK. For example this function fails in 64 bit application:
ServerProcessInfo processes = ServerProcess.GetAll();
Error message = "Unable to load DLL 'ninetv.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
Is it so that 'ninetv.dll' works only in 32 bit environment? Is there 64 bit or a common version somewhere?
Thanks,
Ilkka