标签: c# exception xamarin moq
我对此代码有异常:
var _mobileClient = new Mock<IMobileServiceClient>(); _model = new MyGroupsViewModel(_mobileClient.Object); // Exception
system.io.filenotfoundexception无法加载文件或程序集或其某个依赖项
我如何解决它?