Re: Pocket PC Errors
From: Benjamin (Benjamin_at_discussions.microsoft.com)
Date: 07/14/04
- Previous message: Benjamin: "Re: Pocket PC Errors"
- In reply to: Johnny O.: "Re: Pocket PC Errors"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Jul 2004 05:37:01 -0700
Problem solved, It just dawned on me that there was still an old database file on the pocket pc from a previous version of my program which did not have the columns that the program needed. All I did was delete the database file and started the program which then created a new database.
"Johnny O." wrote:
> Any number of possibilities, depending on how you're getting the data. Are
> you reading the data from a local SQL file? From a network? Are you getting
> the error during installation or first boot of the application? Have you
> tried connecting the device via ActiveSync and debugging from the desktop
> through VS?
>
> What language are you running?
>
> Please provide some details.
>
> John O.
>
>
> "Benjamin" <Benjamin@discussions.microsoft.com> wrote in message
> news:69F2D202-4C44-4C4F-8EBA-822826A71109@microsoft.com...
> > I have developed a program for the pocket pc. Using the 2003 emulator I
> was able to work out all the bugs. I created a cab file and installed it on
> a pocket pc 2003 device. When I ran the program I recieved a bunch of
> errors, and I don't know where they are comming from. Here is what is
> displayed on the screen:
> >
> > SmartDeviceAppliction10.exe
> > SqlCeException
> >
> > SqlCeCommand::InitializeCommand+0xf9
> > SqlCeCommand::ExecuteCommand+0xa
> > SqlCeCommand::ExecuteReaderInternal+0x30
> > SqlCeCommand::ExecuteReader+0x13
> > SqlCeCommand::ExecuteReader+0x7
> > fillLogin::Fill+0x42
> > Startup::Main+0x49
> >
> > Startup is a module, it is the first thing run in the program. Main is the
> method within the startup module that is run.
> > fillLogin is a class that fills a set of comboboxes with data, fill is the
> method within fillLogin that contains the code.
> >
> > I have never had this kind of problem on the pocket pc before can anyone
> help me figure out what this error means or how to fix it. Thanks
> >
>
>
>
- Previous message: Benjamin: "Re: Pocket PC Errors"
- In reply to: Johnny O.: "Re: Pocket PC Errors"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|