How to call CORBA component in .NET

  • Thread starter Thread starter Bhavesh Amin
  • Start date Start date
B

Bhavesh Amin

Hi All,

I have a question on calling CORBA component in .NET.
Can we first of all use CORBA comp. in .NET?
I do know that we can call COM Componet but do anybody know the latest
update in .NET about calling CORBA??

Help would be appreciated.

Thanks,
Bhavesh Amin
 
Bhavesh Amin said:
Hi All,

I have a question on calling CORBA component in .NET.
Can we first of all use CORBA comp. in .NET?
I do know that we can call COM Componet but do anybody know the latest
update in .NET about calling CORBA??

Help would be appreciated.

Its been years since I've done anything with CORBA, but when I did, there
were mechanisms for unmanaged VB to call CORBA objects. If VB can call them,
then so can .NET using interop.

Richard
 
Bhavesh Amin said:
Hi All,

I have a question on calling CORBA component in .NET.
Can we first of all use CORBA comp. in .NET?
I do know that we can call COM Componet but do anybody know the latest
update in .NET about calling CORBA??

I can't give you anything precise information but i've seen several times
third party tools that provided CORBA interoperability for .NET
applications. You should definitely have a look on google, i'm sure you'll
find something about it. Nothing is built-in the .NET Framework however,
you'll have to buy a third party tool.
 
Back
Top