R
Russ
I am a C# developer using VS.NET 2003, I have recently started
developing using the .NETCF. I am currently writing and application for
CE.NET 4.2.
I have the latest .NET CF Service pack (3) installed.
One of my companies requirements is to use MSMQ as the communication
layer between the device and the Server.
The reason is that we are in deepest Africa and the device may lose
connection many times during the day.
I cannot get MSMQ to work between the Device and Remote Server, I have
downloaded many examples but they are in C++ or eVB and I am not that
Experienced, to port the code. I would like to know the following:
1) Is it possible to create a working MSMQ application within
this environment.
1.1) If Yes can you provide me with a sample code to send and read a
MSMQ message in C#
1.2) If No can you provide me with possible alternatives for a solution
I am currently trying to get the pinvokes for the api working from one
your posts on "OpenNetCF.WIKI" Articles --> Point to point message
queues.
The only function that may be working is CreateMsgQueue - (This is
because I get a value from this function).
The rest fails.
Your help and time is greatly appreciated.
Thanks,
Russ Du Preez
developing using the .NETCF. I am currently writing and application for
CE.NET 4.2.
I have the latest .NET CF Service pack (3) installed.
One of my companies requirements is to use MSMQ as the communication
layer between the device and the Server.
The reason is that we are in deepest Africa and the device may lose
connection many times during the day.
I cannot get MSMQ to work between the Device and Remote Server, I have
downloaded many examples but they are in C++ or eVB and I am not that
Experienced, to port the code. I would like to know the following:
1) Is it possible to create a working MSMQ application within
this environment.
1.1) If Yes can you provide me with a sample code to send and read a
MSMQ message in C#
1.2) If No can you provide me with possible alternatives for a solution
I am currently trying to get the pinvokes for the api working from one
your posts on "OpenNetCF.WIKI" Articles --> Point to point message
queues.
The only function that may be working is CreateMsgQueue - (This is
because I get a value from this function).
The rest fails.
Your help and time is greatly appreciated.
Thanks,
Russ Du Preez