InterOperation in ASP.NET

Last post 12-17-2007 4:47 PM by jimmy q. 1 replies.

Sort Posts:

  • InterOperation in ASP.NET

    12-17-2007, 8:41 AM

     How to use InterOperation in ASP.NET ?

    In which situation we can use it. 

  • Re: InterOperation in ASP.NET

    12-17-2007, 4:47 PM
    Answer
    • All-Star
      45,589 point All-Star
    • jimmy q
    • Member since 11-02-2006, 5:01 AM
    • Australia
    • Posts 3,153
    • Moderator
      TrustedFriends-MVPs

    chintanshah19:
     How to use InterOperation in ASP.NET ?
     

    I assume you are referring to COM interop.

    COM interop allows .NET to consume the COM components to reuse existing applications etc

    You can use COM interop by either adding a reference and selecting the COM tab or if you create you own COM component you can use the type library importer. 

Page 1 of 1 (2 items)