com+
.NET 2 Serviced Component (COM+) efficiency problem
This is the first time I\'ve create a .NET Serviced Component (COM+) and I\'m having some issues when it comes to scalability. I\'ve stress tested it up to 4000 users but it is still failing to exceed[详细]
2023-03-12 06:32 分类:问答How do I grant access to my COM+ application?
I\'ve created a COM+ server application and the call开发者_如何学Cer can\'t access it - when it tries to instantiate a COM object (CoCreateInstance()) from that application the following appears in sy[详细]
2023-03-11 22:06 分类:问答COM+ Objects with IIS 7.0
I am converting PPT to images using ASP.NET code. When i run my code Directly (no IIS 7.0 involved) its runs perfect. But when i configure my application to IIS 7.0 and then run the application its gi[详细]
2023-03-11 04:58 分类:问答CoCreateInstance - The COM+ registry database detected a system error
In a small test project I have this code: HRESULT hr = CoCreateInstance(CLSID_DOMDocument, NULL, CLSCTX_ALL, __uuidof( IXMLDOMDocument ), ( void ** ) & m_pDoc);[详细]
2023-03-10 01:38 分类:问答COM+ application can't be changed
I was updating a COM+ application, when an error showed up, saying that it couldn\'t be changed.Now, whenever I go into properties on one of the components in that application, or the properties for t[详细]
2023-03-08 15:38 分类:问答How do I connect from a C# client to a VB6 Com+ server
I have the following code in my C# class which remotely connects to a COM+ server on a remote machine.[详细]
2023-03-06 04:17 分类:问答Need advice on referencing a Managed COM Server (EXE) from Client Application
I have a managed COM out of process server exe in c# exposing my application object model for automation everything is working fine. I can access it from unmanaged code (for example, VC++) and it star[详细]
2023-03-04 07:46 分类:问答Entity framework and COM+
I have a problem using Entity Framework and COM+. The architecture is this: A windows service calls four methods of a COM, every n minutes.[详细]
2023-03-03 12:50 分类:问答vb6 why do I want unattended execution and retained in memory set?
14 years ago when I was a green horn, setting up the components for classic ASP was not in my pay grade...Now however, I have gone back to the futur开发者_JAVA百科e and I find myself having to maintai[详细]
2023-02-27 11:20 分类:问答Com+ late binding c# 4.0
In my program I create Com+ objects dynamicly (late binding) using Type comObjectType = Type.GetTypeFromProgID(progId, true);[详细]
2023-02-25 16:00 分类:问答