John
Mon Feb 19 10:34:07 CST 2007
So are you saying that MSMQ won't start on a WM 5 device unless it is either
certified or the developer's test cert is installed? I am having the same
issue with it not starting automatically and I have to use TaskMgr to start
it manually whenever a reset is done on the device.
Thanks,
John
"Ilya Tumanov [MS]" <ilyatum@online.microsoft.com> wrote in message
news:45d60e47$1@news.microsoft.com...
> On WM 5.0 you have to resign MSMQ CAB and its content with trusted
> certificate or install SDK test cert on to device as that the cert MSMQ
> bits are signed with. In other case MSMQ driver won't start and service
> won't be available.
>
>
> --
> Best regards,
>
> Ilya
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> *** Want to find answers instantly? Here's how... ***
>
> 1. Go to
>
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
> 2. Type your question in the text box near "Search this group" button.
> 3. Hit "Search this group" button.
> 4. Read answer(s).
>
> <papettip@gmail.com> wrote in message
> news:1171632941.830962.282300@j27g2000cwj.googlegroups.com...
>> On 16 Feb, 12:57, "Peter Foot [MVP]" <feedb...@nospam-inthehand.com>
>> wrote:
>>> The cab file only installs the required files, you still need to issue
>>> some
>>> commands to start it, and to activate the driver component. See Mark
>>> Ihimoyen's blog for a full sample showing how to get MSMQ up and
>>> running.
>>> For .NETCF v2.0 you can remove the CreateProcess P/Invokes and work
>>> directly
>>> with the System.Diagnostics.Process
>>> class.
http://blogs.msdn.com/ihimmar/archive/2004/06/14/154911.aspx
>>> Peter
>>>
>>> --
>>> Peter Foot
>>> Device Application Development MVPwww.peterfoot.net|www.inthehand.com
>>>
>>
>> Hello Peter.
>> I've tryied the sample of Mark Ihmoyan but with no success, the
>> process fail on " if (CreateProcess(MSMQ_ADM, "start")) "
>> There is a difference from the WebLog that the assembly msmqadmext.dll
>> is missing in my installation (WM5 on imate kjam)
>>
>> even when i use the visadm tool on the shortcuts -> status command i
>> receive an error "Operation failed. Error code C00e000b"
>>
>> thanks
>>
>
>