繁体   English   中英

System.ServiceModel引用

[英]System.ServiceModel References

我正在尝试使用System.ServiceModel

using System.ServiceModel; 
using System.ServiceModel.Channels;
using System.ServiceModel.PeerResolvers;

在C#winform桌面应用程序中,但我在Visual Studio 2015中找不到它将它添加到项目References中,这必须是Framework中的System.SeviceModel我猜,不确定

任何建议都会有用

通过右键单击项目,转到属性,然后是应用程序,然后是目标框架,将项目目标框架更新到.NET 4.5。 将目标框架更改为.NET Framework 4.5。

在我的VS2015实例中,当我转到Add References-> Assemblies时,System.ServiceModel就在那里,它看起来在C:\\ Program Files(x86)\\ Reference Assemblies \\ Microsoft \\ Framework.NETFramework \\ v4.5文件夹中。

如果System.ServiceModel不在列表中,您可以尝试通过右键单击 - >管理NuGet包 - >浏览获取它,并搜索ServiceModel,从Microsoft获取。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM