SQLCe connection error 0x80004005
Posted
by nihi_l_ist
on Stack Overflow
See other posts from Stack Overflow
or by nihi_l_ist
Published on 2009-12-01T10:48:58Z
Indexed on
2010/05/23
2:10 UTC
Read the original article
Hit count: 403
sql-server-ce
|pocketpc
Hello.
I get the error when i'm trying to open a database in PocketPC emulator or from the program with connection's Open() method(C#)..Here it is:
Description: Internal error: SQL Server Compact made an unsupported request to the host operating system.
Can someone explain what can cause this error to appear.
The database and application are on Storage Card(shared folder from PC, on which Everyone has read/write permissions)
Thank you.
FOUND that its because of storing DB on Storage Card(after moving database to 'My Documents' error disappears), but still don't know the reason of error.
© Stack Overflow or respective owner