Windows mobile application error: A SQL Mobile DLL could not be loaded.

  • Hi

    I have a windows mobile application that uses SQL replication. I have upgraded the application from .net 2003 to .net 2005.

    I am using 2 types of devices i-mate K-JAM and i-mate JASJAR.

    My problem is when replicating to the server I get the following error (see below) on the JASJAR but NOT on the K-JAM.

     

    When I debug the code the error occurs on:

    à SqlCeReplication repl = new SqlCeReplication();

    Error Message:

    Message     "A SQL Mobile DLL could not be loaded.

    Reinstall SQL Mobile. [ DLL Name = sqlceca30.dll ]"

    Thanks for the help!

    Deon

     

  • This was removed by the editor as SPAM

  • Hi Deon,

    i have the same problem.

    When i do this more often

    [font="Arial"]

    try

    {

    SqlCeReplication repl = new SqlCeReplication();

    }

    catch

    {

    }

    [/font]

    then the replication starts!?

    Do you have any solution found for this?

    Thanks,

    Juergen

    Hi

    I have a windows mobile application that uses SQL replication. I have upgraded the application from .net 2003 to .net 2005.

    I am using 2 types of devices i-mate K-JAM and i-mate JASJAR.

    My problem is when replicating to the server I get the following error (see below) on the JASJAR but NOT on the K-JAM.

    When I debug the code the error occurs on:

    à SqlCeReplication repl = new SqlCeReplication();

    Error Message:

    Message "A SQL Mobile DLL could not be loaded.

    Reinstall SQL Mobile. [ DLL Name = sqlceca30.dll ]"

    Thanks for the help!

    Deon

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply