.NET and COM

  • Thread starter J. Marcelo Barbieri
  • Start date
J

J. Marcelo Barbieri

a.. When creating COM component with .NET, what would be the limitations?
Can I use try catch, constructors, destructors, etc? When running the
components on COM+, I would need .NET Framework installed on the Application
Server? Right?
b.. Why there's no COM template in C# as I have in VB.NET? What do I have
to do to obtain the same result when using the template?
thanks a lot.
 
C

Champika Nirosh

COM is unmanage and they are not understand by .NET without a callable
wapper.. I wonder how some one going to build a COM object using .NET/C#

But .NET has Web Services

Nirosh.
 
D

Dave Loynd

You can simply build your component as you would like in whatever .NET
language. You can then expose it as a COM object (more or less) using
regasm.exe.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top