did any one tell me how to create a COM wrapper around the C# class ?
Any body have a tutorial and suggestion!!
Thanks in advance !!
DaTtA
did any one tell me how to create a COM wrapper around the C# class ?
Any body have a tutorial and suggestion!!
Thanks in advance !!
DaTtA
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Swapnil PalandePosted Jul 18, 2009, 3:05 AM
Do the following steps to create COM wrapper around the C# Class
1) Go to Properties-->Application-->Assembly Information-->
Check the option "Make assembly COM visible"
2)Go to Build-->Check the option "Register for COM Interop"
and rebuild the solution.
Hope this will help you.
Regards,
Swapnil.