I get error in sqlCE - but i can see the error reason

Posted by Gold on Stack Overflow See other posts from Stack Overflow or by Gold
Published on 2010-04-07T07:45:05Z Indexed on 2010/05/23 3:00 UTC
Read the original article Hit count: 289

Filed under:
|
|

i get error in this lines:

 SqlCeEngine engine = new SqlCeEngine("Data Source=" + SDK + "");
 engine.CreateDatabase();

but i can't see any error message, i get error with empty message

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-ce