Link to home
Start Free TrialLog in
Avatar of spiral2007
spiral2007

asked on

WCF and MSQM client-service application

Hello people,
I am developing a client-service application where the client sends a message through wcf at  a queue on the service side. The whole application worked perfectly from pc to pc through .net framework 3.5 But when i try to migrate the client to windows ce 5 device the .net compact 3.5 framework (more specifically System.ServiceModel.MsmqIntegration) is missing. Is there any way around this problem? Should i redesign the code in the case that the above functions are supported in windows ce 5? Any suggestions? Thanks
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

May be your device does not support MSMQ.  Furthermore, The .NET Compact Framework 3.5 does not ship with support for the WCF Service Model.

Check:
http://msdn.microsoft.com/en-us/library/ms229665.aspx
http://blogs.msdn.com/johnbreakwell/archive/2010/03/15/support-for-msmq-on-windows-xp-embedded-devices.aspx

ASKER CERTIFIED SOLUTION
Avatar of Miguel Oz
Miguel Oz
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of spiral2007
spiral2007

ASKER

Partially explained without providing an alternative way around