Click here to Skip to main content
16,006,605 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I would like to ask, how to create COM using C#. What are the steps involve. I am using C# Express Edition 2008.

Thanks for reading.
Posted

1 solution

If I assume that you want to create a COM component then here[^] is a quick tutorial for you. Full information about the topic is in MSDN[^].

If you want to create a COM Server (not COM component) then refer to this[^] excellent CodeProject article.

:)

[UPDATE]
I assume that you are talking about the step 2 from the first link. You can quickly open a console window following the next three steps:
1. Click Start.
2. Click Run.
3. Type cmd or command and press enter.

After that in console window type: cd [the path to your projects folder] (for example: cd "C:\Project\MyProject"). After this command the step 2 is completed.
[/UPDATE]
 
Share this answer
 
v2
Comments
shoubi 19-Aug-10 4:22am    
hi thank you!

However I do not know step 2 Open a console window and navigate to the project’s folder. Can you give more details.

thank you
Nuri Ismail 19-Aug-10 4:53am    
I've updated my answer. :)
shoubi 19-Aug-10 5:03am    
thank you very much :)
Nuri Ismail 19-Aug-10 5:25am    
You're welcome! :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900