Can'tFind PInvoke DLL Error in C# Smart Device Application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dipalipatel
    New Member
    • Nov 2008
    • 21

    Can'tFind PInvoke DLL Error in C# Smart Device Application

    Hi,

    I have one Smart Device Application for .NET Framework 1.0 and now i upgraded to Framework 2.0.

    Now when i run the application it's giving me an error on my device that:

    Can't find PInvoke DLL 'sqlceme30.dll'

    Can anyone help me with this?

    Thanks
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Do you have sqlce installed on your smart device? And the correct version?
    Does the dll show up in the output folder?

    Comment

    • dipalipatel
      New Member
      • Nov 2008
      • 21

      #3
      Hi Plater,
      Thanks for your reply but I found the solution,
      It's working now
      just i have to manully copy the cab file for SQLCE30 from my computer to the device.

      Comment

      Working...