B
Brad
I've used the Description attribute throughout assembly classes; class;
methods; enums, etc. My problem is that the descriptions use to show up in
the object browser and now they don't. To confirm I tried a simple test
assem with same problem. So why & help!
Imports System.ComponentModel
<Description("Test component")> _
Public Class Class1
<Description("Test method1")> _
Public Sub Method1()
End Sub
End Class
Using .Net2003 & framework 1.1
Brad
methods; enums, etc. My problem is that the descriptions use to show up in
the object browser and now they don't. To confirm I tried a simple test
assem with same problem. So why & help!
Imports System.ComponentModel
<Description("Test component")> _
Public Class Class1
<Description("Test method1")> _
Public Sub Method1()
End Sub
End Class
Using .Net2003 & framework 1.1
Brad