R Ralf Christoff Sep 30, 2005 #1 Hi, Can i use MSMQ with my Windows Mobile 2003 Pocket PC with C#? when yes, how thanx, Ralf
P Peter Foot [MVP] Sep 30, 2005 #2 Yes, if you use .NETCF v2.0 (VS2005 Beta). This includes the System.Messaging assembly which matches the desktop implementation. You'll need to manually install and register msmq on the device first, the required files are part of the PPC2003 SDK. Peter
Yes, if you use .NETCF v2.0 (VS2005 Beta). This includes the System.Messaging assembly which matches the desktop implementation. You'll need to manually install and register msmq on the device first, the required files are part of the PPC2003 SDK. Peter
S Sergey Bogdanov Sep 30, 2005 #3 .... in addition to Peter's post here is Mark Ihimoyan's blog entry concerning System.Messaging (MSMQ) in CF 2.0: http://blogs.msdn.com/ihimmar/archive/2004/06/14/154909.aspx
.... in addition to Peter's post here is Mark Ihimoyan's blog entry concerning System.Messaging (MSMQ) in CF 2.0: http://blogs.msdn.com/ihimmar/archive/2004/06/14/154909.aspx