Creating a COM+ object with c#

Ask a Question related to ASP.NET Building Controls, Design and Development.

  1. #1

    Default Creating a COM+ object with c#


    Is it possible to use c# and .NET to create a COM+ object that can be
    accessed in classic ASP/VBScript using Create.Object ?


    --
    W '04 <:> Open
    601 Guest

  2. Similar Questions and Discussions

    1. Creating XML object with namespaces
      I'm trying to create the following XML <xs:schema id='MySchema' xmlns:xs='http://www.w3.org/2001/XMLSchema'...
    2. Problems creating FDF object
      Using Java, I have a fillable PDF that when the user submits, the FDF output stream is caught, coverted to string and then written to a file. The...
    3. Use DBI quote without creating an object
      Howdy! I'm creating some sql entries into a text file. I'd like to use DBI's quote function without having to connect to a database and...
    4. Creating COM object from asp
      I have a problem. I've implemented Out-proc COM object - 'obj' in server - 'serv.exe'. If I create this object from VB script, or C++ client, It...
    5. creating xmlhttp object
      Hi, i'm trying to run an .asp page to get an xml file off a server. I need to know what object to create. My page just runs till timeout...it...
  3. #2

    Default RE: Creating a COM+ object with c#

    Yes
    Develop the COM+ object as a Serviced component in .Net

    More details check this link
    [url]http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q306296[/url]
    anish anto Guest

  4. #3

    Default Re: Creating a COM+ object with c#

    In comp.os.linux.advocacy, 601
    <jabailo@earthlink.net>
    wrote
    on Tue, 20 Apr 2004 02:34:32 GMT
    <Y_%gc.3154$e4.71@newsread2.news.pas.earthlink.net >:
    >
    > Is it possible to use c# and .NET to create a COM+ object that can be
    > accessed in classic ASP/VBScript using Create.Object ?
    >
    A quick Google search on "C# COM+" coughed up

    [url]http://my.execpc.com/~gopalan/dotnet/complus/complus.net_accountmanager.html[/url]

    which appears to be a walkthrough on how to create a hypothetical BookKeeper
    module that can handle COM+ requests. Presumably, once this is done
    one can use standard COM+ methods from ASP/VBScript. However,
    I'm not entirely sure regarding creating such an object.

    I've set followups to COLA, for various reasons. The original followups
    went somewhere else, but I'm going to inject a little comparison here,
    which may be of interest... :-)

    Near as I can understand the problem, an equivalent question might be:

    Is it possible to use Java and Mono to create a CORBA object
    that can be accesed by classic Basic, PHP, or Python?

    The answer is: I'd have to look up the details. Java definitely knows
    about CORBA, though -- org.omg.CORBA is part of the 1.4 API.
    How to use it, I haven't a clue; I'll have to Google for a
    "Hello World!" example.

    For its part Mono has a VisualBasic compiler, and points to
    remoting-corba.sourceforge.net for the CORBA portion.

    --
    #191, [email]ewill3@earthlink.net[/email]
    It's still legal to go .sigless.
    The Ghost In The Machine Guest

  5. #4

    Default Re: Creating a COM+ object with c#

    In comp.os.linux.advocacy, 601
    <jabailo@earthlink.net>
    wrote
    on Tue, 20 Apr 2004 02:34:32 GMT
    <Y_%gc.3154$e4.71@newsread2.news.pas.earthlink.net >:
    >
    > Is it possible to use c# and .NET to create a COM+ object that can be
    > accessed in classic ASP/VBScript using Create.Object ?
    >
    A quick Google search on "C# COM+" coughed up

    [url]http://my.execpc.com/~gopalan/dotnet/complus/complus.net_accountmanager.html[/url]

    which appears to be a walkthrough on how to create a hypothetical BookKeeper
    module that can handle COM+ requests. Presumably, once this is done
    one can use standard COM+ methods from ASP/VBScript. However,
    I'm not entirely sure regarding creating such an object.

    I've set followups to COLA, for various reasons. The original followups
    went somewhere else, but I'm going to inject a little comparison here,
    which may be of interest... :-)

    Near as I can understand the problem, an equivalent question might be:

    Is it possible to use Java and Mono to create a CORBA object
    that can be accesed by classic Basic, PHP, or Python?

    The answer is: I'd have to look up the details. Java definitely knows
    about CORBA, though -- org.omg.CORBA is part of the 1.4 API.
    How to use it, I haven't a clue; I'll have to Google for a
    "Hello World!" example.

    For its part Mono has a VisualBasic compiler, and points to
    remoting-corba.sourceforge.net for the CORBA portion.

    --
    #191, [email]ewill3@earthlink.net[/email]
    It's still legal to go .sigless.
    The Ghost In The Machine Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139