Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

deploying pocket PC application to windows mobile

Status
Not open for further replies.

YingH2007

Programmer
Aug 8, 2007
1
0
0
US
Hey,

I am a newbie here, trying to detail my problem. Please bear with me. Thanks.

I wrote an application in VB.NET for Pocket PC with SQL CE being the back end, runs fine on Pocket PC 2003 and emulator.

Now I need to code/test barcode scanning. Since the only barcode scanner I have is a built-in in a windows mobile 5.0, I had to deploy the application to this windows mobile device. (The device is connected to my PC thru blueTooth via active sync.)

In VS2005, I changed target platform to be winCE 5.0. I started debugging, and then chose deploy to winCE 5.0. Then I got an exception "Missing method exception is unhandled, Can't find PInvoke DLL 'sscemw20.dll'." on one line "Public frmSync As New LibraryMaster.Sync" (which is declared at main module. What LibraryMaster.Sync does is to open database connection and used to sync data from PC to device. )

So, I had to stop debugger. Found application is deployed to device under program files\applicationName\, but it cannot run obviously.

I know 'sscemw20.dll' is probably sql ce server stuff, but other than that, absolutely no clue.

Ying



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top