Xamarin.Forms WSDL导入:System.ServiceModel引用

时间:2016-05-23 14:06:58

标签: c# wsdl xamarin.forms

我有一个私有的WSDL网址,我想在我的PCL Xamarin.Forms中导入这个网址。

我打开了我的CMD并使用SLSVCUTIL创建了我的文件。

但是现在,当我在我的项目中导入我的文件时,Visual Studio会说:(使用w3c的例子)

enter image description here

如果我从此文件夹添加System.ServiceModel引用:

  

c:\ Program Files(x86)\ Reference Assemblies \ Microsoft \ Framework.NETPortable \ v4.5 \ Profile \ Profile78 \ System.ServiceModel.dll

它不再起作用了。

谢谢

1 个答案:

答案 0 :(得分:0)

您的项目是Profile78吗?检查你的警告,看看是否有任何不妥。