Failed to run Application with SQL Server Mobile on Windows Mobile5.0

  • Thread starter Thread starter Thomas Bandt
  • Start date Start date
T

Thomas Bandt

Hi,

I've written a little Pocket PC Application which runs fine
on a Yakumo Pocket PC with Windows for Pocket PC 2003. But
when I am trying to deploy the project (client target 2003
or CE 5.0) to an other PDA running Windows Mobile 5.0, the
execution of the application fails with the following error:

'sqlceme30.dll' not found

Any ideas?

Regards from Germany,

Thomas
http://blogs.dotnetgerman.com/thomas/
 
Yes, most likely you don't have SQL Mobile installed (check "Remove
programs" applet).

Probably automatic deployment failed due to security reasons.

Please install SQL Mobile CAB manually and answer "Yes" to security prompt.



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).
 
Hi Ilya,
Yes, most likely you don't have SQL Mobile installed (check "Remove
programs" applet).

Probably automatic deployment failed due to security reasons.

Please install SQL Mobile CAB manually and answer "Yes" to security prompt.

thanks for answer. I did uninstall SQL Server Mobile and reinstall
"sqlce30.wce5.armv4i.CAB" - but with no success. If I start my
application, the same error occurs.

Greetings, Thomas
 
Back
Top