I was writing an application in C# to connect to sql server ce.
When i deployed the project into the eBoxII, the error happens at the statement where i create a SqlCeEngine object. the error info is 'can't find PInvoke DLL 'sqlceme30.dll' '. i definately installed the sql server ce mobile edtion SDK. And installed the .cab file in 'c:\program files\microsoft sql server mobile edition\device\mobile\v3.0\wce500\x86' to my device eBoxII. I can find the sqlceme30.dll in the device's \windows folder. So I wonder what the problem is?
Thank you for your help