How can we use .NET dll in VC++?

.net, c#, c++, mfc, visual-c++

Solution

Make it ComVisible. See link text

Problem

Please suggest me the best way to use .NET dll in VC++ project.

Original source