本文介绍了在自定义控件中使用Lightswitch BusyIndi​​cator的“未指定错误"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在我的自定义控件中使用LightSwitch BusyIndi​​cator,但收到未指定的错误"?我想在LightSwitch应用程序中保持相同的外观.

下面是我的导入和xaml-

xmlns:Internal =" clr命名空间:Microsoft.LightSwitch.Presentation.Utilities.Internal; assembly = Microsoft.LightSwitch.Client"

< Internal:BusyIndi​​cator> //在这里获取未指定的错误

</Internal:BusyIndi​​cator>

有人使用过这种方法吗?

谢谢

-SD

解决方案


I am trying to use the LightSwitch BusyIndicator in my Custom Control but get an "Unspecified Error"? I want to maintain the same look and feel in my LightSwitch app.

below is my import and xaml - 

xmlns:Internal="clr-namespace:Microsoft.LightSwitch.Presentation.Utilities.Internal;assembly=Microsoft.LightSwitch.Client"

<Internal:BusyIndicator> // Get Unspecified Error here

</Internal:BusyIndicator>

Has anyone used this approach?

Thanks,

-SD

解决方案


这篇关于在自定义控件中使用Lightswitch BusyIndi​​cator的“未指定错误"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 21:34