dcom
Access COM objects on another box from .NET (without deprecated DCOM, remoting)
I have to integrate my .NET server app with a vendor\'s product. The vendor\'s product will be on its own server and has a s开发者_开发问答upported & documented API, but alas, only as COM objects.[详细]
2023-04-10 14:29 分类:问答Delphi - multiple remote com objects
My D5 application is on a server being used remote开发者_如何学运维ly by a couple of users, so I need use the following function to create a COM object to launch another application (LmPos) installed[详细]
2023-04-10 06:22 分类:问答Is using COM right for me?
My work has an application written in VB6. I am tasked with writing another, different, application in C# .NET. I am not allowed to change the VB6 code, but I need to call a function (from my .NET app[详细]
2023-04-10 02:05 分类:问答How do I limit the threads in a ATL DCOM service?
I have an ATL service which implements a free threaded COM object. Our testers are running more and more threads against the service but this eventually results in an ugly runtime crash when it starts[详细]
2023-04-08 23:08 分类:问答Why I get Access Denied Error using WMI Connection?
this is a similar error all around the internet but I am not able to reason out why this can happen in my case. I am trying to use WMI for remotely installing windwos services from my XP client machin[详细]
2023-04-07 10:04 分类:问答Error in excel = new Microsoft.Office.Interop.Excel.ApplicationClass();" when hosted in server machine..[dcomcnfg]
The following is the code which thows error when hosted in Server PC. try { //Variable Declarations Microsoft.Office.Interop.Excel._Workbook oWB;[详细]
2023-03-29 11:42 分类:问答what are the different technologies available for communication among software components distributed across networked computers?
I want to know what are the different technologies available for communication among software components distributed across networked computers?[详细]
2023-03-29 10:14 分类:问答How to call a remote bat file using jinterop
GlassFish A开发者_JAVA百科pplication Server uses a script, asadmin.bat, that in turns starts a JVM.[详细]
2023-03-22 14:58 分类:问答DCOM Security using a batch file
Are there any methods to change the Access Permissions for COM Security using a batch file? I need to write new values to \"Edit Limits...\" and \"Edit Default...\" in both \"Access Permissions\"开发[详细]
2023-03-21 00:31 分类:问答Variable uses an Automation type not supported in JScript
I have a simple asp page: <%@ LANGUAGE = JScript %> <% var app = new ActiveXObject(\"MyComponent\");[详细]
2023-03-16 15:19 分类:问答