Ask a Question related to ASP.NET Building Controls, Design and Development.
-
601 #1
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
-
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'... -
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... -
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... -
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... -
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... -
anish anto #2
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
-
The Ghost In The Machine #3
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 >:A quick Google search on "C# COM+" coughed up>
> Is it possible to use c# and .NET to create a COM+ object that can be
> accessed in classic ASP/VBScript using Create.Object ?
>
[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
-
The Ghost In The Machine #4
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 >:A quick Google search on "C# COM+" coughed up>
> Is it possible to use c# and .NET to create a COM+ object that can be
> accessed in classic ASP/VBScript using Create.Object ?
>
[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



Reply With Quote

