D
David
This is all .NET 3.5 with Visual Studio 2008
I have a simple app on Windows Vista-64 that creates a messaging queue.
FormatNameIRECT=OS:david-1\private$\callerid.
The app then writes a couple of entries. I have verified that the entries
have been correctly created with the Computer Management tool.
I now have a simple app written for the compact framework on an HP iPAQ HP
2790. MSMQ has been installed on it. When I call
MessageQueue.Exists(@"david-1\private$\callerid"), it returns false. I can
call this code:
IPAddress[] addresses = Dns.GetHostEntry("david-1").AddressList;
and the correct address comes back so I know networking and dns are working
properly.
Is there something special that I have to do on the Vista-64 machine or on
the iPAQ to make this work?
I have a simple app on Windows Vista-64 that creates a messaging queue.
FormatNameIRECT=OS:david-1\private$\callerid.
The app then writes a couple of entries. I have verified that the entries
have been correctly created with the Computer Management tool.
I now have a simple app written for the compact framework on an HP iPAQ HP
2790. MSMQ has been installed on it. When I call
MessageQueue.Exists(@"david-1\private$\callerid"), it returns false. I can
call this code:
IPAddress[] addresses = Dns.GetHostEntry("david-1").AddressList;
and the correct address comes back so I know networking and dns are working
properly.
Is there something special that I have to do on the Vista-64 machine or on
the iPAQ to make this work?