Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/340.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 类型或命名空间名称';Xaml';命名空间中不存在';Windows.UI';_C#_Windows Phone 8_Namespaces_Windows Phone 8.1_Progress Bar - Fatal编程技术网

C# 类型或命名空间名称';Xaml';命名空间中不存在';Windows.UI';

C# 类型或命名空间名称';Xaml';命名空间中不存在';Windows.UI';,c#,windows-phone-8,namespaces,windows-phone-8.1,progress-bar,C#,Windows Phone 8,Namespaces,Windows Phone 8.1,Progress Bar,我为windows phone 8创建了我的项目,然后我将我的项目转换为windows phone 8.1。现在我需要在我的项目中使用Progressbar环,但它显示错误 命名空间中不存在类型或命名空间名称“Xaml” “Windows.UI” 如何从我的应用程序中解决此问题 感谢可能是因为您的项目已更新为Windows Phone 8.1 Silverlight,ProgressRing仅支持WinRT。如何将我的Silverlight项目更改为Windows Phone 8.1项目无法直接

我为windows phone 8创建了我的项目,然后我将我的项目转换为windows phone 8.1。现在我需要在我的项目中使用Progressbar环,但它显示错误

命名空间中不存在类型或命名空间名称“Xaml” “Windows.UI”

如何从我的应用程序中解决此问题


感谢

可能是因为您的项目已更新为Windows Phone 8.1 Silverlight,ProgressRing仅支持WinRT。

如何将我的Silverlight项目更改为Windows Phone 8.1项目无法直接转换为WinRT。为此,您需要对项目进行返工。如果您只想使用ProgressRing,那么请使用nuget包来转换代码,否则请检查此链接