子モデルウィンドウでビューモデルロケータを使用します。 問題は、これは動作しませんされています MVVMライトビューモデルロケータをSilverlight 4の子ウィンドウで使用する
<controls:ChildWindow x:Class="Views.PopupViews.AddAlert"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="clr namespace:System.Windows.Controls;assembly=System.Windows.Controls"
DataContext="{Binding AddAlert, Source={StaticResource Locator}}>
が、私はエラーを取得:
名前/キーロケータ
最後に ""がありません。私はそれを試して、それを試してみてください:DataContext = "{バインドAddAlert、ソース= {StaticResourceロケータ}}" – Rumplin