com+
Passing a recordset to a component method to be filled
I am having an odd issue where I am trying to pass three recordsets to a method to have them filled with data all under the same database connection.By reviewing the custom logging info when running t[详细]
2023-01-07 03:10 分类:问答How many people really use COM+/.NET EnterpriseServices?
I am learning about COM+ and EnterpriseServices. I came across the complete list of COM+ services on MSDN and read every one of them.[详细]
2023-01-06 10:40 分类:问答Where can I find reliable information about Microsoft's plans for COM+ support in future versions of Windows?
When looking at a large web application with many competing priorities, one of the things I am faced with is a large number of COM+ components.At some point, these things need to be re-engineered in s[详细]
2023-01-05 18:48 分类:问答C# ServicedComponent running out-of-process gets File Not Found exception on one machine
I\'ve written a stupid-simple ServicedComponent (COM+ component) to run out-of-process and wrap an x86 only COM component on an x64 server. On my test VM (Server 2008 R2) it works fine. On the product[详细]
2023-01-05 06:23 分类:问答Remote DLL Registration without access to HKEY_CLASSES_ROOT
We have a legacy VB6 application that updates itself on startup by pulling down the latest files and registering the COM components.This works for both local (regsvr32) ActiveX COM Components and remo[详细]
2023-01-04 04:59 分类:问答.Net - Whats the difference between a Session Facade and Business Delegate?
What I understand so far: Business Delegate - In the pres开发者_运维问答entation tier, as an ASP component, provides an interface for ASP views to access business components without exposing their AP[详细]
2022-12-30 17:32 分类:问答COM+ application deployment using command-line
I need to deploy my COM dll as a COM+ application. I used to do that from Component Services manager (dcomcnfg.exe). But my requirement is to deploy it from command-line. Is there a command to do that[详细]
2022-12-29 14:13 分类:问答WCF COM+ component
I have a C# WCF client that is wrapped for COM+ Enterprise Services.I insta开发者_如何学JAVAll the component on the target machine and use regsvcs to put it into Component services.[详细]
2022-12-28 10:47 分类:问答FileNotFoundException when running WiX CustomAction with COMAdmin interop
I am trying to create a WiX custom action which will allow me to shutdown and clear down a COM+ package as part of an upgrade installation, or create and configure a new COM+ package as part of the in[详细]
2022-12-27 08:27 分类:问答Consume a "WCF Service" in "Classical ASP" respectively in VB6
Is there a simple way to consume a WCF Service from Classical ASP respectiv开发者_运维技巧ely in VB6 ?[详细]
2022-12-27 00:44 分类:问答