
Zacharias Karasavvas
Top achievements
Rank 1
Zacharias Karasavvas
asked on 28 Jul 2010, 02:41 PM
Hi ,
I 'm using VS2010 and Silverlight 4. I wanted to use the new RadBusyindicator so I have downloaded and installed the trial version file RadControls_for_Silverlight_4_2010_2_0714_TRIAL.msi. I 've opened the VS after the installation and I saw the RadBusyindicator in my toolbox. I dragged the control inside my xaml and then removed it .I then tried to compile again my application.
When my application now starts I'm getting a unhandled parser error
Unknown parser error: Scanner 2147500037. [Line: 9 Position: 257]
And the line I'm getting this is the below.
I 've just dropped the control in my xaml and then I have deleted it.
Any ideas ?
I 'm using VS2010 and Silverlight 4. I wanted to use the new RadBusyindicator so I have downloaded and installed the trial version file RadControls_for_Silverlight_4_2010_2_0714_TRIAL.msi. I 've opened the VS after the installation and I saw the RadBusyindicator in my toolbox. I dragged the control inside my xaml and then removed it .I then tried to compile again my application.
When my application now starts I'm getting a unhandled parser error
Unknown parser error: Scanner 2147500037. [Line: 9 Position: 257]
And the line I'm getting this is the below.
InitializeComponent();
I 've just dropped the control in my xaml and then I have deleted it.
Any ideas ?
5 Answers, 1 is accepted
0

Marius
Top achievements
Rank 1
answered on 29 Jul 2010, 01:43 AM
I have the same problem. I am trying to use the treelistview control.
Unknown parser error: Scanner 2147500037
Same Line: InitializeComponent();
This is the xaml:
Unknown parser error: Scanner 2147500037
Same Line: InitializeComponent();
This is the xaml:
<
navigation:Page
x:Class
=
"cc.Views.Prices"
xmlns:telerik
=
"clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView,Version=2010.2.714.1040,Culture=neutral,PublicKeyToken=5803cfa389c90ce7"
mc:Ignorable
=
"d"
xmlns:navigation
=
"clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation"
d:DesignWidth
=
"640"
d:DesignHeight
=
"480"
Title
=
"Prices Page"
>
<
Grid
x:Name
=
"LayoutRoot"
>
<
telerik:RadTreeListView
Name
=
"radTreeListView1"
>
<
telerik:RadTreeListView.ChildTableDefinitions
>
<
telerik:TreeListViewTableDefinition
ItemsSource
=
"{Binding Children}"
/>
</
telerik:RadTreeListView.ChildTableDefinitions
>
<
telerik:RadTreeListView.Columns
>
<
telerik:GridViewColumn
Header
=
"Name"
Width
=
"350"
>
<
telerik:GridViewColumn.CellTemplate
>
<
DataTemplate
>
<
TextBlock
Text
=
"{Binding Name}"
/>
</
DataTemplate
>
</
telerik:GridViewColumn.CellTemplate
>
</
telerik:GridViewColumn
>
<
telerik:GridViewColumn
Header
=
"Part Number"
>
<
telerik:GridViewColumn.CellTemplate
>
<
DataTemplate
>
<
TextBlock
Text
=
"{Binding PartNumber}"
/>
</
DataTemplate
>
</
telerik:GridViewColumn.CellTemplate
>
</
telerik:GridViewColumn
>
<
telerik:GridViewColumn
Header
=
"Fixed Discount"
>
<
telerik:GridViewColumn.CellTemplate
>
<
DataTemplate
>
<
TextBox
Text
=
"{Binding FixedDiscount}"
/>
</
DataTemplate
>
</
telerik:GridViewColumn.CellTemplate
>
</
telerik:GridViewColumn
>
<
telerik:GridViewColumn
Header
=
"Original Price"
>
<
telerik:GridViewColumn.CellTemplate
>
<
DataTemplate
>
<
TextBox
Text
=
"{Binding OriginalPrice}"
/>
</
DataTemplate
>
</
telerik:GridViewColumn.CellTemplate
>
</
telerik:GridViewColumn
>
</
telerik:RadTreeListView.Columns
>
</
telerik:RadTreeListView
>
</
Grid
>
</
navigation:Page
>
0
Accepted

Marius
Top achievements
Rank 1
answered on 29 Jul 2010, 01:54 AM
I've fixed it.
Just remove all after: namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView
The Bad one:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls; assembly=Telerik.Windows.Controls.GridView, Version=2010.2.714.1040,Culture=neutral,PublicKeyToken=5803cfa389c90ce7"
The Good One:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
0

Zacharias Karasavvas
Top achievements
Rank 1
answered on 29 Jul 2010, 06:35 AM
Hi ,
and thank you very much for your answer. I missed that it was keeping a reference there. After the delete I have deleted it and everything is back in order.
thanks again.
and thank you very much for your answer. I missed that it was keeping a reference there. After the delete I have deleted it and everything is back in order.
thanks again.
0

Ulrich Fiege
Top achievements
Rank 1
answered on 03 Aug 2010, 06:31 AM
I have the declarations like below but error still happens. I also can't read the version history in
internal update. I went back to previous version and hope that will be fixed soon.
Greetings ...
internal update. I went back to previous version and hope that will be fixed soon.
Greetings ...
0

Bhushan G
Top achievements
Rank 1
answered on 04 Aug 2010, 03:48 PM
Hi Ulrich Fiege,
I have the same issue as you are facing. If you could have resolved the issue, please update me.
Thanks in Advance,
Bhushan
I have the same issue as you are facing. If you could have resolved the issue, please update me.
Thanks in Advance,
Bhushan