How to change WCF project Platform Target to x86?

99封情书 提交于 2019-12-11 01:34:48

问题


I wrote a project that uses third party project and I can only run it if the "Platform target" under "Build" under "Project Properties" is set to "X86" and NOT "Any CPU" in My project.

However when I'm trying to use this third party project with My WCF project, the "Platform Target" feature does not appear under the WCF Project properties and therefore it fails to run.

Does anyone know how to set the "Platform Target" of a WCF project or how can I make the third party project run on "Any CPU"

Thanks !

Update:
Hi,
First of all thanks
Second, I've tried what Steve suggested however the project does not offer me x86 nor create new one(like the other projects) nor change the Configuration from debug to release.

Moreover, I meant for "Platform Target" and NOT "Platform".
As you can see in the following screen shot I need to change the Green Circle. The configuration manager changes the Red Circle.
The scrren shot for Project Properties is from another project that i was able to change its "Target Properties"
Thanks !

来源:https://stackoverflow.com/questions/11226691/how-to-change-wcf-project-platform-target-to-x86

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!