>Does anybody know why the enum doesn't appear when the assembly has
>ComVisible(false) and is there a way to resolve the problem?
Did you try putting ComVisible(True) on the enum types?
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Nathan - 03 Jul 2006 09:27 GMT
Friday I couldn't apply an attribute to the enum, just didn't like it.
However, this morning I tried again with a fully qualified declaration
(System.Runtime etc) and it blinkin worked.
Thanks for the feedback.