managed extensions for orbic.

  • Thread starter Thread starter Jay
  • Start date Start date
J

Jay

Hi all,
I'm looking for creating managed extensions, to interface between .Net
and orbix 3.x or 6.1. can anyone please help me in finding out the
information for creating managed extensions to translate .Net
objects(strings mainly) to com objects(bstr / combstr).

Thanking you all in advance.
Jay
 
Jay,

The COM interop layer handles the translation between BSTR and the
String type rather easily. Are you trying to access COM objects that are
supplied to you, or are you doing something else?
 
Nicholas ,
our application architecture is like this.
its an asp.net application this application, at certain point of time calls
certain method on unix through Orbix. the orbix server is 3.1 and the client
is 3.3. As asp.net could not Crete socket(in prod machines we cannot 've
this access) , we went with creating a VC++ com + component for this. it
works but as the load increases it gets mischievous. gets hanged and the
unix process is left orphaned. we really couldn't find the problem. so what
we are planning now is to use .net remoting instead of com+ , but for this
we need managed vc++ for translating from .Net to C++ world.

Nicholas Paldino said:
Jay,

The COM interop layer handles the translation between BSTR and the
String type rather easily. Are you trying to access COM objects that are
supplied to you, or are you doing something else?


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Jay said:
Hi all,
I'm looking for creating managed extensions, to interface between ..Net
and orbix 3.x or 6.1. can anyone please help me in finding out the
information for creating managed extensions to translate .Net
objects(strings mainly) to com objects(bstr / combstr).

Thanking you all in advance.
Jay
 
Back
Top