com+
Managed and unamanged code updating the DB within one Transaction?
Within C#, I have an OracleConnection that updates the DB, and a reference to a legacy VB6 DLL which the C# calls into to update the DB (within the DLL, it uses an ADODB.Connection object).[详细]
2023-02-05 19:52 分类:问答NET 4.0 Installing Assembly in COM+ Loading Extra Dependencies
We have an assembly I will call COMPlusAssembly that references third party dlls. COMPlusAssembly is hosted in COM+ and installed using System.Enterprises.RegistrationHelper. Our clients may or may no[详细]
2023-02-03 07:10 分类:问答Making a COM+ installation package in C#
I recently got tasked with simplifying a COM+ installation consisting of 5-6 COM+ apps for w2k3 server, never having worked with COM+ before. I\'ve seen some ways to do this with a vbscript, but I wou[详细]
2023-01-31 15:26 分类:问答Two-phase commit between different technologies (COM+, Java)
Let me first describe a bit the current architecture: Application A is a java application running in JBOSS and has its own database (mssql).[详细]
2023-01-29 14:15 分类:问答Does Emacs 23.2 support DDE, OLE, COM or DCOM?
Does Emacs 23.2 support DDE, OLE, COM or DCOM? In other words, under Windows, can it integrate seam开发者_C百科lessly with Eclipse as an in-place editor?No, you can\'t do that.Eclipse has Emacs key b[详细]
2023-01-27 20:49 分类:问答Programmatically setting Application Root Directory of a COM+ Application
When dev开发者_如何学运维eloping a COM+ application, I have to uninstall and reinstall it each time I make changes to the code that I want to test.[详细]
2023-01-26 18:59 分类:问答Script timeout being ignored by VB DLL
Very briefly: I\'m h开发者_Go百科aving an issue with ensuring that VB DLLs honour the timeouts set in IIS and ASP.[详细]
2023-01-24 13:40 分类:问答If assembly is added to the GAC, do all assemblies it references also need to be added there too?
Background Info: I have two COM+ components on a remote server, based on .NET assemblies, one of which calls the other, which in turn calls a private assembly.[详细]
2023-01-24 09:37 分类:问答changing existing COM+ applications identity via vbs script
How to changing existing COM+ applications identity via vbs script. like Authentication level = none and identity to this user via vb scripts. found 开发者_StackOverflow社区many posting on add/delete[详细]
2023-01-23 23:58 分类:问答Is there a cost to using managed (.NET) components inside COM+?
Our company has relied heavily on COM+ components to centralize our DAL code and take advantage of the ability of COM+ to handle transactions and connection pooling.When we started using COM+, it was[详细]
2023-01-23 18:58 分类:问答
加载中,请稍侯......