开发者

.net framework 4 client profile with reference to .netframework 4 .dll

开发者 https://www.devze.com 2023-03-02 16:56 出处:网络
I\'m creating a WCF service which u开发者_StackOverflowses the .net framework 4 client profile dll.

I'm creating a WCF service which u开发者_StackOverflowses the .net framework 4 client profile 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.

by changing my WCF project to .net framework 4.0 what should i be aware off?


by changing my WCF project to .net framework 4.0 what should i be aware off?

That the full .NET 4.0 framework is installed on the machine you intend to run this service on. And that's pretty much all.

0

精彩评论

暂无评论...
验证码 换一张
取 消