com+
com+ application export problem. application proxy disabled
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.[详细]
2023-02-21 12:04 分类:问答Make a ServicedComponent run with lower priority
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[详细]
2023-02-19 11:49 分类:问答Blocking calls(wait, com calls) in STA thread
I have a windows service which creates 10+ threads which: do their job and then enter WaitForMultipleObjects state until they are resumed again ..[详细]
2023-02-18 12:37 分类:问答shared_ptr - ccomptr swap
I got a simple question here Let\'s suppose we have a codebase that employs usage of shared_ptr/enable_shared_from_this.[详细]
2023-02-16 19:42 分类:问答what is the .net technology to replace Microsoft Transaction Server
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[详细]
2023-02-13 16:18 分类:问答Property is reset on COM+ object if ContextUtil.SetComplete() is called
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[详细]
2023-02-11 16:59 分类:问答Watch window is not working for COM+ components
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[详细]
2023-02-11 15:35 分类:问答Com+ constructor deleted
I have a .Net object in 开发者_开发知识库a com+ application. The problem is that whenever I compile my .net object, it\'s constructor gets deleted.[详细]
2023-02-11 07:59 分类:问答Problem in VB6 COM+ application reinstall
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[详细]
2023-02-09 11:49 分类:问答COM+ component not reading configuration from static context
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[详细]
2023-02-05 20:23 分类:问答