Click here to Skip to main content
15,905,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing a migration project from COM environment to .Net environment.
To do this, I need to communicate between C# COM library to C# library by adding a reference to COM Project. But, when I add reference of projects to COM library - on build of the solution the COM library is not able to build and looking for other projects to register with Regasm /tlb.

Could you please help me in this doing other way around. I cant change the base libraries to expose them as COM visible to true.

Regards,
Subbu
Posted
Comments
member 8888995 8-Oct-13 5:13am    
Use Runtime-Callable Wrappers.
You can refer this
'http://msdn.microsoft.com/en-us/library/ms973800.aspx'

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