架构: Win8 app +本地Web API Self-Host共享一个公共的“合同”项目。
Web API返回非常通用的合同类型(IEnumerable等)。在Win8应用程序中,我希望将这些契约转换为具体的MVVM兼容模型对象,例如,使用ObservableCollection而不是IEnumerables。
我正在尝试运行Visual Studio Windows Phone模拟器,但收到以下错误:Error Error : DEP6100 : The following unexpected error occurred during bootstrapping stage 'Connecting to the device '8BDF218D-FDBB-4A97-90F9-3AA33B559A92'.':
NullReferenceExcep