Re: [sqlite] Can't find PInvoke DLL 'SQLite.Interop.101.dll'.

2016-06-10 Thread Nigel Walton
Hi Joe

I just needed to select the ' Standard C++ Library' setting.

Thank you for your help.

Nigel

-Original Message-
From: sqlite-users-boun...@mailinglists.sqlite.org 
[mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Joe 
Mistachkin
Sent: 10 June 2016 10:01
To: 'SQLite mailing list' 
Subject: Re: [sqlite] Can't find PInvoke DLL 'SQLite.Interop.101.dll'.


Nigel Walton wrote:
> 
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> PID:01FD0185 TID:057E0022 testce.EXE
> MissingMethodException
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> 

Do you have the appropriate MSVC runtime ("MSVCR110.DLL") installed?

--
Joe Mistachkin

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Can't find PInvoke DLL 'SQLite.Interop.101.dll'.

2016-06-10 Thread Nigel Walton
Hi Joe

You have just made my day! I just copied the ("MSVCR110.DLL") onto my memory 
card and the test was a SUCCESS!

I found the DLL here:

Wince800\iMX6Q_SABRE_Lite_ARMV7_Retail\cesysgen\sdk\crt\bin\ARM

So now the question is what triggers this file to be included in the ROM? Could 
it be the ' Standard C++ Library' setting?

-Original Message-
From: sqlite-users-boun...@mailinglists.sqlite.org 
[mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Joe 
Mistachkin
Sent: 10 June 2016 10:01
To: 'SQLite mailing list' 
Subject: Re: [sqlite] Can't find PInvoke DLL 'SQLite.Interop.101.dll'.


Nigel Walton wrote:
> 
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> PID:01FD0185 TID:057E0022 testce.EXE
> MissingMethodException
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> 

Do you have the appropriate MSVC runtime ("MSVCR110.DLL") installed?

--
Joe Mistachkin

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Can't find PInvoke DLL 'SQLite.Interop.101.dll'.

2016-06-10 Thread Joe Mistachkin

Nigel Walton wrote:
> 
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> PID:01FD0185 TID:057E0022 testce.EXE
> MissingMethodException
> Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
> 

Do you have the appropriate MSVC runtime ("MSVCR110.DLL") installed?

--
Joe Mistachkin

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Can't find PInvoke DLL 'SQLite.Interop.101.dll'.

2016-06-10 Thread Nigel Walton
Hi all,

This is going to sound stupid, but I just can't get Sqlite to run on WEC2013 
Sabre LIte. I have used Sqlite before without any problems on WEC7. I know that 
the SQLite.Interop.101.dll has to be in the same folder as the 
System.Data.SQLite.dll. I have even just copied the 10 files from the 
'sqlite-netFx39-binary-WinCE-ARM-2012-1.0.101.0.zip' to a memory card and run 
the 'TESTCE' program and that does not work either. I think it must be a 
setting in the BSP... any ideas?

PID:01FD0185 TID:057E0022 testce.EXE
PID:01FD0185 TID:057E0022 Error
PID:01FD0185 TID:057E0022 An unexpected error has occurred in testce.EXE.
Select Quit and then restart this program, or select Details for more 
information.
Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
PID:01FD0185 TID:057E0022 testce.EXE
MissingMethodException
Can't find PInvoke DLL 'SQLite.Interop.101.dll'.
   at System.Data.SQLite.SQLite3.StaticIsInitialized()
   at System.Data.SQLite.SQLiteLog.Initialize()
   at System.Data.SQLite.SQLiteConnection..ctor(String connectionString, 
Boolean parseViaFramework)
   at System.Data.SQLite.SQLiteConnection..ctor()
   at test.Program.Main(String[] args)

Kind regards

Nigel

___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users