这在我之前的项目中运作良好,但突然出现了错误。
静态资源定位器出现错误(无法解析资源定位器)
<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未处理'而抛出错误