当我修改资源文件(.resx)添加文本或修改,我的资源的构造函数总是去内部,之后,当我运行我的silverlight我有一个错误在我的绑定XAML.
有没有办法避免这种情况?我需要在资源的设计师身上,把建设者放在公众面前解决问题
我在我的xaml文件中使用我的资源
<UserControl.Resources> <resources:LibraryItemDetailsView x:Key="LibraryItemDetailsViewResources"></resources:LibraryItemDetailsView> </UserControl.Resources> <TextBlock FontSize="12" FontWeight="Bold" Text="{Binding Path=FileSelectedText3,Source={StaticResource LibraryItemDetailsViewResources}}"></TextBlock>