问题描述
我正在尝试在我的自定义控件中使用LightSwitch BusyIndicator,但收到未指定的错误"?我想在LightSwitch应用程序中保持相同的外观.
下面是我的导入和xaml-
xmlns:Internal =" clr命名空间:Microsoft.LightSwitch.Presentation.Utilities.Internal; assembly = Microsoft.LightSwitch.Client"
< Internal:BusyIndicator> //在这里获取未指定的错误
</Internal:BusyIndicator>
有人使用过这种方法吗?
谢谢
-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 BusyIndicator的“未指定错误"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!