This question is locked. New answers and comments are not allowed.
We have a problem with our software on one of our customers computers. When we use the following code:
We get the following error message in the error handler:
[Parser_CreateFromValue_CannotConvertInitializationText]
Argumenter: 0.9*;Telerik.Windows.Controls.GridViewLength
Anyone knows why this is happening, and only on certain computers (discovered on PC so far)?
<telerik:RadGridView.Columns><telerik:GridViewDataColumn Width="0.9*" HeaderCellStyle="{StaticResource GridViewHeaderCellStyle}" DataMemberBinding="{Binding Name}" Header="{Binding Path=AppString.Name, Source={StaticResource ResourceWrapper}}" /></telerik:RadGridView.Columns>[Parser_CreateFromValue_CannotConvertInitializationText]
Argumenter: 0.9*;Telerik.Windows.Controls.GridViewLength
Anyone knows why this is happening, and only on certain computers (discovered on PC so far)?