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
I am learning about COM+ and EnterpriseServices. I came across the complete list of COM+ services on MSDN and read every one of them.
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
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
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
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
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
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.
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
Is there a simple way to consume a WCF Service from Classical ASP respectiv开发者_运维技巧ely in VB6 ?