本文介绍了Sketchflow ObjectDataSource类来自分离的程序集=运行时崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

 我正在创建一个示例,其中我有两个额外的项目,实体一个和一个viewmodels一个,我正在创建的视图模型示例实例化一个简单的人员列表(名称,加上姓氏)。

  I'm creating a sample where I have two additional projects, and entities one and a viewmodels one, the view model sample I'm creating instantiate a simple list of persons (name, plus lastname).

 如果我基于该类创建一个objectdatasource(来自单独的程序集MyViewmodel),一切都在设计模式下运行良好,但如果我尝试运行,我会遇到严重的崩溃。

  If I create an objectdatasource based on that class (from the separate assembly MyViewmodel), everything works pretty well on design mode, but if I try to run I get a hard crash.

   如果我只是将该课程移至Screens项目,一切正常。

   If I just move that class to the Screens project, everything works fine.

  这是一个已知的Sketchflow错误吗?

   Is that a known Sketchflow bug?

推荐答案


这篇关于Sketchflow ObjectDataSource类来自分离的程序集=运行时崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-30 04:09