com+
How do I consume a COM+ local server from C#?
I have a web application from a company that has gone out of business.We\'re looking to extend the web app a bit with开发者_开发问答 some asp.net functionality.The web app was written as an ISAPI appl[详细]
2022-12-26 04:38 分类:问答Who is responsible for calling CoInitialize and CoUninitialize if surrogate process or COM+
Who is responsible for calling CoInitialize and CoUninitia开发者_StackOverflowlize if 1- I host a COM dll within a surrogate process (either by using dcomcnfg utility or COM+ wizard)?[详细]
2022-12-23 17:26 分类:问答Abstract Methods in "Product" - Factory Method C#
I have a simple class library (COM+ service) written in C# to consume 5 web services: Add, Minus, Divide, Multiply and Compare.[详细]
2022-12-23 02:26 分类:问答Programmatically add user role to COM+ component (C#)
I wish to know the way to add ASP.NET (\"Machine_Name\"\\IIS_IUSRS) to user role in COM+开发者_如何转开发 component programmatically using C#. So whenever my COM+ component is being installed, ASP.NET[详细]
2022-12-21 12:06 分类:问答Performance gains when compiling .NET 1.1 COM+ components code with .NET 3.5 compiler
I need to build a service in form of a COM+ component using Enterprise Services. The service is working right now. It gets a string does some spell-checking and returns a string.[详细]
2022-12-21 03:20 分类:问答Out of proc function call and HANDLE type returned (Windows C++)
I need to call one function using maximum privileges (NT AUTHORY\\System) from other process (IIS7 module w开发者_如何学JAVAork process) running in same local computer in much less privileged mode (NT[详细]
2022-12-20 06:46 分类:问答How to remove a COM+ application using WIX3.0?
I have scoured the internet, and not found anything about how to do this. Essentially, we are replacing an old VB6 COM+ application with a .NET one. We are using WIX to install our开发者_StackOverflow[详细]
2022-12-19 14:07 分类:问答Wix - ComPlusAssembly - Could not install type library
I\'m new to Wix and I have ran into a problem that I\'m obviously not able to solve on my own, so any help will be very much appreciated.[详细]
2022-12-18 23:58 分类:问答COM+ sniffing/spying, is it possible?
I\'m writing a replacement for a Visual Studio Add-In which we\'ve got from a third party.Their Add-In has one function which I\'m having trouble re开发者_Python百科placing however.It interfaces with[详细]
2022-12-17 16:15 分类:问答What account do COM+ components run under when regasm is used?
What account do COM+ components run under when registered via the regasm tool?I didn\'t notice any command paramet开发者_高级运维ers for regasm to identify the account. Given regasm requires admin pri[详细]
2022-12-17 07:36 分类:问答
加载中,请稍侯......