Hi All, I
know that having <attribute type="ComVisible"
value="true" /> wouldn't work because ComVisible isn't
a valid type , however, what if I want to have [assembly:
ComVisible(true)]
outputted instead of [assembly: ComVisibleAttribute(true)]? For me, I
actually want to set the value to true and [assembly:
ComVisibleAttribute(true)] just doesn't seem to work for me. In
other words, when I try to register the assembly, I get a message that says "(Classes
must be public, concrete, have a public default constructor, and meet all other
ComVisibility requirements)". On a side note, I'm compiling
using .Net 2.0 Thanks, Jason |
[Nant-users] asminfo and ComVisibleAttribute
Wang, Jason @ Newport MacArthur Tue, 26 Jul 2005 18:16:03 -0700
- [Nant-users] asminfo and ComVisibleAttribu... Wang, Jason @ Newport MacArthur
- RE: [Nant-users] asminfo and ComVisib... Gert Driesen