I have a com + application which I want to export as proxy. The problem is that when I open the export wizard, the \"Application proxy.开发者_高级运维..\" radio box is disabled.
We have a Service开发者_如何学CdComponent (COM+ server application) which is quite CPU intensive. It\'s called from a Windows Service and the amount of time it takes for it to complete is not very imp
I have a windows service which creates 10+ threads which: do their job and then enter WaitForMultipleObjects state until they are resumed again ..
I got a simple question here Let\'s suppose we have a codebase that employs usage of shared_ptr/enable_shared_from_this.
MTS开发者_开发百科 is a popular COM+ service to do distributed transation control. I am wondeirng what is the .Net replacement for it since Com+ will be phased out.AFAIK there is no replacement to MTS
I\'ve got two classes deployed as COM+ components, let\'s say ClassA and ClassB. ClassA has some public properties. ClassB sets values for those properties and calls a method of ClassA. The method its
The problem arrives when debugging COM+ component under VS2010. When I step into a method of compoment and add member variable into the watch window it displays wrong value. At the same time values f
I have a .Net object in 开发者_开发知识库a com+ application. The problem is that whenever I compile my .net object, it\'s constructor gets deleted.
We are experiencing a difficult problem which has been puzzling us for some time. We have two MSI setup files containing COM+ components and GUI respectively. The applications in both are written in V
I have 2 COM+ applications built in C#.They need access to a configuration, so in order to get them that (since they are in a server context) I set the Application Root Directory in the COM+ applicati