WCF server with CF3.5?

  • Thread starter Thread starter Rainer
  • Start date Start date
R

Rainer

Hello NG,

just a short queston: Is it possible with a WindowsCE device an CF3.5
possible to host a WCF service (server)?

Thanks in advance.

Regards
Rainer Queck
 
No, ServiceHost is not supported on any version of CF. Usually you'd write
your own socker server instead.
 
As Simon replied, you can't host WCF on a device, but you may have a look at
RemObjects and check if it suits you: like in WCF, you can create a contract
for the messages, and expose your service from the device using 'plain' TCP
or HTTP.

--

Alberto Silva
http://www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development
 
Hello Simon and Albert,

thanks for your answers. I then will use my UDP framework I developed a
while ago which is proven to work in a different smart device application.

Regards
Rainer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top