Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
565
WebListBar errors..
posted

Is anyone getting this error when using the v8.2 CLR 3x version of WebListBar:

Error 7 Content ('<                          BorderDetails ColorBottom="102" StyleBottom="Solid" WidthBottom="1px" /                          >') does not match any properties within a 'Infragistics.WebUI.Shared.Style', make sure it is well-formed. C:\Development\Campaigns\Pages\Campaigns\ExecuteStopLapse.aspx 44 

The error seems to be with this code the tool generates:

 

 

 

 

 

 

 

<ExpandedAppearance>

<Style Font-Bold="True" Font-Names="Microsoft Sans Serif" Font-Size="9pt">

<

 

 

BorderDetails ColorBottom="102" StyleBottom="Solid" WidthBottom="1px"  /

 

 

></Style>

</ExpandedAppearance>

I've pasted the markup as it ACTUALLY appears in the VS2009 IDE.

I have also noticed that sometime the "ColorBottom" parameter appears as:

ColorBottom="102,   102, 102" which really screws things up...

Thanks!

 

 

  • 28464
    posted

    Hello,

    I have a few questions that may help us narrow this down:

    - Is this appearing after applying AutoFormat in the Visual Studio IDE?

    - Is this happening after upgrading from one version to another?

    - Is this produced by the WebListBar designer?

    Thanks a lot.