COM+ Articles

Accessing COM+ component using C#

SUMMARY This article explains step by step of acessing COM+ application using C#. The code is compiled using beta2. Microsoft (R) Visual C# Compiler Version 7.00.9254 [CLR version v1.0.2914]. It can be used with Beta1 with some minor modification. If we want need to access the existing COM+ application with any .net supported language, we [...]

Read more

COM+.NET

Hey!!! Are you surprised with the title ofthis article?? Lets remove the curtain of techno wonders from youreyes. Actually it is Using COM+ under .NET. COM+ services have wealth of enterprisefunctionality that would be very difficult and time consuming toduplicate. Although COM+ services were originally designed for use withCOM+ components, it would nice if .NET [...]

Read more

COM AND COMPONENT CREATION IN C#

  COMPONENT: Component is nothing but the reusable pieceof software in binary form that can be plugged into other componentsfrom other vendors. Reusable software programs that share a commoninterface allowing easy integration into applications that is it is aBinary standard that allows any two components to communicate thatcomponent may be written in any language. NEED [...]

Read more

Working with the COM + admin using C#

  Pre Requisites to work with the sample Windows 2000 Sp1.NET SDK This sample covers the following concepts:<o:p> </o:p>- Late binding to COM objects via Reflection- Using the XmlDocument, DocumentNavigator, etc within the  System.Xml namespace to load XML files and fire XPath querries.- Using the COM+ admin objects to talk to the COM+ catalog and query [...]

Read more

Mapping a C# Com Interop class to fixed COM GUIDS

When you create a C# class, you can make it available as a COM objectto code outside of the VS.NET framework. This is done through use ofthe utility REGASM. REGASM creates a COM Type Library that describesthe COM aspects of the class for use by both early binding in C++(through #import directives) and late binding [...]

Read more
  • Page 2 of 2
  • <
  • 1
  • 2