SQL CE error - don't understand

  • Thread starter Stephan Oetzel [flowOffice]
  • Start date
S

Stephan Oetzel [flowOffice]

Hello NG,

I've got a windows CE 4.1 device and want to debug an application on this
device. Visual Studio installs automatically .NET CF and SQL CE 2.0 (but he
installs the ARM-Package although I have an PXA - disgusting - I tried to
manually install the X86 package but the same error). When I try to access
an existing database OR try to create a new one, I get the following error:

"SQL Server CE encountered problems in creating the SQL Server CE database.
[,,,Connection string,,]"

I don't understand this. The same code runs well on a Pocket PC, but on a
Windows CE device it's throwing exceptions. Can anybody help me please?

Best reguards,
Stephan
 
P

Peter Foot [MVP]

Intel PXAxxx chips are ARM based so Visual Studio had it right. So it sounds
like a problem with your connection string - can you post the string you are
using?

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top