¡@

Home 

c# Programming Glossary: dcom

System.UnauthorizedAccessException: Retrieving the COM class factory for Word Interop fails with error 80070005.

http://stackoverflow.com/questions/1491123/system-unauthorizedaccessexception-retrieving-the-com-class-factory-for-word-in

Tools Component Services Computers My Computer DCOM Config Find out Microsoft Word Document right click Settings..

What is the easiest way using .net to check if events have been logged in the eventlog?

http://stackoverflow.com/questions/182372/what-is-the-easiest-way-using-net-to-check-if-events-have-been-logged-in-the-ev

does support both local and remote logs. This is a COM DCOM based API that has existed for several years in Windows and.. for a network management application that used the DCOM flavor of this API to gather the event logs off of all the servers.. and darn near real time. If you implement this in C with DCOM be prepared to deal with Multithreaded Apartments and a lot..

How to execute a command in a remote computer?

http://stackoverflow.com/questions/428276/how-to-execute-a-command-in-a-remote-computer

If you have trouble with authentication then check the DCOM configuration. On the target machine run dcomcnfg from the command.. prompt. Expand Component Services Computers My Computer DCOM Config Find Windows Management Instruction identified with GUID..

calling C# from c++ com add-in

http://stackoverflow.com/questions/530244/calling-c-sharp-from-c-com-add-in

I have this links for you COM Interop Part 1 Sample Create DCOM application from within .Net environment Part V C to C# call..