xamarin-参照微软官方文档示例(MVVM)视图和视图模型设置了自动绑定,不能实例化页面异常
xmlns:viewModelBase="clr-namespace:JKSY.ViewModels.Base;assembly=JKSY"
viewModelBase:ViewModelLocator.AutoWireViewModel="true">
使用这个自动绑定,然后页面进行实例化的时候,就会报错:
System.Reflection.TargetInvocationException
Message=Exception has been thrown by the target of an invocation.
【解决过程】
1.跟源项目对比,刚开始没有找到有什么不同之处;经过仔细调试,发现是因为,我的一个依赖项没有进行“注册”导致的。
微软示例: eShopOnContainers
https://github.com/dotnet-architecture/eshop-mobile-client