Running on XP. I have a client that calls calls CoInitializeEx(NULL, COINIT_MU开发者_如何学运维LTITHREADED), loads a (local) DCOM object, and attaches an event interface so the DCOM object can send ba
I have written an application in C# that writes to an accounting system via a DCOM object (name of the object is Toolkit Object). When this application is hosted as Windows Service in Windows 2003 the
On Modern Windows, the default configuration is done in such a way that if I network-login as a local user, I actually only get authenticated as a guest (more details about this behavior is explained
is there an api to change the Access Permissions for the COM Security? i need to write new values to \"Edit Limits...\" and \"Edit Default...\". are these plain registry setti开发者_Python百科ngs? can
I developed a C# program that pulls data from a SQL Server database and then generates Word documents which include the da开发者_开发知识库ta.I\'ve set the program up to run as part of an SSIS job on
I\'m currently maintaining a piece of software that we outsourced couple of years ago and that is poorly documented. The piece is a COM server for consuming by third-party applications and an installe
I need to shield a 64-bit COM component consumer from the 32-bit native C++ ATL in-proc COM component.
I know .net has WCF, which I believe was touted as the replacement for COM when开发者_如何转开发 it was codenamed Indigo(?) - but is it actually suitable for use in a .NET app, providing the same func
Does anybody know, if it is possible to use the \"old\" SAP DCOM Connector on a Windows Server 2008 ?