Results 1 to 3 of 3

Thread: .NET ActiveX DLL

  1. #1

    Thread Starter
    ^:^...ANGEL...^:^ wrack's Avatar
    Join Date
    Mar 2002
    Location
    Melbourne, AUSTRALIA
    Posts
    2,695

    .NET ActiveX DLL

    OK this is been confusing for me for a long time and have become an issue of weekly dissucsion and argument at work

    I used to create ActiveX DLL in VB6 and then put them in MTS or COM+ and use them.

    Same with Delphi 6, 7. I create a COM DLL (same as ActiveX DLL in VB6) and put in in MTS or COM+ and run it.

    Now the question is can I create a COM or ActiveX DLL in VB.NET or C# and then run it under MTS or COM+ ..?

    As far I knew Microsoft haven't provided a COM+ environment for .NET yet and if so how can u run a .NET COM DLL under non .NET COM+ environment..? And if u can then your application is no more purely .NET app anymore so whole point of CLR is gone, isn't it..?

    I think I will keep questions limited and ask more as I get answer or it could become a thread where each sentense looks same and consists of 3 words only.

    Cheers

    Hope to see some responses here and question to clerfy something

  2. #2
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Three Anchor Bay, Cape Town, South Africa
    Posts
    769
    You can create a .NET dll for COM+ by inheriting from ServicedComponent (I think thats the one). I have not done it myself yet, but I've read about it.

  3. #3

    Thread Starter
    ^:^...ANGEL...^:^ wrack's Avatar
    Join Date
    Mar 2002
    Location
    Melbourne, AUSTRALIA
    Posts
    2,695
    Thanks. I found this by someone's help too.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width