This question is locked. New answers and comments are not allowed.
Hi,
I can't compile with KOREAN charachers, When I create new page using Telerik Scenario.
[see attached files]
'Error 1 Cannot resolve reference assemblies. Please check the reference assemblies. Invalid character in the given encoding.'
But, If I change encoding to 'Unicode (UTF-8 with signature) - Codepage 65001', then compilation is success!
also default vs10 silverlight page,control,.... ares fine.
Here are OS infos:
- Windows 7 x86 and Windows Server 2008 x86
- encoding : Korean CP949
I can't compile with KOREAN charachers, When I create new page using Telerik Scenario.
<navigation:Page x:Class="RadGridViewDeleteConfirmation.RadControlsScenario2" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" xmlns:navigation="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Navigation" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="300"> <Grid> <TextBox Text="??" /> </Grid></navigation:Page>'Error 1 Cannot resolve reference assemblies. Please check the reference assemblies. Invalid character in the given encoding.'
But, If I change encoding to 'Unicode (UTF-8 with signature) - Codepage 65001', then compilation is success!
also default vs10 silverlight page,control,.... ares fine.
Here are OS infos:
- Windows 7 x86 and Windows Server 2008 x86
- encoding : Korean CP949