windows mobile - Get a "sqlceqp35.dll" error when debugging but not when running deployed code -


Problems with our current Windows Mobile Project during recent debugging. When trying to debug the code, it throws an exception to the open command on the connection of the local database.

The message is "A SQL Server Compact DLL could not be loaded. SQL Server Compact Reinstall Edition. [DLL name = sqlceqp35.dll]" . Instead, in the context of the same file, there is an unknown error instead.

If you execute binary, on the device deployed during debug, it runs without problems.

I 'have tried: Restore both nets and sqlce on the device. The "special edition" on the reference properties has been changed in the project.

The hardware I am using is a Motorola MC70 that has Windows Mobile 5.0.

EDIT: I can debug it when I try to do it on MC75. MC70 got OS version: 05.01.0478 and MC 75 05.01.0478. My best estimate is that it is related to anything OS version or actual device.

It was probably a memory issue, even when there were slight problems in the application, problems arose. , Whenever debugging was not done.

An alternative solution to run it We had to compel the library to load the code to start our application.

  IntPtr Results = Load Library (Path. Cobain (sqlCeInstallPath, dllName));  

Comments

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -