Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property not generates code in designer file
Message
From
10/11/2010 05:36:11
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Property not generates code in designer file
Miscellaneous
Thread ID:
01488701
Message ID:
01488701
Views:
82
Hi,
I found strange behavior when some of my properties not generates the designer code.
When I build the dll then properties reverted, because it does not saves in designer fiile.
And I can't understand why it could happens

The property declared standard
    Private _pmks_allow_fulltext_search As Boolean = False

    <Description("Make fulltextsearch textbox visible")> _
    <Category("MKS Toolbar GridControl")> _
    <DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Visible)> _
    Public Property pmks_allow_fulltext_search() As Boolean
        Get
            Return _pmks_allow_fulltext_search
        End Get
        Set(ByVal value As Boolean)
            _pmks_allow_fulltext_search = value
        End Set
    End Property
I already add attribute DesignerSerializationVisibility, it does not help.. and without this attribute it also does not generates the code in designer file.
Any ideas?

Thanks
Denis
Next
Reply
Map
View

Click here to load this message in the networking platform