![]() |
|
|
|
#1 |
|
Need to create COM components in .net 1.1.
How do I do this? Thank You. |
|
|
|
|
#2 |
|
Posts: n/a
|
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. Cerebrus |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| .NET 2.0 Web Apps / .NET 3.5 ASP.NET Apps - Differences/Similariti | london1919 | MCTS | 1 | 12-08-2008 03:16 PM |
| Exam strategy and references for MCTS .net (536+528)/how to prepare | gravz84 | MCTS | 0 | 06-20-2008 11:32 AM |
| RE: .NET 3.0 Certification / Exams | Joel | MCTS | 1 | 03-28-2007 03:05 AM |
| RE: .NET 3.0 Certification / Exams | Joel | MCITP | 1 | 03-28-2007 03:05 AM |
| RE: .NET 3.0 Certification / Exams | swapnil2006 | MCTS | 0 | 12-22-2006 10:23 AM |