Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi to everyone,
I am developing a client web service application that should run under Windows CE 5.0, accessing and writing data in a web service.
I have a problem when I deploy in such system in debug mode since I am returned with the following error "-2147221164 {Interfaccia non registrata}" (Not registered interface).
This error does not appear when I deploy the same application for a device with Windows Mobile 6 Classic Edition.

Do I need to register some DLL? Which DLL am I expected to register?

Please help me!
I wish you a Merry Christmas and a Happy New Year to all.
Jacopo
Posted
Updated 23-Dec-10 2:27am
v3

1 solution

Sorry for the delay, I just see your request now...

I found a similar condition in the past, and the problem was that WinCE requires some specific components on its image (P2P,DUN,SOAP at least) to allow an application to consume a wae service.

These components are tipically present on Win Mobile devices.

I hope this could help

regards

Nanninga78
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900