简体   繁体   中英

WCF development on 32bit pc and using on 64bit

I will be developing WCF app, fortunately the laptop that I have can work in 32bit not 64bit. And I will be using the app on a 64bit server machine.

For it I would like to ask if there is anything I need to do for it to work on both sides with no issues.

thanks,

WCF is designed to be portable, certainly .NET-to-.NET (without needing to know the machine's config), but usually also between OS/VM/language/architecture too.

You shouldn't need to change anything; it should just work .

I developed few WCF-based applications on my 32-bit machine, all of them worked fine on 64-bit servers (windows server 2008). So just go ahead and deploy.

The communication part (bindings etc) absolutely must work regardless of platforms on both ends. There might be some problems with using on 32-bit machine DLLs that were compiled to 64bit, but not vice versa.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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