MSDN has this article about [ComVisible] attribute. I don't quite get what happens when one sets [ComVisible(true)]. MSDN says …
c# com comvisibleI have a COM-visible DLL written in C# that I would like to use in a VB6 application. I have …
dll com vb6 regasm comvisibleWhen you create a new C# project in Visual Studio, the generated AssemblyInfo.cs file includes an attribute specifying an …
c# .net com guid comvisibleI've made a simple C# DLL (that's part of a much larger project) using VS2005. I need to use the …
c# visual-studio com-interop typelib comvisible