无法使用名称/密钥定位器查找资源

时间:2014-08-08 18:05:30

标签: c# xaml

这在我之前的项目中运作良好,但突然出现了错误。

静态资源定位器出现

错误(无法解析资源定位器)

     <phone:PhoneApplicationPage.DataContext>
    <Binding Path="Main" Source="{StaticResource Locator}"/>
       </phone:PhoneApplicationPage.DataContext>

我在page.xaml.cs中提供了datacontext源代码

  private MainViewModel _viewModel { get { return (MainViewModel)DataContext; } }

当我导航到那个页面.xaml时,在loadcomponent

上因为'xamlparseexception未处理'而抛出错误

0 个答案:

没有答案