Go Back   Velocity Reviews > Newsgroups > MCSD
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

MCSD - COM with .net

 
Thread Tools Search this Thread
Old 11-06-2006, 10:50 AM   #1
Default COM with .net


Need to create COM components in .net 1.1.

How do I do this?

Thank You.




  Reply With Quote
Old 11-06-2006, 01:25 PM   #2
Cerebrus
 
Posts: n/a
Default Re: COM with .net


Saha wrote:

> Need to create COM components in .net 1.1.
>
> How do I do this?
>
> Thank You.


..NET does not create COM components by default. You need to export your
..NET assembly as a Type library.

The following articles should get you up to speed on this :

1.
<http://msdn.microsoft.com/library/en-us/cpguide/html/cpconpackagingassemblyforcom.asp>

2. <http://msdn2.microsoft.com/en-us/library/ms973802.aspx>

3. Also see the "tlbexp.exe" tool reference in .NET documentation.

HTH,

Cerebrus.

  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump