简体   繁体   English

.net 框架 4 客户端配置文件参考 .netframework 4.dll

[英].net framework 4 client profile with reference to .netframework 4 .dll

I'm creating a WCF service which uses the .net framework 4 client profile dll.我正在创建一个 WCF 服务,该服务使用 .net 框架 4 客户端配置文件 dll。 when i attempt to compile the application with any reference to my other project (.net 4.0) i get a number of missing references errors.当我尝试使用对我的其他项目(.net 4.0)的任何引用来编译应用程序时,我得到了一些缺少引用的错误。

by changing my WCF project to .net framework 4.0 what should i be aware off?通过将我的 WCF 项目更改为 .net 框架 4.0 我应该注意什么?

by changing my WCF project to .net framework 4.0 what should i be aware off?通过将我的 WCF 项目更改为 .net 框架 4.0 我应该注意什么?

That the full .NET 4.0 framework is installed on the machine you intend to run this service on.完整的 .NET 4.0 框架已安装在您打算运行此服务的机器上。 And that's pretty much all.这几乎就是全部。

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

相关问题 错误:未安装框架“.NETFramework 4.0客户端配置文件”。 对于MonoDevelop 2.8.1 - Error: Framework '.NETFramework 4.0 Client Profile' not installed. for MonoDevelop 2.8.1 带有 .net framework 4.6.1 的 Asp.net Core 2.0 - 找不到参考程序集 '.NETFramework/v4.6.1/Microsoft.CSharp.dll - Asp.net Core 2.0 with .net framework 4.6.1 - Cannot find reference assembly '.NETFramework/v4.6.1/Microsoft.CSharp.dll ServiceBus.dll与.NET 4 Framework客户端配置文件 - ServiceBus.dll vs .NET 4 Framework client profile .NET Framework 4 Client Profile + System.Web.dll? - .NET Framework 4 Client Profile + System.Web.dll? .net框架客户端配置文件-如果我不需要的Dll不存在怎么办? - .net framework client profile— What if the Dll I Need is Not There? .NET Framework 4客户端配置文件与.NET Framework 3.5客户端配置文件 - .NET Framework 4 Client Profile vs .NET Framework 3.5 Client Profile .NET Framework 4 客户端配置文件是否安全? - Is .NET Framework 4 Client profile secure? .NETFramework开发人员包中的DLL参考 - DLL reference from .NETFramework developers pack 参考.net框架中的.net内核dll ZFB608636129CB469B7ZFE911E92E2B56 - Reference .net core dll in .net framework WCF 是否有可与.NET客户端配置文件一起使用的模拟框架? - Is there a mocking framework that works with the .NET Client Profile?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM