在ViewModel WPF中设置视图/用户控件

时间:2018-06-27 06:11:40

标签: c# wpf mvvm prism mef

我想访问列表视图以获取其他视图模型中的选定项。 创建一个接口并在当前视图模型中实现,但是当我尝试访问该字段时,发生错误。请指教。谢谢。


Jon Doe

1)

  

对象引用未设置为对象的实例。

结果:

  

尝试设置属性'KITS_App.Modules.Views.ParentOrderSLView.ViewModel'的值时发生异常。

结果:

  

无法激活部件“ KITS_App.Modules.Views.ParentOrderSLView”。   元素:KITS_App.Modules.Views.ParentOrderSLView-> KITS_App.Modules.Views.ParentOrderSLView-> AssemblyCatalog(Assembly =“ KITS_App.Modules.Views,Version = 1.0.0.0,Culture = neutral,PublicKeyToken = null”)

结果:

  

无法从“ KITS_App.Modules.Views.ParentOrderSLView”部分获取导出“ KITS_App.Modules.Views.ParentOrderSLView(ContractName =“ System.Object”)”。   元素:KITS_App.Modules.Views.ParentOrderSLView(ContractName =“ System.Object”)-> KITS_App.Modules.Views.ParentOrderSLView-> AssemblyCatalog(Assembly =“ KITS_App.Modules.Views,Version = 1.0.0.0,Culture =中性,PublicKeyToken = null“)     在System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart(ImportEngine引擎,ComposablePart部件,ExportDefinition定义)中

0 个答案:

没有答案