I have a device that is running Windows CE 4.2 with the certification module
(OEMLoadInit/OEMLoadModule)enabled. There are different sets of
public/private keys. I have signed the .exe and .dll files used by the
Remote Tools (process viewer, registry editor, etc.) with a "trust" key and
they work, but when I try to debug my application (which is also signed)
then I receive error 80004005 from eVC.

Is it possible to *debug* an application with eVC 4.0 on such device? If not
then I have to find another solution.

Any help greatly appreciated.

Re: OEMLoadInit/OEMLoadModule & eVC 4.0 by Steve

Steve
Fri Dec 30 10:37:23 CST 2005

You need to certify the cemon.exe remote debug application or include it in
ROM so it is considered trusted there already.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com



Re: OEMLoadInit/OEMLoadModule & eVC 4.0 by Tim

Tim
Fri Dec 30 14:51:48 CST 2005

Thanks, that worked. The weird thing is that I had already signed
"cemon.exe" (both armv4 and armv4i versions) yet the error did not go away.
Glad it works now though.