I have a problem using BrowsableAttribute on my project (for something else than pdf), because it found an overrided BrowsableAttribute in pdfsharp and automatically associate with it !
Can you use the existing BrowsableAttribute or use it on another namespace that System ?
Try [System.Browsable] in your code, this is the same as the issue I just opened in #102. The reason is some incomplete #if in silverlight compatibility code.
Hi,
I have a problem using BrowsableAttribute on my project (for something else than pdf), because it found an overrided BrowsableAttribute in pdfsharp and automatically associate with it ! Can you use the existing BrowsableAttribute or use it on another namespace that System ?