我实际上正在使用Xamarin处理应用程序,我想使用DataTable与我的Web服务进行通信。
但我无法使用JSON.NET库对收到的JSON进行反序列化。经过多次研究,我发现我无法使用DataTable.NewRow()方法。我有一个错误:
Reference to type 'MarshalByValueComponent' claims it is defined in 'System', but it could not be found
我想知道如何解决此错误。
我尝试了一种新的Xamarin解决方案,但它仍无法正常工作。
我在Visual Studio 15上。
提前致谢。