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

Reply via email to