System.Data.SQLite

Login
This project makes use of Eagle, provided by Mistachkin Systems.
Eagle: Secure Software Automation
Ticket Hash: 284b193dd1fb56234af59248d48d600dba9fbb87
Title: Use System.Data.SQLite on Linux with Mono
Status: Closed Type: Question
Severity: Important Priority: Medium
Subsystem: Integration_Via_PInvoke Resolution: Works_As_Designed
Last Modified: 2017-04-03 23:13:21
Version Found In: 1.0.104.0
User Comments:
anonymous added on 2017-01-24 14:58:55: (text/x-fossil-plain)
I have an ASP.NET application using SQLite that I am deploying on a Ubuntu VPS with MONO. I have updated MONO to v4.6.2. I have configured the project to use the latest .NET framework 4.6.1. I have downloaded this package from your website: Precompiled Binaries for Mono on POSIX (.NET Framework 4.5.1)

I deployed my website and replaced the Windows SQLite DLLs by the DLLs in that archive for POSIX.

I believe everything "should" be good. When I run the website, however, I get this error: System.DllNotFoundException SQLite.Interop.dll

The POSIX archive, however, contains no such SQLite.Interop.dll file.

Is this an error in your distribution package or a configuration problem on my side? Please advise.

Thanks, Etienne

mistachkin added on 2017-01-25 00:31:35: (text/x-fossil-wiki)
<pre>
Mixing managed and native DLLs compiled for different platforms will not work as
you expect.

Instead, please use the following steps:

1. Download the (managed-only) release package for Mono, here:

   [https://system.data.sqlite.org/downloads/1.0.104.0/sqlite-netFx451-binary-Mono-2013-1.0.104.0.zip|sqlite-netFx451-binary-Mono-2013-1.0.104.0.zip]

2. Compile the native interop assembly for your platform using the following
   Bash script from the source tree of System.Data.SQLite:

   [/artifact?ci=trunk&filename=Setup/compile-interop-assembly-release.sh]
</pre>

anonymous added on 2017-01-25 02:30:04: (text/x-fossil-plain)
I downloaded the source and ran "chmod +x" on the script and then run the script. I commented the file move at the end to simplify. The script runs for a few seconds but no file gets generated. I added -v to GCC to see the details. I'm not seeing any error. It just doesn't generate the file. What am I doing wrong?

Here is the output of GCC -v

/sqlite/SQLite.Interop/src/generic /sqlite/Setup
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.8/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.8.4-2ubuntu1~14.04.3' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libmudflap --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-i386 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-i386 --with-arch-directory=i386 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-targets=all --enable-multiarch --disable-werror --with-arch-32=i686 --with-multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3)
COLLECT_GCC_OPTIONS='-v' '-g' '-fPIC' '-shared' '-o' 'libSQLite.Interop.so' '-I' '../core' '-D' 'SQLITE_THREADSAFE=1' '-D' 'SQLITE_USE_URI=1' '-D' 'SQLITE_ENABLE_COLUMN_METADATA=1' '-D' 'SQLITE_ENABLE_STAT4=1' '-D' 'SQLITE_ENABLE_FTS3=1' '-D' 'SQLITE_ENABLE_LOAD_EXTENSION=1' '-D' 'SQLITE_ENABLE_RTREE=1' '-D' 'SQLITE_SOUNDEX=1' '-D' 'SQLITE_ENABLE_MEMORY_MANAGEMENT=1' '-D' 'SQLITE_ENABLE_API_ARMOR=1' '-D' 'SQLITE_ENABLE_DBSTAT_VTAB=1' '-D' 'INTEROP_TEST_EXTENSION=1' '-D' 'INTEROP_EXTENSION_FUNCTIONS=1' '-D' 'INTEROP_VIRTUAL_TABLE=1' '-D' 'INTEROP_FTS5_EXTENSION=1' '-D' 'INTEROP_PERCENTILE_EXTENSION=1' '-D' 'INTEROP_TOTYPE_EXTENSION=1' '-D' 'INTEROP_REGEXP_EXTENSION=1' '-D' 'INTEROP_JSON1_EXTENSION=1' '-mtune=generic' '-march=i686'
 /usr/lib/gcc/i686-linux-gnu/4.8/cc1 -quiet -v -I ../core -imultiarch i386-linux-gnu -D SQLITE_THREADSAFE=1 -D SQLITE_USE_URI=1 -D SQLITE_ENABLE_COLUMN_METADATA=1 -D SQLITE_ENABLE_STAT4=1 -D SQLITE_ENABLE_FTS3=1 -D SQLITE_ENABLE_LOAD_EXTENSION=1 -D SQLITE_ENABLE_RTREE=1 -D SQLITE_SOUNDEX=1 -D SQLITE_ENABLE_MEMORY_MANAGEMENT=1 -D SQLITE_ENABLE_API_ARMOR=1 -D SQLITE_ENABLE_DBSTAT_VTAB=1 -D INTEROP_TEST_EXTENSION=1 -D INTEROP_EXTENSION_FUNCTIONS=1 -D INTEROP_VIRTUAL_TABLE=1 -D INTEROP_FTS5_EXTENSION=1 -D INTEROP_PERCENTILE_EXTENSION=1 -D INTEROP_TOTYPE_EXTENSION=1 -D INTEROP_REGEXP_EXTENSION=1 -D INTEROP_JSON1_EXTENSION=1 interop.c -quiet -dumpbase interop.c -mtune=generic -march=i686 -auxbase interop -g -version -fPIC -fstack-protector -Wformat -Wformat-security -o /tmp/ccNFGX6X.s
GNU C (Ubuntu 4.8.4-2ubuntu1~14.04.3) version 4.8.4 (i686-linux-gnu)
        compiled by GNU C version 4.8.4, GMP version 5.1.3, MPFR version 3.1.2-p3, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include/i386-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/i686-linux-gnu/4.8/../../../../i686-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 ../core
 /usr/lib/gcc/i686-linux-gnu/4.8/include
 /usr/local/include
 /usr/lib/gcc/i686-linux-gnu/4.8/include-fixed
 /usr/include/i386-linux-gnu
 /usr/include
End of search list.
GNU C (Ubuntu 4.8.4-2ubuntu1~14.04.3) version 4.8.4 (i686-linux-gnu)
        compiled by GNU C version 4.8.4, GMP version 5.1.3, MPFR version 3.1.2-p3, MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 9dadfc6552e733d9314bd8a1f66914a8
COLLECT_GCC_OPTIONS='-v' '-g' '-fPIC' '-shared' '-o' 'libSQLite.Interop.so' '-I' '../core' '-D' 'SQLITE_THREADSAFE=1' '-D' 'SQLITE_USE_URI=1' '-D' 'SQLITE_ENABLE_COLUMN_METADATA=1' '-D' 'SQLITE_ENABLE_STAT4=1' '-D' 'SQLITE_ENABLE_FTS3=1' '-D' 'SQLITE_ENABLE_LOAD_EXTENSION=1' '-D' 'SQLITE_ENABLE_RTREE=1' '-D' 'SQLITE_SOUNDEX=1' '-D' 'SQLITE_ENABLE_MEMORY_MANAGEMENT=1' '-D' 'SQLITE_ENABLE_API_ARMOR=1' '-D' 'SQLITE_ENABLE_DBSTAT_VTAB=1' '-D' 'INTEROP_TEST_EXTENSION=1' '-D' 'INTEROP_EXTENSION_FUNCTIONS=1' '-D' 'INTEROP_VIRTUAL_TABLE=1' '-D' 'INTEROP_FTS5_EXTENSION=1' '-D' 'INTEROP_PERCENTILE_EXTENSION=1' '-D' 'INTEROP_TOTYPE_EXTENSION=1' '-D' 'INTEROP_REGEXP_EXTENSION=1' '-D' 'INTEROP_JSON1_EXTENSION=1' '-mtune=generic' '-march=i686'
 as -v -I ../core --32 -o /tmp/cc3Tg6hy.o /tmp/ccNFGX6X.s
GNU assembler version 2.24 (i686-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.24
COMPILER_PATH=/usr/lib/gcc/i686-linux-gnu/4.8/:/usr/lib/gcc/i686-linux-gnu/4.8/:/usr/lib/gcc/i686-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.8/:/usr/lib/gcc/i686-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/i686-linux-gnu/4.8/:/usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/:/usr/lib/gcc/i686-linux-gnu/4.8/../../../../lib/:/lib/i386-linux-gnu/:/lib/../lib/:/usr/lib/i386-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/i686-linux-gnu/4.8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-g' '-fPIC' '-shared' '-o' 'libSQLite.Interop.so' '-I' '../core' '-D' 'SQLITE_THREADSAFE=1' '-D' 'SQLITE_USE_URI=1' '-D' 'SQLITE_ENABLE_COLUMN_METADATA=1' '-D' 'SQLITE_ENABLE_STAT4=1' '-D' 'SQLITE_ENABLE_FTS3=1' '-D' 'SQLITE_ENABLE_LOAD_EXTENSION=1' '-D' 'SQLITE_ENABLE_RTREE=1' '-D' 'SQLITE_SOUNDEX=1' '-D' 'SQLITE_ENABLE_MEMORY_MANAGEMENT=1' '-D' 'SQLITE_ENABLE_API_ARMOR=1' '-D' 'SQLITE_ENABLE_DBSTAT_VTAB=1' '-D' 'INTEROP_TEST_EXTENSION=1' '-D' 'INTEROP_EXTENSION_FUNCTIONS=1' '-D' 'INTEROP_VIRTUAL_TABLE=1' '-D' 'INTEROP_FTS5_EXTENSION=1' '-D' 'INTEROP_PERCENTILE_EXTENSION=1' '-D' 'INTEROP_TOTYPE_EXTENSION=1' '-D' 'INTEROP_REGEXP_EXTENSION=1' '-D' 'INTEROP_JSON1_EXTENSION=1' '-mtune=generic' '-march=i686'
 /usr/lib/gcc/i686-linux-gnu/4.8/collect2 --sysroot=/ --build-id --eh-frame-hdr -m elf_i386 --hash-style=gnu --as-needed -shared -z relro -o libSQLite.Interop.so /usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i686-linux-gnu/4.8/crtbeginS.o -L/usr/lib/gcc/i686-linux-gnu/4.8 -L/usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu -L/usr/lib/gcc/i686-linux-gnu/4.8/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i686-linux-gnu/4.8/../../.. /tmp/cc3Tg6hy.o -lm -lpthread -ldl -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/i686-linux-gnu/4.8/crtendS.o /usr/lib/gcc/i686-linux-gnu/4.8/../../../i386-linux-gnu/crtn.o
/sqlite/Setup

anonymous added on 2017-01-25 16:25:55: (text/x-fossil-plain)
OK I found the compiled file by doing a file search; it just wasn't where I was expecting it.

Even after copying libSQLite.Interop.so into my project's bin folder, SQLite is still looking for SQLite.Interop.dll and complaining about it -- yes, the POSIX version you linked to. What else do I need to do?

mistachkin added on 2017-01-26 15:16:13: (text/x-fossil-plain)
What version of Mono are you using?

Can you run the following script and include its output?

   [/artifact?ci=trunk&filename=Setup/run-mono-tests-release.sh]

mistachkin added on 2017-01-26 15:19:13: (text/x-fossil-plain)
I should have also mentioned that the aforementioned script assumes the
managed binaries are present in the same directory that the native interop
assembly binaries are copied to ("bin/2013/Release/bin").

anonymous added on 2017-01-26 16:47:08: (text/x-fossil-plain)
I use MONO v4.6.2 as mentioned in the first post.

I tried copying the managed libraries into the build output folder before compilation; and then copying it back into my website's bin folder. That didn't change anything.

run-mono-tests-release.sh returns this error
Cannot open assembly 'Externals/Eagle/bin/EagleShell.exe': No such file or directory.

Option B is installing Visual Studio 2013 on my Windows machine and compiling without the Interop assembly, but there are unclear drawbacks to that approach.

mistachkin added on 2017-01-26 17:59:47: (text/x-fossil-wiki)
<pre>
When deploying the binaries, is the "libSQLite.Interop.so" file in the same
directory as the "System.Data.SQLite.dll" file?

The (test suite) script I asked you to run requires a full source tree,
either from cloning this repository or downloading the following package:

  [https://system.data.sqlite.org/downloads/1.0.104.0/sqlite-netFx-full-source-1.0.104.0.zip|sqlite-netFx-full-source-1.0.104.0.zip]

Perhaps you could list the SQLite related files in your web site bin folder?

Also, are you 100% sure the "System.Data.SQLite.dll" file in use came from
the "Precompiled Binaries for Mono on POSIX (.NET Framework 4.5.1)" release
package?
</pre>

anonymous added on 2017-01-26 20:15:39: (text/x-fossil-plain)
run-mono-tests-release.sh returns
TOTAL: 553
SKIP PERCENTAGE: 100%
PASS PERCENTAGE: 100%
OVERALL RESULT: SUCCESS

I'm sure I took the DLL from the POSIX package; I downloaded and re-uploaded them a few times to be sure.

Files in my bin folder:

BusinessHelper.dll
EntityFramework.SqlServer.dll
Website.dll
System.Data.Entity.dll
System.Data.SQLite.dll.config
System.Data.SQLite.Linq.dll
EntityFramework.dll
libSQLite.Interop.so
SQLite.Designer.dll
System.Data.SQLite.dll
System.Data.SQLite.EF6.dll
System.Linq.Dynamic.dll

Just right now I'm downloading again the DLL package from your link and am re-uploading them into the bin folder. Still the same error.

mistachkin added on 2017-01-26 21:45:16: (text/x-fossil-plain)
Since the test suite is fully passing, the binaries contained within the 2013
directory are indeed correct.

anonymous added on 2017-01-26 22:39:03: (text/x-fossil-plain)
Oh. These were the DLLs in my web application bin folder, not the SQLite build folder. The test skipped 100% because the files weren't there. I copied the files from my web project into the build folder and ran the tests again.

This time there was 1 test failed, until it got to this error at about 95%

*** Error in `mono': double free or corruption (!prev): 0x0afed298 ***
Stacktrace:

  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods.sqlite3_free (intptr) <0x00012>
  at System.Data.SQLite.SQLiteMemory.Free (intptr) <0x00013>
  at System.Data.SQLite.SQLiteIndex.FreeNative (intptr) <0x000f3>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_intptr (object,intptr,intptr,intptr) <0x000a7>
  at <unknown> <0xffffffff>
  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) <0x00012>
  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x00091>
...

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

./run-mono-tests-release.sh: line 12: 31166 Aborted                 (core dumped) mono Externals/Eagle/bin/EagleShell.exe -preInitialize "set root_path {$scriptdir/..}; set test_configuration Release; set test_year 2013; set build_directory {bin/2013/Release/bin}; set interop_assembly_file_names $libname" -initialize -postInitialize "unset no(deleteSqliteImplicitNativeFiles); unset no(copySqliteImplicitNativeFiles)" -file Tests/all.eagle
/sqlite/src/Setup

I rebuilt the assembly and ran the test again. The first error didn't happen this time, but the critical error happened again.

mistachkin added on 2017-01-26 23:04:49: (text/x-fossil-plain)
Ah, ok.  I didn't notice the SKIPPED percentage before; however, it seems that
once the files were in the right place, they are being loaded?

mistachkin added on 2017-01-26 23:09:45: (text/x-fossil-plain)
Having the full test log file available would help in debugging the test issue,
it will probably be named:

   /tmp/EagleShell.exe.test.<pid>.log

anonymous added on 2017-01-27 00:08:15: (text/x-fossil-plain)
Yes it's being loaded... by the tests. When accessing via ASP.NET with EF6, however, I get the error. Not sure how the tests are calling SQLite but there's obviously a difference.

View this page
https://satrimono.com/book-accuracy-list


Here's the log. The critical error doesn't seem to be in it.
https://mega.nz/#!2V4y0CQa!mfj_0mQB-xWb-_9TvUGsjdwrPbKj6NHI3e7zlPxWQ54

mistachkin added on 2017-01-27 19:29:46: (text/x-fossil-plain)
Thanks for the log.  I know which test (and underlying code) is causing the
crash; however, I'm not sure why it's crashing.

Meanwhile, the web site not being able to load the native interop assembly is
another issue entirely.  Is there a ".config" file for your web site that maybe
has DLL mappings in it?  Mono on your platform, by default, it should attempt
to load the file "libSQLite.Interop.so" when "SQLite.Interop.dll" is requested.

mistachkin added on 2017-01-27 19:54:44: (text/x-fossil-plain)
Running some experiments in my Mono test environment (Ubuntu) now.

anonymous added on 2017-01-27 20:09:10: (text/x-fossil-plain)
I included the file System.Data.SQLite.dll.config in case it makes a difference.

Here's my Web.config file

<?xml version="1.0" encoding="utf-8"?>
<!--
  For more information on how to configure your ASP.NET application, please visit
  http://go.microsoft.com/fwlink/?LinkId=169433
  -->
<configuration>
  <configSections>
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  </configSections>
  <!--
    For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.

    The following attributes can be set on the <httpRuntime> tag.
      <system.Web>
        <httpRuntime targetFramework="4.5.1" />
      </system.Web>
  -->
  <system.web>
    <compilation debug="true" targetFramework="4.5.1">
      <assemblies>
        <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
      </assemblies>
    </compilation>
    <customErrors mode="Off" />
    <pages controlRenderingCompatibilityVersion="4.0" />
  </system.web>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="v13.0" />
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
    </providers>
  </entityFramework>
  <connectionStrings>
    <add name="BookAccuracyListEntities" connectionString="metadata=res://*/usercontrols.BookAccuracyListModel.csdl|res://*/usercontrols.BookAccuracyListModel.ssdl|res://*/usercontrols.BookAccuracyListModel.msl;provider=System.Data.SQLite.EF6;provider connection string='data source=&quot;|DataDirectory|/BookAccuracyList.db&quot;'" providerName="System.Data.EntityClient" />
  </connectionStrings>
  <system.webServer>
    <defaultDocument>
      <files>
        <clear />
        <add value="default.aspx" />
      </files>
    </defaultDocument>
    <rewrite>
      <rules>
        <rule name="RemoveDefault" stopProcessing="true">
          <match url="(.*)/default$" />
          <action type="Redirect" url="{R:1}/" />
        </rule>
        <rule name="RemoveASPX" stopProcessing="true">
          <match url="(.*)\.aspx" />
          <action type="Redirect" url="{R:1}" />
        </rule>
        <rule name="AddASPX">
          <match url=".*" negate="false" />
          <conditions>
            <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
            <add input="{URL}" pattern="(.*)\.(.*)" negate="true" />
          </conditions>
          <action type="Rewrite" url="{R:0}.aspx" />
        </rule>
      </rules>
    </rewrite>
  </system.webServer>
  <system.data>
    <DbProviderFactories>
      <remove invariant="System.Data.SQLite.EF6" />
      <add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
      <remove invariant="System.Data.SQLite" />
      <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
    </DbProviderFactories>
  </system.data>
</configuration>

anonymous added on 2017-01-27 20:11:45: (text/x-fossil-plain)
I removed .htaccess just in case but that didn't change anything

mistachkin added on 2017-01-27 20:26:48: (text/x-fossil-plain)
The "vtab-1.12" test is the one triggering the issue you saw; however, the crash
does not (yet) reproduce here.

mistachkin added on 2017-01-27 20:48:52: (text/x-fossil-plain)
DLL mapping references for Mono:

http://www.mono-project.com/docs/advanced/pinvoke/
http://www.mono-project.com/docs/advanced/pinvoke/dllmap/

mistachkin added on 2017-01-27 21:07:19: (text/x-fossil-plain)
Is it possible for you to run the web site using strace?  That might tell us
exactly where Mono is searching for the native SQLite interop assembly.

mistachkin added on 2017-01-27 21:27:33: (text/x-fossil-plain)
Also, apparently prefixing the following to the command responsible for loading
Mono  will provide some extra debugging of the Mono P/Invoke DLL mapping:

MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll"

anonymous added on 2017-01-27 22:47:08: (text/x-fossil-plain)
export MONO_LOG_LEVEL=debug
export MONO_LOG_MASK=dll
mono --trace book-accuracy-list.aspx



Mono: Config attempting to parse: '/etc/mono/config'.
Mono: Config attempting to parse: '/root/.mono/config'.
Mono: _wapi_handle_new: Creating new handle of type Event
Mono: _wapi_handle_new: Allocated new handle 0x400
Mono: process_set_name: using [book-accuracy-list.aspx] as prog name
Mono: _wapi_handle_new: Creating new handle of type Process
Mono: _wapi_handle_new: Allocated new handle 0x401
Mono: Unloading image /var/www/satrimono.com/book-accuracy-list.aspx [0x880d108].
Mono: Assembly Loader probing location: '/usr/lib/mono/4.5/mscorlib.dll'.
Mono: Image addref mscorlib[0x880de98] -> /usr/lib/mono/4.5/mscorlib.dll[0x880d108]: 2
Mono: AOT module '/usr/lib/mono/4.5/mscorlib.dll.so' not found: /usr/lib/mono/4.5/mscorlib.dll.so: cannot open shared object file: No such file or directory

Mono: Assembly Loader probing location: '/usr/lib/mono/4.5/mscorlib.dll'.
Mono: AOT: loaded AOT Module for /usr/lib/mono/4.5/mscorlib.dll.

Mono: Assembly Loader loaded assembly from location: '/usr/lib/mono/4.5/mscorlib.dll'.
Mono: Config attempting to parse: '/usr/lib/mono/4.5/mscorlib.dll.config'.
Mono: Config attempting to parse: '/etc/mono/assemblies/mscorlib/mscorlib.config'.
Mono: event_create: Creating unnamed event
Mono: _wapi_handle_new: Creating new handle of type Event
Mono: _wapi_handle_new: Allocated new handle 0x402
Mono: event_create: created new event handle 0x402
Mono: _wapi_handle_new: Creating new handle of type Thread
Mono: _wapi_handle_new: Allocated new handle 0x403
Mono: wapi_create_thread_handle: started thread id -146045184
Mono: AOT: FOUND method System.OutOfMemoryException:.ctor (string) [0xf532e9c0 - 0xf532e9f8 0xf572ee84]
[0xf74b8700: 0.00000 0] ENTER: (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)([System.OutOfMemoryException:0xf6c00038], 0xffbd2ee8, (nil), 0xf532e9c0, )
Mono: AOT: FOUND method System.Exception:.cctor () [0xf52a5610 - 0xf52a5650 0xf572b8eb]
[0xf74b8700: 0.00025 1] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xffbd2b54, 0xf52a5610, )
[0xf74b8700: 0.00041 2] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0x880bcb8, 0x8, )
[0xf74b8700: 0.00043 2] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Object:0xf6c00098]
[0xf74b8700: 0.00044 1] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.Exception:Init () [0xf52a40a0 - 0xf52a4107 0xf572b7a8]
[0xf74b8700: 0.00046 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0x880c438, 0x1c, )
[0xf74b8700: 0.00048 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Runtime.Serialization.SafeSerializationManager:0xf6c000a0]
[0xf74b8700: 0.00056 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00070, )
[0xf74b8700: 0.00058 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf74b8700: 0.00059 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00044, )
[0xf74b8700: 0.00059 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf74b8700: 0.00060 0] LEAVE: (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.NullReferenceException:.ctor (string) [0xf532aa50 - 0xf532aa88 0xf572edbc]
[0xf74b8700: 0.00066 0] ENTER: (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)([System.NullReferenceException:0xf6c00148], 0xffbd2ee8, (nil), 0xf532aa50, )
[0xf74b8700: 0.00067 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0x880c438, 0x1c, )
[0xf74b8700: 0.00068 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Runtime.Serialization.SafeSerializationManager:0xf6c00190]
[0xf74b8700: 0.00068 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00180, )
[0xf74b8700: 0.00069 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf74b8700: 0.00070 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00154, )
[0xf74b8700: 0.00070 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf74b8700: 0.00071 0] LEAVE: (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.StackOverflowException:.ctor (string) [0xf53c3ca0 - 0xf53c3cd8 0xf5732ca1]
[0xf74b8700: 0.00076 0] ENTER: (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)([System.StackOverflowException:0xf6c00220], 0xffbd2ee8, (nil), 0xf53c3ca0, )
[0xf74b8700: 0.00077 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0x880c438, 0x1c, )
[0xf74b8700: 0.00078 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Runtime.Serialization.SafeSerializationManager:0xf6c00268]
[0xf74b8700: 0.00078 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00258, )
[0xf74b8700: 0.00079 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf74b8700: 0.00080 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0022c, )
[0xf74b8700: 0.00080 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf74b8700: 0.00081 0] LEAVE: (wrapper runtime-invoke) <Module>:runtime_invoke_void__this___object (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: event_create: Creating unnamed event
Mono: _wapi_handle_new: Creating new handle of type Event
Mono: _wapi_handle_new: Allocated new handle 0x404
Mono: event_create: created new event handle 0x404
Mono: _wapi_handle_new: Creating new handle of type Sem
Mono: _wapi_handle_new: Allocated new handle 0x405
Mono: sem_create: Created semaphore handle 0x405 initial 0 max 2147483647
Mono: _wapi_handle_new: Creating new handle of type Thread
Mono: _wapi_handle_new: Allocated new handle 0x406
Mono: wapi_create_thread_handle: started thread id -149013696
Mono: _wapi_handle_test_capabilities: testing 0x3 against 0x1 (1)
Mono: _wapi_handle_test_capabilities: testing 0x3 against 0x8 (0)
Mono: wapi_WaitForSingleObjectEx: locking handle 0x405
Mono: _wapi_handle_test_capabilities: testing 0x3 against 0x4 (0)
Mono: _wapi_handle_timedwait_signal_handle: waiting for 0x405 (type Sem)
Mono: sem_release: sem 0x405 val 0 count 1
Mono: sem_release: sem 0x405 val now 1
Mono: sema_own: owning sem handle 0x405
Mono: sema_own: sem 0x405 val now 0
Mono: wapi_WaitForSingleObjectEx: handle 0x405 signalled
Mono: wapi_WaitForSingleObjectEx: unlocking handle 0x405
Mono: _wapi_handle_unref_full: Destroying handle 0x405
Mono: Assembly mscorlib[0x880de98] added to domain book-accuracy-list.aspx, ref_count=1
Mono: Assembly Loader probing location: 'book-accuracy-list.aspx'.
Mono: Unloading image /var/www/satrimono.com/book-accuracy-list.aspx [0x8888b08].
Cannot open assembly 'book-accuracy-list.aspx': File does not contain a valid CIL image.
Mono: GC_MAJOR: (user request) time 0.18ms, stw 0.40ms los size: 0K in use: 0K
Mono: GC_MAJOR_SWEEP: major size: 224K in use: 1K
Mono: event_create: Creating unnamed event
Mono: _wapi_handle_new: Creating new handle of type Event
Mono: _wapi_handle_new: Allocated new handle 0x407
Mono: event_create: created new event handle 0x407
Mono: _wapi_handle_test_capabilities: testing 0x3 against 0x1 (1)
Mono: _wapi_handle_test_capabilities: testing 0x3 against 0x8 (0)
Mono: wapi_WaitForSingleObjectEx: locking handle 0x407
Mono: _wapi_handle_test_capabilities: testing 0x3 against 0x4 (0)
Mono: _wapi_handle_timedwait_signal_handle: waiting for 0x407 (type Event)
Mono: AOT: FOUND method System.Runtime.Remoting.Contexts.Context:.cctor () [0xf5518950 - 0xf55189a0 0xf573bef8]
[0xf71e3b40: 0.00281 0] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xf71e30f4, 0xf5518950, )
[0xf71e3b40: 0.00284 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500b1b8, 0x20, )
[0xf71e3b40: 0.00295 2] ENTER: (wrapper managed-to-native) object:__icall_wrapper_mono_gc_alloc_obj (intptr,intptr)(0xf500b1b8, 0x20, )
[0xf71e3b40: 0.00297 2] LEAVE: (wrapper managed-to-native) object:__icall_wrapper_mono_gc_alloc_obj (intptr,intptr)[System.LocalDataStoreMgr:0xf6c00000]
[0xf71e3b40: 0.00298 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.LocalDataStoreMgr:0xf6c00000]
Mono: AOT: FOUND method System.Collections.Generic.List`1:.cctor () [0xf52662f0 - 0xf5266340 0xf5729972]
[0xf71e3b40: 0.00337 1] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xf71e2d54, 0xf7269290, )
[0xf71e3b40: 0.00381 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500b648, (nil), )
[0xf71e3b40: 0.00383 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.LocalDataStore[]:0xf6c00020]
[0xf71e3b40: 0.00386 1] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.LocalDataStoreMgr:.ctor () [0xf5234290 - 0xf5234361 0xf57284f2]
[0xf71e3b40: 0.00427 1] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500b288, 0x40, )
[0xf71e3b40: 0.00428 1] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Boolean[]:0xf6c00030]
[0xf71e3b40: 0.00429 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00008, )
[0xf71e3b40: 0.00429 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00430 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500b468, 0x18, )
[0xf71e3b40: 0.00430 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Collections.Generic.List`1:0xf6c00080]
[0xf71e3b40: 0.00431 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00088, )
[0xf71e3b40: 0.00432 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00433 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0000c, )
[0xf71e3b40: 0.00433 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00434 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500b7c8, 0x30, )
[0xf71e3b40: 0.00434 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Collections.Generic.Dictionary`2:0xf6c00098]
Mono: AOT: FOUND method System.Collections.Generic.Dictionary`2:.ctor () [0xf525cd40 - 0xf525cd77 0xf5729645]
Mono: AOT: FOUND method System.Collections.Generic.EqualityComparer`1:get_Default () [0xf5261990 - 0xf5261a00 0xf5729746]
Mono: AOT: FOUND method System.Collections.Generic.EqualityComparer`1:CreateComparer () [0xf5261a00 - 0xf5261df0 0xf5729748]
Mono: AOT: FOUND method System.RuntimeType:.cctor () [0xf5350c70 - 0xf5350de0 0xf572fd75]
[0xf71e3b40: 0.00529 1] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xf71e2be4, 0xf5350c70, )
[0xf71e3b40: 0.00533 1] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.RuntimeType:IsAssignableFrom (System.Type) [0xf534a870 - 0xf534a9ff 0xf572fa39]
Mono: AOT: FOUND method System.RuntimeType:get_UnderlyingSystemType () [0xf534ac10 - 0xf534ac2f 0xf572fa5b]
Mono: AOT: NOT FOUND: System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type).
[0xf71e3b40: 0.00566 1] ENTER: (wrapper managed-to-native) System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type)([TYPE:System.IEquatable`1<string>], [TYPE:string], )
[0xf71e3b40: 0.00570 1] LEAVE: (wrapper managed-to-native) System.RuntimeTypeHandle:type_is_assignable_from (System.Type,System.Type)result=1
Mono: AOT: FOUND method System.RuntimeType:CreateInstanceForAnotherGenericParameter (System.Type,System.RuntimeType) [0xf5350060 - 0xf5350113 0xf572fcef]
[0xf71e3b40: 0.00577 1] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500bc00, 0x1, )
[0xf71e3b40: 0.00579 1] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Type[]:0xf6c000c8]
[0xf71e3b40: 0.00655 1] ENTER: (wrapper stelemref) object:virt_stelemref_class (intptr,object)(this:0xf6c000c8[System.Type[] book-accuracy-list.aspx], (nil), [TYPE:string], )
[0xf71e3b40: 0.00671 2] ENTER: (wrapper managed-to-native) object:__icall_wrapper_mono_object_isinst_icall (object,intptr)([TYPE:string], 0x8830b40, )
[0xf71e3b40: 0.00674 2] LEAVE: (wrapper managed-to-native) object:__icall_wrapper_mono_object_isinst_icall (object,intptr)[System.RuntimeType:0xf7260228]
[0xf71e3b40: 0.00676 1] LEAVE: (wrapper stelemref) object:virt_stelemref_class (intptr,object)
Mono: AOT: NOT FOUND: System.RuntimeType:MakeGenericType (System.Type,System.Type[]).
[0xf71e3b40: 0.00693 1] ENTER: (wrapper managed-to-native) System.RuntimeType:MakeGenericType (System.Type,System.Type[])([TYPE:System.Collections.Generic.GenericEqualityComparer`1], 0xf6c000c8, )
[0xf71e3b40: 0.00698 1] LEAVE: (wrapper managed-to-native) System.RuntimeType:MakeGenericType (System.Type,System.Type[])[System.RuntimeType:0xf7260570]
Mono: AOT: FOUND method System.RuntimeType:GetDefaultConstructor () [0xf534e1c0 - 0xf534e2f4 0xf572fbd7]
[0xf71e3b40: 0.00706 1] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500bf38, 0x10, )
[0xf71e3b40: 0.00708 1] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.MonoTypeInfo:0xf6c000e0]
[0xf71e3b40: 0.00709 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf726057c, )
[0xf71e3b40: 0.00710 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
Mono: AOT: FOUND method System.RuntimeType:GetConstructors (System.Reflection.BindingFlags) [0xf5348cb0 - 0xf5348d35 0xf572f92e]
Mono: AOT: FOUND method System.Reflection.ConstructorInfo:.cctor () [0xf54f39d0 - 0xf54f3a10 0xf573a9bb]
[0xf71e3b40: 0.00736 1] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xf71e2b74, 0xf54f39d0, )
[0xf71e3b40: 0.00739 1] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.RuntimeType:GetConstructorCandidates (string,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[],bool) [0xf53482c0 - 0xf5348548 0xf572f8f4]
Mono: AOT: FOUND method System.Globalization.CultureInfo:.cctor () [0xf549a690 - 0xf549a710 0xf57387d5]
[0xf71e3b40: 0.00760 1] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xf71e2ad4, 0xf549a690, )
[0xf71e3b40: 0.00763 2] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500c550, 0x74, )
[0xf71e3b40: 0.00765 2] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Globalization.CultureInfo:0xf6c00128]
Mono: AOT: FOUND method System.Globalization.CultureInfo:.ctor (int,bool,bool) [0xf5495580 - 0xf5495887 0xf5738415]
Mono: AOT: FOUND method System.Globalization.CalendarData:.cctor () [0xf52ace00 - 0xf52adb20 0xf572bbc7]
[0xf71e3b40: 0.00842 2] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), (nil), 0xf71e2684, 0xf52ace00, )
[0xf71e3b40: 0.00845 3] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500cb78, 0x54, )
[0xf71e3b40: 0.00848 3] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Globalization.CalendarData:0xf6c008f8]
Mono: AOT: FOUND method System.Globalization.CalendarData:.ctor () [0xf52acdd0 - 0xf52acdf6 0xf572bbc2]
[0xf71e3b40: 0.00854 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00900, )
[0xf71e3b40: 0.00856 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00858 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x2, )
[0xf71e3b40: 0.00861 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00950]
[0xf71e3b40: 0.00934 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00950[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf7218120:MM/dd/yyyy], )
[0xf71e3b40: 0.00938 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00939 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00950[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf7218148:yyyy-MM-dd], )
[0xf71e3b40: 0.00941 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00942 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00904, )
[0xf71e3b40: 0.00944 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00945 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x1, )
[0xf71e3b40: 0.00947 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00968]
[0xf71e3b40: 0.00949 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00968[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf721c160:dddd, dd MMMM yyyy], )
[0xf71e3b40: 0.00951 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00952 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0090c, )
[0xf71e3b40: 0.00953 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00955 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x1, )
[0xf71e3b40: 0.00956 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00980]
[0xf71e3b40: 0.00958 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00980[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72241c0:yyyy MMMM], )
[0xf71e3b40: 0.00960 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00962 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00908, )
[0xf71e3b40: 0.00964 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00965 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00910, )
[0xf71e3b40: 0.00967 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00969 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x1, )
[0xf71e3b40: 0.00971 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00998]
[0xf71e3b40: 0.00973 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00998[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72281c8:A.D.], )
[0xf71e3b40: 0.00975 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00976 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00914, )
[0xf71e3b40: 0.00977 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00978 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x1, )
[0xf71e3b40: 0.00980 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c009b0]
[0xf71e3b40: 0.00982 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009b0[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72281e0:AD], )
[0xf71e3b40: 0.00984 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00986 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00918, )
[0xf71e3b40: 0.00987 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.00988 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x1, )
[0xf71e3b40: 0.00990 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c009c8]
[0xf71e3b40: 0.00992 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009c8[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72281e0:AD], )
[0xf71e3b40: 0.00995 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.00997 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0091c, )
[0xf71e3b40: 0.00999 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01000 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x7, )
[0xf71e3b40: 0.01002 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c009e0]
[0xf71e3b40: 0.01003 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf7224200:Sunday], )
[0xf71e3b40: 0.01005 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01007 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf7224220:Monday], )
[0xf71e3b40: 0.01009 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01010 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf7224240:Tuesday], )
[0xf71e3b40: 0.01013 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01014 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf7224260:Wednesday], )
[0xf71e3b40: 0.01016 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01018 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], 0x4, [STRING:0xf7224280:Thursday], )
[0xf71e3b40: 0.01020 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01021 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], 0x5, [STRING:0xf72242a0:Friday], )
[0xf71e3b40: 0.01023 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01024 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c009e0[System.String[] book-accuracy-list.aspx], 0x6, [STRING:0xf72242c0:Saturday], )
[0xf71e3b40: 0.01026 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01028 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00920, )
[0xf71e3b40: 0.01029 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01031 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x7, )
[0xf71e3b40: 0.01032 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00a10]
[0xf71e3b40: 0.01033 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72281f8:Sun], )
[0xf71e3b40: 0.01034 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01036 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf7228210:Mon], )
[0xf71e3b40: 0.01038 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01040 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf7228228:Tue], )
[0xf71e3b40: 0.01042 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01044 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf7228240:Wed], )
[0xf71e3b40: 0.01046 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01049 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], 0x4, [STRING:0xf7228258:Thu], )
[0xf71e3b40: 0.01052 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01053 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], 0x5, [STRING:0xf7228270:Fri], )
[0xf71e3b40: 0.01056 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01058 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a10[System.String[] book-accuracy-list.aspx], 0x6, [STRING:0xf7228288:Sat], )
[0xf71e3b40: 0.01060 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01062 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00924, )
[0xf71e3b40: 0.01064 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01066 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x7, )
[0xf71e3b40: 0.01067 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00a40]
[0xf71e3b40: 0.01069 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72282a0:Su], )
[0xf71e3b40: 0.01072 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01073 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf72282b8:Mo], )
[0xf71e3b40: 0.01076 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01078 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf72282d0:Tu], )
[0xf71e3b40: 0.01080 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01082 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf72282e8:We], )
[0xf71e3b40: 0.01084 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01085 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], 0x4, [STRING:0xf7228300:Th], )
[0xf71e3b40: 0.01088 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01090 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], 0x5, [STRING:0xf7228318:Fr], )
[0xf71e3b40: 0.01092 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01094 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a40[System.String[] book-accuracy-list.aspx], 0x6, [STRING:0xf7228330:Sa], )
[0xf71e3b40: 0.01096 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01098 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00928, )
[0xf71e3b40: 0.01100 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01101 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0xd, )
[0xf71e3b40: 0.01102 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00a70]
[0xf71e3b40: 0.01104 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72242e0:January], )
[0xf71e3b40: 0.01106 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01107 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf7224300:February], )
[0xf71e3b40: 0.01109 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01110 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf7228348:March], )
[0xf71e3b40: 0.01112 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01114 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf7228360:April], )
[0xf71e3b40: 0.01115 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01117 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x4, [STRING:0xf7228378:May], )
[0xf71e3b40: 0.01119 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01121 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x5, [STRING:0xf7228390:June], )
[0xf71e3b40: 0.01123 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01125 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x6, [STRING:0xf72283a8:July], )
[0xf71e3b40: 0.01126 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01128 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x7, [STRING:0xf7224320:August], )
[0xf71e3b40: 0.01130 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01132 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x8, [STRING:0xf7224340:September], )
[0xf71e3b40: 0.01134 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01136 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0x9, [STRING:0xf7224360:October], )
[0xf71e3b40: 0.01138 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01140 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0xa, [STRING:0xf7224380:November], )
[0xf71e3b40: 0.01142 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01144 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0xb, [STRING:0xf72243a0:December], )
[0xf71e3b40: 0.01146 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01149 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00a70[System.String[] book-accuracy-list.aspx], 0xc, [STRING:0xf724c120:], )
[0xf71e3b40: 0.01151 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01153 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0092c, )
[0xf71e3b40: 0.01155 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01157 3] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0xd, )
[0xf71e3b40: 0.01161 3] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00ab8]
[0xf71e3b40: 0.01163 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf72283c0:Jan], )
[0xf71e3b40: 0.01166 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01167 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf72283d8:Feb], )
[0xf71e3b40: 0.01170 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01171 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf72283f0:Mar], )
[0xf71e3b40: 0.01174 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01176 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf7228408:Apr], )
[0xf71e3b40: 0.01178 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01180 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x4, [STRING:0xf7228378:May], )
[0xf71e3b40: 0.01182 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01184 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x5, [STRING:0xf7228420:Jun], )
[0xf71e3b40: 0.01187 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01189 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x6, [STRING:0xf7228438:Jul], )
[0xf71e3b40: 0.01191 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01193 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x7, [STRING:0xf7228450:Aug], )
[0xf71e3b40: 0.01195 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01196 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x8, [STRING:0xf7228468:Sep], )
[0xf71e3b40: 0.01198 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01200 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0x9, [STRING:0xf7228480:Oct], )
[0xf71e3b40: 0.01203 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01205 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0xa, [STRING:0xf7228498:Nov], )
[0xf71e3b40: 0.01207 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01209 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0xb, [STRING:0xf72284b0:Dec], )
[0xf71e3b40: 0.01211 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01213 3] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ab8[System.String[] book-accuracy-list.aspx], 0xc, [STRING:0xf724c120:], )
[0xf71e3b40: 0.01215 3] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01217 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00930, )
[0xf71e3b40: 0.01219 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01221 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00934, )
[0xf71e3b40: 0.01222 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01224 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00938, )
[0xf71e3b40: 0.01226 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01228 3] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0093c, )
[0xf71e3b40: 0.01230 3] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01231 2] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.Globalization.CultureData:get_Invariant () [0xf547b380 - 0xf547b6c0 0xf5737a11]
[0xf71e3b40: 0.01242 2] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500c810, 0x58, )
[0xf71e3b40: 0.01245 2] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Globalization.CultureData:0xf6c00b10]
[0xf71e3b40: 0.01248 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b40, )
[0xf71e3b40: 0.01250 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01252 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b3c, )
[0xf71e3b40: 0.01254 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01256 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b18, )
[0xf71e3b40: 0.01258 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01260 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b1c, )
[0xf71e3b40: 0.01262 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01264 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b20, )
[0xf71e3b40: 0.01266 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01267 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x1, )
[0xf71e3b40: 0.01269 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00b68]
[0xf71e3b40: 0.01270 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00b68[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf7224160:HH:mm:ss], )
[0xf71e3b40: 0.01272 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01274 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b24, )
[0xf71e3b40: 0.01276 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01278 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0x4, )
[0xf71e3b40: 0.01280 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00b80]
[0xf71e3b40: 0.01282 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00b80[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf7228198:HH:mm], )
[0xf71e3b40: 0.01284 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01286 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00b80[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf7224180:hh:mm tt], )
[0xf71e3b40: 0.01289 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01291 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00b80[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf72281b0:H:mm], )
[0xf71e3b40: 0.01293 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01295 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00b80[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf72241a0:h:mm tt], )
[0xf71e3b40: 0.01297 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01299 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b28, )
[0xf71e3b40: 0.01301 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01302 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c9a8, 0x1, )
[0xf71e3b40: 0.01304 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Int32[]:0xf6c00ba0]
[0xf71e3b40: 0.01305 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b34, )
[0xf71e3b40: 0.01307 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01308 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500cab8, 0x17, )
[0xf71e3b40: 0.01309 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Globalization.CalendarData[]:0xf6c00bb8]
[0xf71e3b40: 0.01311 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b38, )
[0xf71e3b40: 0.01312 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01340 2] ENTER: (wrapper stelemref) object:virt_stelemref_class (intptr,object)(this:0xf6c00bb8[System.Globalization.CalendarData[] book-accuracy-list.aspx], (nil), [System.Globalization.CalendarData:0xf6c008f8], )
[0xf71e3b40: 0.01342 3] ENTER: (wrapper managed-to-native) object:__icall_wrapper_mono_object_isinst_icall (object,intptr)([System.Globalization.CalendarData:0xf6c008f8], 0xf501b710, )
[0xf71e3b40: 0.01344 3] LEAVE: (wrapper managed-to-native) object:__icall_wrapper_mono_object_isinst_icall (object,intptr)[System.Globalization.CalendarData:0xf6c008f8]
[0xf71e3b40: 0.01346 2] LEAVE: (wrapper stelemref) object:virt_stelemref_class (intptr,object)
[0xf71e3b40: 0.01348 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00b64, )
[0xf71e3b40: 0.01350 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01351 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf5019a20, )
[0xf71e3b40: 0.01353 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01354 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00194, )
[0xf71e3b40: 0.01355 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
Mono: AOT: FOUND method System.Globalization.CultureInfo:ConstructInvariant (bool) [0xf5497bc0 - 0xf5497d22 0xf57385e6]
Mono: AOT: FOUND method System.Globalization.NumberFormatInfo:get_InvariantInfo () [0xf52ddc10 - 0xf52ddc80 0xf572d16b]
[0xf71e3b40: 0.01374 2] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500cd18, 0x84, )
[0xf71e3b40: 0.01376 2] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Globalization.NumberFormatInfo:0xf6c00ca0]
Mono: AOT: FOUND method System.Globalization.NumberFormatInfo:.ctor (System.Globalization.CultureData) [0xf52dd330 - 0xf52dd762 0xf572d121]
[0xf71e3b40: 0.01383 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c9a8, 0x1, )
[0xf71e3b40: 0.01384 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Int32[]:0xf6c00e80]
[0xf71e3b40: 0.01386 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00ca8, )
[0xf71e3b40: 0.01387 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01388 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c9a8, 0x1, )
[0xf71e3b40: 0.01390 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Int32[]:0xf6c00e98]
[0xf71e3b40: 0.01391 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cac, )
[0xf71e3b40: 0.01393 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01394 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c9a8, 0x1, )
[0xf71e3b40: 0.01395 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Int32[]:0xf6c00eb0]
[0xf71e3b40: 0.01397 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cb0, )
[0xf71e3b40: 0.01398 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01399 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cb4, )
[0xf71e3b40: 0.01401 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01402 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cb8, )
[0xf71e3b40: 0.01403 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01405 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cbc, )
[0xf71e3b40: 0.01406 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01407 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cc0, )
[0xf71e3b40: 0.01409 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01410 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cc4, )
[0xf71e3b40: 0.01411 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01412 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cc8, )
[0xf71e3b40: 0.01414 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01415 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00ccc, )
[0xf71e3b40: 0.01416 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01418 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cd4, )
[0xf71e3b40: 0.01419 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01420 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cd8, )
[0xf71e3b40: 0.01422 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01423 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cdc, )
[0xf71e3b40: 0.01424 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01425 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00ce0, )
[0xf71e3b40: 0.01427 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01428 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00ce4, )
[0xf71e3b40: 0.01429 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01431 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00ce8, )
[0xf71e3b40: 0.01432 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01433 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cec, )
[0xf71e3b40: 0.01435 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01436 2] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf500c898, 0xa, )
[0xf71e3b40: 0.01437 2] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.String[]:0xf6c00ec8]
[0xf71e3b40: 0.01439 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], (nil), [STRING:0xf724c1b0:0], )
[0xf71e3b40: 0.01441 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01441 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x1, [STRING:0xf724c1c0:1], )
[0xf71e3b40: 0.01443 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01444 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x2, [STRING:0xf724c1d0:2], )
[0xf71e3b40: 0.01446 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01448 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x3, [STRING:0xf724c1e0:3], )
[0xf71e3b40: 0.01450 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01451 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x4, [STRING:0xf724c1f0:4], )
[0xf71e3b40: 0.01453 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01454 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x5, [STRING:0xf724c200:5], )
[0xf71e3b40: 0.01456 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01457 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x6, [STRING:0xf724c210:6], )
[0xf71e3b40: 0.01459 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01460 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x7, [STRING:0xf724c220:7], )
[0xf71e3b40: 0.01462 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01463 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x8, [STRING:0xf724c230:8], )
[0xf71e3b40: 0.01465 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01466 2] ENTER: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)(this:0xf6c00ec8[System.String[] book-accuracy-list.aspx], 0x9, [STRING:0xf724c240:9], )
[0xf71e3b40: 0.01468 2] LEAVE: (wrapper stelemref) object:virt_stelemref_sealed_class (intptr,object)
[0xf71e3b40: 0.01469 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00cf0, )
[0xf71e3b40: 0.01470 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
Mono: AOT: FOUND method System.Globalization.NumberFormatInfo:ReadOnly (System.Globalization.NumberFormatInfo) [0xf52df710 - 0xf52df7a2 0xf572d21d]
[0xf71e3b40: 0.01511 2] ENTER: (wrapper remoting-invoke-with-check) object:MemberwiseClone ()(this:0xf6c00ca0[System.Globalization.NumberFormatInfo book-accuracy-list.aspx], )
[0xf71e3b40: 0.01528 3] ENTER: (wrapper managed-to-native) object:MemberwiseClone (object)([System.Globalization.NumberFormatInfo:0xf6c00ca0], )
[0xf71e3b40: 0.01531 3] LEAVE: (wrapper managed-to-native) object:MemberwiseClone (object)[System.Globalization.NumberFormatInfo:0xf6c00f00]
[0xf71e3b40: 0.01532 2] LEAVE: (wrapper remoting-invoke-with-check) object:MemberwiseClone ()[System.Globalization.NumberFormatInfo:0xf6c00f00]
[0xf71e3b40: 0.01534 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0014c, )
[0xf71e3b40: 0.01535 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
Mono: AOT: FOUND method System.Globalization.TextInfo:get_Invariant () [0xf52e1e30 - 0xf52e1ea0 0xf572d39a]
[0xf71e3b40: 0.01545 2] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0xf500ce80, 0x2c, )
[0xf71e3b40: 0.01548 2] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Globalization.TextInfo:0xf6c00f88]
[0xf71e3b40: 0.01549 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00f98, )
[0xf71e3b40: 0.01551 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01552 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00f94, )
[0xf71e3b40: 0.01553 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01555 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00f9c, )
[0xf71e3b40: 0.01556 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01557 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00154, )
[0xf71e3b40: 0.01559 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01560 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00158, )
[0xf71e3b40: 0.01562 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01563 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00160, )
[0xf71e3b40: 0.01564 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01566 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0015c, )
[0xf71e3b40: 0.01567 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01568 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00164, )
[0xf71e3b40: 0.01570 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01571 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00168, )
[0xf71e3b40: 0.01573 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01574 2] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c0016c, )
[0xf71e3b40: 0.01575 2] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01577 2] ENTER: (wrapper alloc) object:AllocSmall (intptr,intptr)(0x880bcb8, 0x8, )
[0xf71e3b40: 0.01578 2] LEAVE: (wrapper alloc) object:AllocSmall (intptr,intptr)[System.Object:0xf6c00fb8]
[0xf71e3b40: 0.01580 1] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: AOT: FOUND method System.RuntimeType:FilterHelper (System.Reflection.BindingFlags,string&,bool,bool&,bool&,System.RuntimeType/MemberListType&) [0xf53478b0 - 0xf53479de 0xf572f8b2]
Mono: AOT: NOT FOUND: System.RuntimeType:GetConstructors_internal (System.Reflection.BindingFlags,System.Type).
[0xf71e3b40: 0.01606 1] ENTER: (wrapper managed-to-native) System.RuntimeType:GetConstructors_internal (System.RuntimeType,System.Reflection.BindingFlags,System.Type)([TYPE:System.Collections.Generic.GenericEqualityComparer`1<string>], 54, [TYPE:System.Collections.Generic.GenericEqualityComparer`1<string>], )
[0xf71e3b40: 0.01631 1] LEAVE: (wrapper managed-to-native) System.RuntimeType:GetConstructors_internal (System.RuntimeType,System.Reflection.BindingFlags,System.Type)result=0xf6c01018
Mono: AOT: FOUND method System.RuntimeType/ListBuilder`1:.ctor (int) [0xf5350de0 - 0xf5350e1e 0xf572fd9e]
Mono: AOT: FOUND method System.RuntimeType:FilterApplyMethodBase (System.Reflection.MethodBase,System.Reflection.BindingFlags,System.Reflection.BindingFlags,System.Reflection.CallingConventions,System.Type[]) [0xf5347e20 - 0xf5348085 0xf572f8db]
Mono: AOT: FOUND method System.RuntimeType/ListBuilder`1:Add (T) [0xf5351010 - 0xf535111d 0xf572fda8]
[0xf71e3b40: 0.01653 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf71e2d6c, )
[0xf71e3b40: 0.01656 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01657 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf71e2df4, )
[0xf71e3b40: 0.01659 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01661 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf71e2df8, )
[0xf71e3b40: 0.01662 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
Mono: AOT: FOUND method System.RuntimeType/ListBuilder`1:ToArray () [0xf5350e80 - 0xf5350f56 0xf572fda2]
[0xf71e3b40: 0.01671 1] ENTER: (wrapper alloc) object:AllocVector (intptr,intptr)(0xf5017c88, 0x1, )
[0xf71e3b40: 0.01673 1] LEAVE: (wrapper alloc) object:AllocVector (intptr,intptr)[System.Reflection.ConstructorInfo[]:0xf6c01030]
[0xf71e3b40: 0.01725 1] ENTER: (wrapper stelemref) object:virt_stelemref_class (intptr,object)(this:0xf6c01030[System.Reflection.ConstructorInfo[] book-accuracy-list.aspx], (nil), [System.Reflection.MonoGenericCMethod:0xf6c00fd0], )
[0xf71e3b40: 0.01728 2] ENTER: (wrapper managed-to-native) object:__icall_wrapper_mono_object_isinst_icall (object,intptr)([System.Reflection.MonoGenericCMethod:0xf6c00fd0], 0x8838798, )
[0xf71e3b40: 0.01729 2] LEAVE: (wrapper managed-to-native) object:__icall_wrapper_mono_object_isinst_icall (object,intptr)[System.Reflection.MonoGenericCMethod:0xf6c00fd0]
[0xf71e3b40: 0.01731 1] LEAVE: (wrapper stelemref) object:virt_stelemref_class (intptr,object)
Mono: AOT: FOUND method System.Reflection.MonoCMethod:GetParametersCount () [0xf54fcfe0 - 0xf54fd01f 0xf573aeea]
Mono: AOT: NOT FOUND: System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo).
[0xf71e3b40: 0.01761 1] ENTER: (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo)(0xf501c788, [System.Reflection.MonoGenericCMethod:0xf6c00fd0], )
[0xf71e3b40: 0.01779 1] LEAVE: (wrapper managed-to-native) System.Reflection.MonoMethodInfo:get_parameter_info (intptr,System.Reflection.MemberInfo)result=0xf6c01048
[0xf71e3b40: 0.01782 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c000ec, )
[0xf71e3b40: 0.01783 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
Mono: AOT: NOT FOUND: System.Reflection.MonoCMethod:InternalInvoke (object,object[],System.Exception&).
[0xf71e3b40: 0.01804 1] ENTER: (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)([System.Reflection.MonoGenericCMethod:0xf6c00fd0], (nil), (nil), [BYREF:0xf71e2e2c], )
Mono: AOT: FOUND method System.Collections.Generic.GenericEqualityComparer`1:.ctor () [0xf52620a0 - 0xf52620c7 0xf572976e]
[0xf71e3b40: 0.01844 2] ENTER: (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)([System.Collections.Generic.GenericEqualityComparer`1:0xf6c01058], (nil), (nil), 0xf52620a0, )
Mono: AOT: FOUND method System.Collections.Generic.EqualityComparer`1:.ctor () [0xf5261970 - 0xf526198c 0xf5729744]
[0xf71e3b40: 0.01856 2] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)[OBJECT:(nil)]
[0xf71e3b40: 0.01859 1] LEAVE: (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)[System.Collections.Generic.GenericEqualityComparer`1:0xf6c01058]
[0xf71e3b40: 0.01864 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c000a8, )
[0xf71e3b40: 0.01867 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01869 1] ENTER: (wrapper write-barrier) object:wbarrier_noconc (intptr)(0xf6c00010, )
[0xf71e3b40: 0.01870 1] LEAVE: (wrapper write-barrier) object:wbarrier_noconc (intptr)
[0xf71e3b40: 0.01873 0] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_void (object,intptr,intptr,intptr)[OBJECT:(nil)]
[0xf71e3b40: 0.01875 0] ENTER: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)([System.Runtime.Remoting.Contexts.Context:0xf7248120], (nil), 0xf71e3154, (nil), )
Mono: AOT: FOUND method System.Runtime.Remoting.Contexts.Context:Finalize () [0xf5517060 - 0xf55170a4 0xf573bdb1]
Mono: AOT: NOT FOUND: System.Runtime.Remoting.Contexts.Context:ReleaseContext (System.Runtime.Remoting.Contexts.Context).
[0xf71e3b40: 0.01897 1] ENTER: (wrapper managed-to-native) System.Runtime.Remoting.Contexts.Context:ReleaseContext (System.Runtime.Remoting.Contexts.Context)([System.Runtime.Remoting.Contexts.Context:0xf7248120], )
[0xf71e3b40: 0.01900 1] LEAVE: (wrapper managed-to-native) System.Runtime.Remoting.Contexts.Context:ReleaseContext (System.Runtime.Remoting.Contexts.Context)
[0xf71e3b40: 0.01902 0] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)[OBJECT:(nil)]
[0xf71e3b40: 0.01906 0] ENTER: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)([System.Threading.Thread:0xf7250120], (nil), 0xf71e3154, (nil), )
Mono: AOT: FOUND method System.Threading.Thread:Finalize () [0xf5427d50 - 0xf5427d8e 0xf57354b7]
[0xf71e3b40: 0.01915 0] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)[OBJECT:(nil)]
[0xf71e3b40: 0.01918 0] ENTER: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)([System.Threading.Thread:0xf7250160], (nil), 0xf71e3154, (nil), )
[0xf71e3b40: 0.01920 0] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)[OBJECT:(nil)]
[0xf71e3b40: 0.01923 0] ENTER: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)([System.Threading.InternalThread:0xf7254120], (nil), 0xf71e3154, (nil), )
Mono: AOT: FOUND method System.Threading.InternalThread:Finalize () [0xf55abc50 - 0xf55abca2 0xf5740cba]
Mono: AOT: NOT FOUND: System.Threading.InternalThread:Thread_free_internal (intptr).
[0xf71e3b40: 0.01951 1] ENTER: (wrapper managed-to-native) System.Threading.InternalThread:Thread_free_internal (System.Threading.InternalThread,intptr)([System.Threading.InternalThread:0xf7254120], 0x403, )
[0xf71e3b40: 0.01954 1] LEAVE: (wrapper managed-to-native) System.Threading.InternalThread:Thread_free_internal (System.Threading.InternalThread,intptr)
[0xf71e3b40: 0.01956 0] LEAVE: (wrapper runtime-invoke) object:runtime_invoke_virtual_void__this__ (object,intptr,intptr,intptr)[OBJECT:(nil)]
Mono: event_set: Setting event handle 0x407
Mono: event_own: owning event handle 0x407
Mono: wapi_WaitForSingleObjectEx: handle 0x407 signalled
Mono: wapi_WaitForSingleObjectEx: unlocking handle 0x407
Mono: _wapi_handle_unref_full: Destroying handle 0x407
Mono: _wapi_handle_test_capabilities: testing 0x1 against 0x1 (1)
Mono: _wapi_handle_test_capabilities: testing 0x1 against 0x8 (0)
Mono: wapi_WaitForSingleObjectEx: locking handle 0x406
Mono: _wapi_handle_test_capabilities: testing 0x1 against 0x4 (0)
Mono: _wapi_handle_timedwait_signal_handle: waiting for 0x406 (type Thread)
Mono: wapi_thread_handle_set_exited: Thread 0x406 terminating
Mono: wapi_thread_handle_set_exited: Thread 0x406 abandoning held mutexes
Mono: wapi_WaitForSingleObjectEx: handle 0x406 signalled
Mono: wapi_WaitForSingleObjectEx: unlocking handle 0x406
Mono: wapi_thread_handle_set_exited: Recording thread handle 0x406 id -149013696 status as 0
Mono: wapi_thread_handle_set_exited: Thread 0x403 terminating
Mono: wapi_thread_handle_set_exited: Thread 0x403 abandoning held mutexes
Mono: wapi_thread_handle_set_exited: Recording thread handle 0x403 id -146045184 status as 0
Mono: _wapi_handle_unref_full: Destroying handle 0x403
Mono: _wapi_cleanup_networking: cleaning up
Mono: Unloading domain book-accuracy-list.aspx[0x880a7b8], assembly mscorlib[0x880de98], ref_count=1
Mono: Unloading assembly mscorlib [0x880de98].
Mono: Unloading image /usr/lib/mono/4.5/mscorlib.dll [0x880d108].

mistachkin added on 2017-01-27 23:37:48: (text/x-fossil-plain)
In that trace output, there is no mention of SQLite at all.

Also, it seems to be ignoring the MONO_LOG_MASK (dll) and emitting all trace
information.

anonymous added on 2017-01-27 23:44:52: (text/x-fossil-plain)
Should I run a trace another way?

mistachkin added on 2017-01-28 00:36:09: (text/x-fossil-plain)
I'm not sure.  I'm unable to replicate the problem here.  Perhaps the Mono team
could help diagnose this issue?

anonymous added on 2017-01-28 05:39:25: (text/x-fossil-plain)
This is yet another problem. build_mono.bat fails.


C:\SQLite\Setup>build_mono.bat
---- found vendor-specific test package directory "C:/SQLite/lib/System.Data.SQLite", adding...
---- forcibly refreshed auto-path list via "debug" command
---- found vendor-specific test suite directory "C:/SQLite/Tests"
---- set interpreter test path to "C:/SQLite/Tests" via "debug" command
tagged "SQLite.Interop\src\generic\interop.h" SourceIdMode 0000000000000000000000000000000000000000 0000-00-00 00:00:00 UTC
---- found vendor-specific test package directory "C:/SQLite/lib/System.Data.SQLite", adding...
---- forcibly refreshed auto-path list via "debug" command
---- found vendor-specific test suite directory "C:/SQLite/Tests"
---- set interpreter test path to "C:/SQLite/Tests" via "debug" command
tagged "System.Data.SQLite\SQLitePatchLevel.cs" SourceIdMode 0000000000000000000000000000000000000000 0000-00-00 00:00:00 UTC
Microsoft (R) Build Engine version 12.0.31101.0
[Microsoft .NET Framework, version 4.0.30319.42000]
Copyright (C) Microsoft Corporation. All rights reserved.

Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 1/28/2017 12:26:35 AM.
Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" on node 1 (Rebuild target(s)).
ValidateSolutionConfiguration:
  Building solution configuration "ReleaseManagedOnly|Any CPU".
ValidateProjects:
  The project "SQLite.Interop.2013" is not selected for building in solution configuration "ReleaseManagedOnly|Any CPU".
Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\System.Data.SQLite\System.Data.SQLite.2013.csproj" (2) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.xml".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.pdb".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.2013.csprojResolveAssemblyReference.cache".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.Resources.SR.resources".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.2013.csproj.GenerateResource.Cache".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.dll".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.pdb".
CleanConfigurations:
  Deleting file "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll.config".
  Deleting file "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\test.exe.config".
  Deleting file "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\test32.exe.config".
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /r:"C:\Program F
  iles (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /r:"C:\Program Files (x86
  )\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Transactions.dll" /r:"C:\Program Files (x86)\Refe
  rence Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /compile Resources\SR.resx,C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.Resources.SR.res
  ources
  Processing resource file "Resources\SR.resx" into "C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.Resources.SR.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:618,1591,3001,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.xml
  /define:TRACE;NET_451;USE_INTEROP_DLL;USE_PREPARE_V2;THROW_ON_DISPOSED;PRELOAD_NATIVE_LIBRARY;INTEROP_EXTENSION_FUNCTIONS;INTEROP_FTS5_EXTENSION;INTEROP_JSON1_EXTENSION;INTEROP_PERCENTILE_EXTENSION;INTEROP_REGEXP_EXTENSIO
  N;INTEROP_TOTYPE_EXTENSION;INTEROP_VIRTUAL_TABLE;TRACE_PRELOAD;TRACE_SHARED;TRACE_WARNING;WINDOWS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.d
  ll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System
  .Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Syst
  em.Transactions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /debug:pdbonly /keyfile:C:\SQLite\System.Data.SQLite\..\Keys\System.Data.SQLite.snk /op
  timize+ /out:C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.dll /subsystemversion:6.00 /resource:C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.2013\Mo
  noOnPosix\Release\System.Data.SQLite.Resources.SR.resources,System.Data.SQLite.SR.resources /resource:Resources\SQLiteCommand.bmp,System.Data.SQLite.Resources.SQLiteCommand.bmp /resource:Resources\SQLiteConnection.bmp,Sys
  tem.Data.SQLite.Resources.SQLiteConnection.bmp /resource:Resources\SQLiteDataAdapter.bmp,System.Data.SQLite.Resources.SQLiteDataAdapter.bmp /target:library /utf8output AssemblyInfo.cs AssemblySourceIdAttribute.cs Assembly
  SourceTimeStampAttribute.cs SQLite3.cs SQLite3_UTF16.cs SQLiteBackup.cs SQLiteBase.cs SQLiteBlob.cs SQLiteCommand.cs SQLiteCommandBuilder.cs SQLiteConnection.cs SQLiteConnectionPool.cs SQLiteConnectionStringBuilder.cs SQL
  iteConvert.cs SQLiteDataAdapter.cs SQLiteDataReader.cs SQLiteDefineConstants.cs SQLiteException.cs SQLiteFactory.cs SQLiteFunction.cs SQLiteFunctionAttribute.cs SQLiteKeyReader.cs SQLiteLog.cs SQLiteMetaDataCollectionName
  s.cs SQLiteParameter.cs SQLiteParameterCollection.cs SQLitePatchLevel.cs SQLiteStatement.cs SQLiteTransaction.cs SQLiteTransaction2.cs SQLiteTransactionBase.cs UnsafeNativeMethods.cs Resources\SR.Designer.cs SQLiteEnlistm
  ent.cs LINQ\SQLiteConnection_Linq.cs LINQ\SQLiteFactory_Linq.cs ISQLiteNativeModule.cs SQLiteModule.cs SQLiteModuleCommon.cs SQLiteModuleEnumerable.cs SQLiteModuleNoop.cs "C:\Users\Etienne\AppData\Local\Temp\.NETFramework
  ,Version=v4.5.1.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.dll" to "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll".
  System.Data.SQLite.2013 -> C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll
  Copying file from "C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.2013\MonoOnPosix\Release\System.Data.SQLite.pdb" to "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.pdb".
CopyConfigurations:
  Copying file from "Configurations\System.Data.SQLite.dll.config" to "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll.config".
  Touching "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll.CopyConfigurations.done".
Done Building Project "C:\SQLite\System.Data.SQLite\System.Data.SQLite.2013.csproj" (Rebuild target(s)).

Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\System.Data.SQLite\System.Data.SQLite.Module.2013.csproj" (3) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.xml".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.netmodule".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.pdb".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.Resources.SR.resources".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.Module.2013.csproj.GenerateResource.Cache".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.netmodule".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.pdb".
CleanConfigurations:
  Deleting file "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll.config".
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /r:"C:\Program F
  iles (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /r:"C:\Program Files (x86
  )\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Transactions.dll" /r:"C:\Program Files (x86)\Refe
  rence Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /compile Resources\SR.resx,C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.Resources
  .SR.resources
  Processing resource file "Resources\SR.resx" into "C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.Resources.SR.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:618,1591,3001,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.xml
  /define:TRACE;NET_451;USE_PREPARE_V2;THROW_ON_DISPOSED;PRELOAD_NATIVE_LIBRARY;INTEROP_EXTENSION_FUNCTIONS;INTEROP_FTS5_EXTENSION;INTEROP_JSON1_EXTENSION;INTEROP_PERCENTILE_EXTENSION;INTEROP_REGEXP_EXTENSION;INTEROP_TOTYPE
  _EXTENSION;INTEROP_VIRTUAL_TABLE;TRACE_PRELOAD;TRACE_SHARED;TRACE_WARNING;WINDOWS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /reference:"
  C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /refe
  rence:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Transactions.
  dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /debug:pdbonly /optimize+ /out:C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.Module.2013\
  MonoOnPosix\Release\System.Data.SQLite.netmodule /subsystemversion:6.00 /resource:C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.Resources.SR.resources,Syste
  m.Data.SQLite.SR.resources /resource:Resources\SQLiteCommand.bmp,System.Data.SQLite.Resources.SQLiteCommand.bmp /resource:Resources\SQLiteConnection.bmp,System.Data.SQLite.Resources.SQLiteConnection.bmp /resource:Resource
  s\SQLiteDataAdapter.bmp,System.Data.SQLite.Resources.SQLiteDataAdapter.bmp /target:module /utf8output AssemblyInfo.cs AssemblySourceIdAttribute.cs AssemblySourceTimeStampAttribute.cs SQLite3.cs SQLite3_UTF16.cs SQLiteBack
  up.cs SQLiteBase.cs SQLiteBlob.cs SQLiteCommand.cs SQLiteCommandBuilder.cs SQLiteConnection.cs SQLiteConnectionPool.cs SQLiteConnectionStringBuilder.cs SQLiteConvert.cs SQLiteDataAdapter.cs SQLiteDataReader.cs SQLiteDefin
  eConstants.cs SQLiteException.cs SQLiteFactory.cs SQLiteFunction.cs SQLiteFunctionAttribute.cs SQLiteKeyReader.cs SQLiteLog.cs SQLiteMetaDataCollectionNames.cs SQLiteParameter.cs SQLiteParameterCollection.cs SQLitePatchLe
  vel.cs SQLiteStatement.cs SQLiteTransaction.cs SQLiteTransaction2.cs SQLiteTransactionBase.cs UnsafeNativeMethods.cs Resources\SR.Designer.cs SQLiteEnlistment.cs LINQ\SQLiteConnection_Linq.cs LINQ\SQLiteFactory_Linq.cs IS
  QLiteNativeModule.cs SQLiteModule.cs SQLiteModuleCommon.cs SQLiteModuleEnumerable.cs SQLiteModuleNoop.cs "C:\Users\Etienne\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.netmodule" to "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.
  SQLite.netmodule".
  System.Data.SQLite.Module.2013 -> C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.netmodule
  Copying file from "C:\SQLite\System.Data.SQLite\..\obj\2013\System.Data.SQLite.Module.2013\MonoOnPosix\Release\System.Data.SQLite.pdb" to "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite
  .pdb".
CopyConfigurations:
  Copying file from "Configurations\System.Data.SQLite.dll.config" to "C:\SQLite\System.Data.SQLite\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll.config".
  Touching "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.netmodule.CopyConfigurations.done".
Done Building Project "C:\SQLite\System.Data.SQLite\System.Data.SQLite.Module.2013.csproj" (Rebuild target(s)).

Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.Linq.2013.csproj" (4) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.Linq.xml".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.Linq.dll".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.Linq.pdb".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.2013.csprojResolveAssemblyReference.cache".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.Properties.Resources.resources".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.2013.csproj.GenerateResource.Cache".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.dll".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.pdb".
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /r:"C:\Program F
  iles (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /r:"C:\Program Files (x86
  )\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.Entity.dll" /r:C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framewo
  rk\.NETFramework\v4.5.1\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /compile Properties\Resources.resx,C:\SQLite\System.Data.SQLite.Linq\..\obj\2013
  \System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.Properties.Resources.resources
  Processing resource file "Properties\Resources.resx" into "C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:618,1591,3001,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite
  .Linq.xml /define:TRACE;NET_451;USE_INTEROP_DLL;USE_PREPARE_V2;THROW_ON_DISPOSED;PRELOAD_NATIVE_LIBRARY;INTEROP_EXTENSION_FUNCTIONS;INTEROP_FTS5_EXTENSION;INTEROP_JSON1_EXTENSION;INTEROP_PERCENTILE_EXTENSION;INTEROP_REGEX
  P_EXTENSION;INTEROP_TOTYPE_EXTENSION;INTEROP_VIRTUAL_TABLE;TRACE_PRELOAD;TRACE_SHARED;TRACE_WARNING;WINDOWS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\
  mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.
  5.1\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.Entity.dll" /reference:C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll /re
  ference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /d
  ebug:pdbonly /keyfile:C:\SQLite\System.Data.SQLite.Linq\..\Keys\System.Data.SQLite.snk /optimize+ /out:C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq
  .dll /subsystemversion:6.00 /resource:C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.Properties.Resources.resources,System.Data.SQLite.Properties.res
  ources /resource:Resources\SQLiteProviderServices.StoreSchemaDefinition.Linq.ssdl,System.Data.SQLite.SQLiteProviderServices.StoreSchemaDefinition.ssdl /resource:Resources\Common.ConceptualSchemaDefinition.csdl,System.Data
  .SQLite.Common.ConceptualSchemaDefinition.csdl /resource:Resources\SQLiteProviderServices.ProviderManifest.xml,System.Data.SQLite.SQLiteProviderServices.ProviderManifest.xml /resource:Resources\SQLiteProviderServices.Stor
  eSchemaMapping.msl,System.Data.SQLite.SQLiteProviderServices.StoreSchemaMapping.msl /target:library /utf8output AssemblyInfo.cs Properties\Resources.Designer.cs "SQL Generation\DmlSqlGenerator.cs" "SQL Generation\Internal
  Base.cs" "SQL Generation\ISqlFragment.cs" "SQL Generation\JoinSymbol.cs" "SQL Generation\KeyToListMap.cs" "SQL Generation\MetadataHelpers.cs" "SQL Generation\SkipClause.cs" "SQL Generation\SqlBuilder.cs" "SQL Generation\S
  qlChecker.cs" "SQL Generation\SqlGenerator.cs" "SQL Generation\SqlSelectStatement.cs" "SQL Generation\SqlWriter.cs" "SQL Generation\StringUtil.cs" "SQL Generation\Symbol.cs" "SQL Generation\SymbolPair.cs" "SQL Generation\
  SymbolTable.cs" "SQL Generation\TopClause.cs" SQLiteProviderFactory.cs SQLiteProviderManifest.cs SQLiteProviderServices.cs "C:\Users\Etienne\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.dll" to "C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\Syste
  m.Data.SQLite.Linq.dll".
  System.Data.SQLite.Linq.2013 -> C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.Linq.dll
  Copying file from "C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.Linq.2013\MonoOnPosix\Release\System.Data.SQLite.Linq.pdb" to "C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\Syste
  m.Data.SQLite.Linq.pdb".
Done Building Project "C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.Linq.2013.csproj" (Rebuild target(s)).

Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj" (5) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.EF6.2013\MonoOnPosix\Release\System.Data.SQLite.EF6.Properties.Resources.resources".
  Deleting file "C:\SQLite\obj\2013\System.Data.SQLite.EF6.2013\MonoOnPosix\Release\System.Data.SQLite.EF6.2013.csproj.GenerateResource.Cache".
ResolveAssemblyReferences:
  Primary reference "EntityFramework".
C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "EntityFramework". Check to make sure the assembly ex
ists on disk. If this reference is required by your code, you may get compilation errors. [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]
          For SearchPath "{HintPathFromItem}".
          Considered "C:\SQLite\System.Data.SQLite.Linq\..\Externals\EntityFramework\lib\net45\EntityFramework.dll", but it didn't exist.
          For SearchPath "{TargetFrameworkDirectory}".
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\EntityFramework.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\EntityFramework.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\EntityFramework.exe", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\EntityFramework.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\EntityFramework.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\EntityFramework.exe", but it didn't exist.
          For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.5.1,AssemblyFoldersEx}".
          Considered AssemblyFoldersEx locations.
          For SearchPath "{AssemblyFolders}".
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\EntityFramework.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\EntityFramework.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\EntityFramework.exe", but it didn't exist.
          Considered "C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies\EntityFramework.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies\EntityFramework.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Microsoft SQL Server\110\SDK\Assemblies\EntityFramework.exe", but it didn't exist.
          Considered "C:\Program Files (x86)\Microsoft SQL Server\130\SDK\Assemblies\EntityFramework.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Microsoft SQL Server\130\SDK\Assemblies\EntityFramework.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Microsoft SQL Server\130\SDK\Assemblies\EntityFramework.exe", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\EntityFramework.winmd", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\EntityFramework.dll", but it didn't exist.
          Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\EntityFramework.exe", but it didn't exist.
          For SearchPath "{GAC}".
          Considered "EntityFramework", which was not found in the GAC.
          For SearchPath "{RawFileName}".
          Considered treating "EntityFramework" as a file name, but it didn't exist.
          For SearchPath "C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\".
          Considered "C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\EntityFramework.winmd", but it didn't exist.
          Considered "C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\EntityFramework.dll", but it didn't exist.
          Considered "C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\EntityFramework.exe", but it didn't exist.
  AssemblyFoldersEx location: "{Registry:Software\Microsoft\.NETFramework,v4.5.1,AssemblyFoldersEx}"
          C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v14.0
          C:\Program Files (x86)\Reference Assemblies\Microsoft\MSBuild\v12.0
          C:\Program Files (x86)\Microsoft Web Tools\ReferenceAssemblies\14.0\
          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VSSDK\VisualStudioIntegration\Common\Assemblies\v4.0\
          C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies\v4.5\
          C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\PublicAssemblies\
          C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.0.0\Type Providers\
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.0.0\
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.1.0\
          C:\Program Files (x86)\Microsoft Visual Studio 14.0\VSSDK\VisualStudioIntegration\Common\Assemblies\v4.0\
          C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ReferenceAssemblies\v4.5\
          C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\PublicAssemblies\
          C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\
          C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.5\Prototyping\Libraries\
          C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.5\Libraries\


          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9\bin\plugins\Diagnostics\
          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9\ref\Caching\


          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.8\bin\plugins\Diagnostics\
          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.8\ref\Caching\
          C:\Program Files (x86)\Microsoft WCF Data Services\5.6\bin\.NETFramework\
          C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ReferenceAssemblies\v4.0\
          C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies\v4.0\
          C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\
          C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Tasks
          C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Tasks
          C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Tasks
          C:\Program Files (x86)\Microsoft SQL Server\130\DTS\PipelineComponents\
          C:\Program Files (x86)\Microsoft SQL Server\120\DTS\PipelineComponents\
          C:\Program Files (x86)\Microsoft SQL Server\110\DTS\PipelineComponents\
          C:\Program Files (x86)\Microsoft SQL Server\130\DTS\ForEachEnumerators
          C:\Program Files (x86)\Microsoft SQL Server\120\DTS\ForEachEnumerators
          C:\Program Files (x86)\Microsoft SQL Server\110\DTS\ForEachEnumerators
          C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Connections\
          C:\Program Files (x86)\Microsoft SQL Server\120\DTS\Connections\
          C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Connections\
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.0.0\Type Providers\
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.0.0\
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.3.1.0\
          C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.0\Prototyping\Libraries\
          C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.0\Libraries\
          C:\Program Files (x86)\Microsoft Visual Studio 14.0\ReportViewer\

          C:\Program Files (x86)\Microsoft Visual Studio 14.0\VSSDK\VisualStudioIntegration\Common\Assemblies\v2.0\
          C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\ReferenceAssemblies\v2.0\
          C:\Program Files (x86)\Microsoft Visual Studio 12.0\VSSDK\VisualStudioIntegration\Common\Assemblies\v2.0\
          C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\ReferenceAssemblies\v2.0\
          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9\ref
          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.8\ref
          C:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\
          C:\Program Files (x86)\Microsoft Chart Controls\Assemblies
          C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v2.0\2.3.0.0\
          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.9\ref
          C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.8\ref
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /r:"C:\Program F
  iles (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /r:C:\SQLite\bin\2013\Rel
  easeMonoOnPosix\bin\System.Data.SQLite.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFrame
  work\v4.5.1\System.Xml.dll" /compile Properties\Resources.resx,C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.EF6.2013\MonoOnPosix\Release\System.Data.SQLite.EF6.Properties.Resources.resources
  Processing resource file "Properties\Resources.resx" into "C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.EF6.2013\MonoOnPosix\Release\System.Data.SQLite.EF6.Properties.Resources.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:618,1591,3001,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /doc:C:\SQLite\System.Data.SQLite.Linq\..\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite
  .EF6.xml /define:TRACE;NET_451;USE_INTEROP_DLL;USE_PREPARE_V2;THROW_ON_DISPOSED;PRELOAD_NATIVE_LIBRARY;INTEROP_EXTENSION_FUNCTIONS;INTEROP_FTS5_EXTENSION;INTEROP_JSON1_EXTENSION;INTEROP_PERCENTILE_EXTENSION;INTEROP_REGEXP
  _EXTENSION;INTEROP_TOTYPE_EXTENSION;INTEROP_VIRTUAL_TABLE;TRACE_PRELOAD;TRACE_SHARED;TRACE_WARNING;WINDOWS;USE_ENTITY_FRAMEWORK_6 /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework
  \.NETFramework\v4.5.1\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Frame
  work\.NETFramework\v4.5.1\System.Data.dll" /reference:C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Syste
  m.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /debug:pdbonly /keyfile:C:\SQLite\System.Data.SQLite.Linq\..\Keys\System.Data.SQLite.snk /optimize+ /
  out:C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLite.EF6.2013\MonoOnPosix\Release\System.Data.SQLite.EF6.dll /subsystemversion:6.00 /resource:C:\SQLite\System.Data.SQLite.Linq\..\obj\2013\System.Data.SQLit
  e.EF6.2013\MonoOnPosix\Release\System.Data.SQLite.EF6.Properties.Resources.resources,System.Data.SQLite.Properties.resources /resource:Resources\SQLiteProviderServices.StoreSchemaDefinition.EF6.ssdl,System.Data.SQLite.SQL
  iteProviderServices.StoreSchemaDefinition.ssdl /resource:Resources\Common.ConceptualSchemaDefinition.csdl,System.Data.SQLite.Common.ConceptualSchemaDefinition.csdl /resource:Resources\SQLiteProviderServices.ProviderManife
  st.xml,System.Data.SQLite.SQLiteProviderServices.ProviderManifest.xml /resource:Resources\SQLiteProviderServices.StoreSchemaMapping.msl,System.Data.SQLite.SQLiteProviderServices.StoreSchemaMapping.msl /target:library /utf
  8output AssemblyInfo.cs Properties\Resources.Designer.cs "SQL Generation\DmlSqlGenerator.cs" "SQL Generation\InternalBase.cs" "SQL Generation\ISqlFragment.cs" "SQL Generation\JoinSymbol.cs" "SQL Generation\KeyToListMap.cs
  " "SQL Generation\MetadataHelpers.cs" "SQL Generation\SkipClause.cs" "SQL Generation\SqlBuilder.cs" "SQL Generation\SqlChecker.cs" "SQL Generation\SqlGenerator.cs" "SQL Generation\SqlSelectStatement.cs" "SQL Generation\Sq
  lWriter.cs" "SQL Generation\StringUtil.cs" "SQL Generation\Symbol.cs" "SQL Generation\SymbolPair.cs" "SQL Generation\SymbolTable.cs" "SQL Generation\TopClause.cs" SQLiteProviderFactory.cs SQLiteProviderManifest.cs SQLiteP
  roviderServices.cs "C:\Users\Etienne\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
SQL Generation\DmlSqlGenerator.cs(26,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(27,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(426,42): error CS0246: The type or namespace name 'DbExpressionVisitor' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\ISqlFragment.cs(18,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\JoinSymbol.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\JoinSymbol.cs(22,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\Symbol.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite
.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(23,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlBuilder.cs(22,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(18,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(23,40): error CS0246: The type or namespace name 'DbExpressionVisitor' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(28,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(29,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(215,40): error CS0246: The type or namespace name 'DbExpressionVisitor' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4122,66): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlSelectStatement.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SymbolPair.cs(20,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\SymbolTable.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQLiteProviderFactory.cs(18,23): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite
.EF6.2013.csproj]
SQLiteProviderManifest.cs(26,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQLiteProviderManifest.cs(27,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQLiteProviderManifest.cs(28,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQLiteProviderManifest.cs(37,50): error CS0246: The type or namespace name 'DbXmlEnabledProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQLiteProviderServices.cs(22,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQLiteProviderServices.cs(23,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQLiteProviderServices.cs(24,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQLiteProviderServices.cs(30,50): error CS0246: The type or namespace name 'DbProviderServices' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(437,64): error CS0246: The type or namespace name 'DbModificationCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.
Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(451,24): error CS0246: The type or namespace name 'DbModificationCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.
Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(453,35): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(458,27): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(461,62): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(481,34): error CS0246: The type or namespace name 'DbApplyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(493,34): error CS0246: The type or namespace name 'DbArithmeticExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(499,34): error CS0246: The type or namespace name 'DbCaseExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(507,34): error CS0246: The type or namespace name 'DbCastExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(512,34): error CS0246: The type or namespace name 'DbCrossJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(525,34): error CS0246: The type or namespace name 'DbDerefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(530,34): error CS0246: The type or namespace name 'DbDistinctExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(535,34): error CS0246: The type or namespace name 'DbElementExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(540,34): error CS0246: The type or namespace name 'DbEntityRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(545,34): error CS0246: The type or namespace name 'DbExceptExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(550,42): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(557,34): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(563,34): error CS0246: The type or namespace name 'DbFilterExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(571,34): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(583,34): error CS0246: The type or namespace name 'DbGroupByExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(593,34): error CS0246: The type or namespace name 'DbIntersectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(598,34): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(603,34): error CS0246: The type or namespace name 'DbIsOfExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(608,34): error CS0246: The type or namespace name 'DbJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(618,34): error CS0246: The type or namespace name 'DbLikeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(626,34): error CS0246: The type or namespace name 'DbLimitExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(633,34): error CS0246: The type or namespace name 'DbOfTypeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(638,34): error CS0246: The type or namespace name 'DbParameterReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQ
Lite.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(643,34): error CS0246: The type or namespace name 'DbProjectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(651,34): error CS0246: The type or namespace name 'DbQuantifierExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(659,34): error CS0246: The type or namespace name 'DbRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(664,34): error CS0246: The type or namespace name 'DbRefKeyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(669,34): error CS0246: The type or namespace name 'DbRelationshipNavigationExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Dat
a.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(675,34): error CS0246: The type or namespace name 'DbSkipExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(687,34): error CS0246: The type or namespace name 'DbSortExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(698,34): error CS0246: The type or namespace name 'DbTreatExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(703,34): error CS0246: The type or namespace name 'DbUnionAllExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(708,34): error CS0246: The type or namespace name 'DbVariableReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQL
ite.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(713,42): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(719,52): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(728,43): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(734,57): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(738,56): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(744,53): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(753,61): error CS0246: The type or namespace name 'DbGroupExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(757,62): error CS0246: The type or namespace name 'DbGroupExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(761,61): error CS0246: The type or namespace name 'DbGroupExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(767,54): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(767,76): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(771,53): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(771,75): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(790,51): error CS0246: The type or namespace name 'DbUnaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(797,34): error CS0246: The type or namespace name 'DbAndExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(802,34): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(807,34): error CS0246: The type or namespace name 'DbComparisonExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(824,41): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(824,74): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(846,34): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(852,34): error CS0246: The type or namespace name 'DbNotExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(859,34): error CS0246: The type or namespace name 'DbConstantExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(865,34): error CS0246: The type or namespace name 'DbScanExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(875,34): error CS0246: The type or namespace name 'DbPropertyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(880,34): error CS0246: The type or namespace name 'DbNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(885,34): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(898,32): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(40,46): error CS0246: The type or namespace name 'DbUpdateCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(92,46): error CS0246: The type or namespace name 'DbDeleteCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(112,46): error CS0246: The type or namespace name 'DbInsertCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(162,46): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(187,9): error CS0246: The type or namespace name 'EntitySetBase' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(188,40): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(188,13): error CS0246: The type or namespace name 'ReadOnlyMetadataCollection' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite
.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(189,13): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(231,36): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(231,9): error CS0246: The type or namespace name 'ReadOnlyMetadataCollection' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.
Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(232,13): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(278,73): error CS0246: The type or namespace name 'DbModificationCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.
Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\DmlSqlGenerator.cs(279,42): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\JoinSymbol.cs(96,36): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(42,26): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(41,51): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(52,51): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(52,21): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(67,54): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(67,27): error CS0246: The type or namespace name 'EdmProperty' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(78,54): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(78,27): error CS0246: The type or namespace name 'EdmProperty' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(98,43): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(108,43): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(118,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(128,42): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(138,36): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(148,36): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(159,50): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(159,70): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(171,60): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(171,21): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(189,57): error CS0246: The type or namespace name 'MetadataItem' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(200,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(200,58): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(210,38): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(299,49): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(313,47): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(318,58): error CS0246: The type or namespace name 'FacetDescription' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(318,20): error CS0246: The type or namespace name 'FacetDescription' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(338,59): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(338,98): error CS0246: The type or namespace name 'FacetDescription' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(356,37): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(366,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(379,46): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(393,46): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(406,50): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(419,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(434,46): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(439,42): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\MetadataHelpers.cs(445,74): error CS0246: The type or namespace name 'ParameterMode' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(70,32): error CS0246: The type or namespace name 'DbAndExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(75,32): error CS0246: The type or namespace name 'DbApplyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(80,32): error CS0246: The type or namespace name 'DbArithmeticExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(85,32): error CS0246: The type or namespace name 'DbCaseExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(94,32): error CS0246: The type or namespace name 'DbCastExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(99,32): error CS0246: The type or namespace name 'DbComparisonExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(104,32): error CS0246: The type or namespace name 'DbConstantExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(109,32): error CS0246: The type or namespace name 'DbCrossJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(114,32): error CS0246: The type or namespace name 'DbDerefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(119,32): error CS0246: The type or namespace name 'DbDistinctExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(124,32): error CS0246: The type or namespace name 'DbElementExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(129,32): error CS0246: The type or namespace name 'DbEntityRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(134,32): error CS0246: The type or namespace name 'DbExceptExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(141,32): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(146,32): error CS0246: The type or namespace name 'DbFilterExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(154,32): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(159,32): error CS0246: The type or namespace name 'DbGroupByExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(168,32): error CS0246: The type or namespace name 'DbIntersectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(175,32): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(180,32): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(185,32): error CS0246: The type or namespace name 'DbIsOfExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(190,32): error CS0246: The type or namespace name 'DbJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(198,32): error CS0246: The type or namespace name 'DbLikeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(206,32): error CS0246: The type or namespace name 'DbLimitExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(211,32): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(216,32): error CS0246: The type or namespace name 'DbNotExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(221,32): error CS0246: The type or namespace name 'DbNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(226,32): error CS0246: The type or namespace name 'DbOfTypeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(231,32): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(236,32): error CS0246: The type or namespace name 'DbParameterReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.
Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(241,32): error CS0246: The type or namespace name 'DbProjectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(248,32): error CS0246: The type or namespace name 'DbPropertyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(253,32): error CS0246: The type or namespace name 'DbQuantifierExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(260,32): error CS0246: The type or namespace name 'DbRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(265,32): error CS0246: The type or namespace name 'DbRefKeyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(270,32): error CS0246: The type or namespace name 'DbRelationshipNavigationExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQL
ite.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(275,32): error CS0246: The type or namespace name 'DbScanExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(280,32): error CS0246: The type or namespace name 'DbSkipExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(288,32): error CS0246: The type or namespace name 'DbSortExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(295,32): error CS0246: The type or namespace name 'DbTreatExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(300,32): error CS0246: The type or namespace name 'DbUnionAllExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(305,32): error CS0246: The type or namespace name 'DbVariableReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(310,33): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(315,43): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(320,40): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(327,34): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(336,41): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(341,51): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(346,44): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(362,34): error CS0246: The type or namespace name 'DbSortClause' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(367,44): error CS0246: The type or namespace name 'DbSortClause' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlChecker.cs(372,39): error CS0246: The type or namespace name 'DbUnaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(317,72): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4132,26): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4132,42): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4176,30): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(282,35): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(282,64): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(282,78): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(460,73): error CS0246: The type or namespace name 'DbCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(527,32): error CS0246: The type or namespace name 'DbQueryCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(583,40): error CS0246: The type or namespace name 'DbFunctionCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(643,37): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(719,40): error CS0246: The type or namespace name 'DbAndExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(730,40): error CS0246: The type or namespace name 'DbApplyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(741,40): error CS0246: The type or namespace name 'DbArithmeticExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(783,40): error CS0246: The type or namespace name 'DbCaseExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(813,40): error CS0246: The type or namespace name 'DbCastExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(825,40): error CS0246: The type or namespace name 'DbComparisonExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(863,40): error CS0246: The type or namespace name 'DbConstantExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(988,40): error CS0246: The type or namespace name 'DbDerefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1000,40): error CS0246: The type or namespace name 'DbDistinctExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1022,40): error CS0246: The type or namespace name 'DbElementExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1037,40): error CS0246: The type or namespace name 'DbExceptExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1047,40): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1059,40): error CS0246: The type or namespace name 'DbScanExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1084,42): error CS0246: The type or namespace name 'EntitySetBase' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1137,40): error CS0246: The type or namespace name 'DbFilterExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1157,40): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1181,40): error CS0246: The type or namespace name 'DbEntityRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1191,40): error CS0246: The type or namespace name 'DbRefKeyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1237,40): error CS0246: The type or namespace name 'DbGroupByExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1388,40): error CS0246: The type or namespace name 'DbIntersectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1402,40): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1415,40): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1425,40): error CS0246: The type or namespace name 'DbIsOfExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1435,40): error CS0246: The type or namespace name 'DbCrossJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1445,40): error CS0246: The type or namespace name 'DbJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1482,40): error CS0246: The type or namespace name 'DbLikeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1505,40): error CS0246: The type or namespace name 'DbLimitExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1537,40): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1558,40): error CS0246: The type or namespace name 'DbNotExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1600,40): error CS0246: The type or namespace name 'DbNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1613,40): error CS0246: The type or namespace name 'DbOfTypeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1624,40): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1639,40): error CS0246: The type or namespace name 'DbParameterReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLi
te.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1655,40): error CS0246: The type or namespace name 'DbProjectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1714,40): error CS0246: The type or namespace name 'DbPropertyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1788,40): error CS0246: The type or namespace name 'DbQuantifierExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1820,40): error CS0246: The type or namespace name 'DbRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1830,40): error CS0246: The type or namespace name 'DbRelationshipNavigationExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.
SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1847,40): error CS0246: The type or namespace name 'DbSkipExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1881,40): error CS0246: The type or namespace name 'DbSortExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1911,40): error CS0246: The type or namespace name 'DbTreatExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1926,40): error CS0246: The type or namespace name 'DbUnionAllExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1940,40): error CS0246: The type or namespace name 'DbVariableReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLit
e.Linq\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(1966,31): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2003,49): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2003,68): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2048,45): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2049,30): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2095,39): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2117,53): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2178,38): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2217,44): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2217,73): error CS0246: The type or namespace name 'DbExpressionKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2218,28): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2335,9): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2448,45): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2489,39): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2489,58): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2532,43): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2542,45): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2553,48): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2568,57): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2584,49): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2611,55): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2621,57): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2632,94): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2652,58): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2693,75): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2704,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2709,76): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2730,79): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2759,81): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2832,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2859,90): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2885,86): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2922,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2934,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2947,84): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2969,83): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(2998,82): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3018,82): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3039,83): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3063,87): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3091,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3102,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3380,54): error CS0246: The type or namespace name 'DbSortClause' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3409,30): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3437,30): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3526,40): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.S
QLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3642,48): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3668,28): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3673,29): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3689,27): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3706,30): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3727,50): error CS0246: The type or namespace name 'DbExpressionKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3775,70): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3787,49): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3814,40): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3814,75): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3814,89): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3835,58): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3862,58): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3924,46): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3924,73): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3971,82): error CS0246: The type or namespace name 'DbExpressionKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(3993,43): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4003,47): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4086,39): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQL Generation\SqlGenerator.cs(4105,38): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQL Generation\Symbol.cs(79,13): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF
6.2013.csproj]
SQL Generation\Symbol.cs(80,14): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF
6.2013.csproj]
SQL Generation\Symbol.cs(86,32): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF
6.2013.csproj]
SQLiteProviderManifest.cs(483,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderManifest.cs(499,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderManifest.cs(515,38): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderManifest.cs(233,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderManifest.cs(233,21): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderManifest.cs(354,44): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderManifest.cs(354,21): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderServices.cs(34,70): error CS0246: The type or namespace name 'DbProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQLiteProviderServices.cs(34,99): error CS0246: The type or namespace name 'DbCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLi
te.EF6.2013.csproj]
SQLiteProviderServices.cs(34,24): error CS0246: The type or namespace name 'DbCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQLiteProviderServices.cs(41,37): error CS0246: The type or namespace name 'DbProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
SQLiteProviderServices.cs(41,66): error CS0246: The type or namespace name 'DbCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLi
te.EF6.2013.csproj]
SQLiteProviderServices.cs(122,24): error CS0246: The type or namespace name 'DbProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
SQLiteProviderServices.cs(130,102): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite
.EF6.2013.csproj]
SQLiteProviderServices.cs(130,118): error CS0246: The type or namespace name 'ParameterMode' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
SQLiteProviderServices.cs(187,40): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderServices.cs(254,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderServices.cs(278,43): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
SQLiteProviderServices.cs(313,43): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
Done Building Project "C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj" (Rebuild target(s)) -- FAILED.

Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\SQLite.Designer\SQLite.Designer.2013.csproj" (6) on node 1 (Rebuild target(s)).
C:\SQLite\Targets\SQLite.NET.targets(222,5): warning : The Visual Studio SDK is missing, skipping project "SQLite.Designer.2013"... [C:\SQLite\SQLite.Designer\SQLite.Designer.2013.csproj]
Done Building Project "C:\SQLite\SQLite.Designer\SQLite.Designer.2013.csproj" (Rebuild target(s)).

Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\tools\install\Installer.2013.csproj" (7) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.pdb".
  Deleting file "C:\SQLite\obj\2013\Installer.2013\MonoOnPosix\Release\Installer.2013.csprojResolveAssemblyReference.cache".
  Deleting file "C:\SQLite\obj\2013\Installer.2013\MonoOnPosix\Release\Installer.exe".
  Deleting file "C:\SQLite\obj\2013\Installer.2013\MonoOnPosix\Release\Installer.pdb".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:618,1591,3001,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;NET_451;USE_INTEROP_DLL;USE_PREPARE_V2;THROW_ON_DISPOSED;PRELOAD_NATIVE_LIBRAR
  Y;INTEROP_EXTENSION_FUNCTIONS;INTEROP_FTS5_EXTENSION;INTEROP_JSON1_EXTENSION;INTEROP_PERCENTILE_EXTENSION;INTEROP_REGEXP_EXTENSION;INTEROP_TOTYPE_EXTENSION;INTEROP_VIRTUAL_TABLE;TRACE_PRELOAD;TRACE_SHARED;TRACE_WARNING;WI
  NDOWS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramewor
  k\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramew
  ork\v4.5.1\System.EnterpriseServices.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\
  Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /debug:pdbonly /delaysign+ /keyfile:C:\SQLite\tools\install\..\..\Keys\System.Data.SQLite.snk /optimize+ /out:C:\SQLite\tools\install\..\..\obj\2013\Installer.2013\
  MonoOnPosix\Release\Installer.exe /subsystemversion:6.00 /target:exe /utf8output Installer.cs Properties\AssemblyInfo.cs "C:\Users\Etienne\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
CopyFilesToOutputDirectory:
  Copying file from "C:\SQLite\tools\install\..\..\obj\2013\Installer.2013\MonoOnPosix\Release\Installer.exe" to "C:\SQLite\tools\install\..\..\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe".
  Installer.2013 -> C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe
  Copying file from "C:\SQLite\tools\install\..\..\obj\2013\Installer.2013\MonoOnPosix\Release\Installer.pdb" to "C:\SQLite\tools\install\..\..\bin\2013\ReleaseMonoOnPosix\bin\Installer.pdb".
EmbedExeManifest:
  Touching "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe.EmbedExeManifest.done".
StrongNameSignSdkToolsTargetPath:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\sn.exe" -Ra "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe" "C:\SQLite\tools\install\..\..\Keys\System.Data.SQLite.snk"

  Microsoft (R) .NET Framework Strong Name Utility  Version 4.0.30319.33440
  Copyright (c) Microsoft Corporation.  All rights reserved.

  Assembly 'C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe' successfully re-signed
  Touching "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe.StrongNameSign.done".
CloneAndMark32BitOnlyFrameworkTargetName32:
  Copying file from "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe" to "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer32.exe".
CloneAndMark32BitOnlySdkToolsTargetName32:
  Copying file from "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe" to "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer32.exe".
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\CorFlags.exe" "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer32.exe" /32BIT+ /Force 1>NUL
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\sn.exe" -Ra "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer32.exe" "C:\SQLite\tools\install\..\..\Keys\System.Data.SQLite.snk"

  Microsoft (R) .NET Framework Strong Name Utility  Version 4.0.30319.33440
  Copyright (c) Microsoft Corporation.  All rights reserved.

  Assembly 'C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer32.exe' successfully re-signed
  Touching "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\Installer.exe.CloneAndMark32BitOnly.done".
Done Building Project "C:\SQLite\tools\install\Installer.2013.csproj" (Rebuild target(s)).

Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (1) is building "C:\SQLite\test\test.2013.csproj" (8) on node 1 (Rebuild target(s)).
CoreClean:
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe".
  Deleting file "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.pdb".
  Deleting file "C:\SQLite\obj\2013\test.2013\MonoOnPosix\Release\test.2013.csprojResolveAssemblyReference.cache".
  Deleting file "C:\SQLite\obj\2013\test.2013\MonoOnPosix\Release\test.Properties.Resources.resources".
  Deleting file "C:\SQLite\obj\2013\test.2013\MonoOnPosix\Release\test.TestCasesDialog.resources".
  Deleting file "C:\SQLite\obj\2013\test.2013\MonoOnPosix\Release\test.2013.csproj.GenerateResource.Cache".
  Deleting file "C:\SQLite\obj\2013\test.2013\MonoOnPosix\Release\test.exe".
  Deleting file "C:\SQLite\obj\2013\test.2013\MonoOnPosix\Release\test.pdb".
CoreResGen:
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\resgen.exe" /useSourcePath /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /r:"C:\Program F
  iles (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Core.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /r:C:\SQLite\bin\2013\Rel
  easeMonoOnPosix\bin\System.Data.SQLite.dll /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFrame
  work\v4.5.1\System.Drawing.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Transactions.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFra
  mework\v4.5.1\System.Windows.Forms.dll" /r:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /compile Properties\Resources.resx,C:\SQLite\test\..\obj\2013\test.2013\Mono
  OnPosix\Release\test.Properties.Resources.resources TestCasesDialog.resx,C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.TestCasesDialog.resources
  Processing resource file "Properties\Resources.resx" into "C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.Properties.Resources.resources".
  Processing resource file "TestCasesDialog.resx" into "C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.TestCasesDialog.resources".
GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
CoreCompile:
  C:\Program Files (x86)\MSBuild\12.0\bin\Csc.exe /noconfig /nowarn:618,1591,3001,1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;NET_451;USE_INTEROP_DLL;USE_PREPARE_V2;THROW_ON_DISPOSED;PRELOAD_NATIVE_LIBRAR
  Y;INTEROP_EXTENSION_FUNCTIONS;INTEROP_FTS5_EXTENSION;INTEROP_JSON1_EXTENSION;INTEROP_PERCENTILE_EXTENSION;INTEROP_REGEXP_EXTENSION;INTEROP_TOTYPE_EXTENSION;INTEROP_VIRTUAL_TABLE;TRACE_PRELOAD;TRACE_SHARED;TRACE_WARNING;WI
  NDOWS /highentropyva+ /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\mscorlib.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramewor
  k\v4.5.1\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Data.dll" /reference:C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\System.Data.SQLite.dll /refe
  rence:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Drawing.dll"
  /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Transactions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Sy
  stem.Windows.Forms.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\System.Xml.dll" /debug:pdbonly /keyfile:C:\SQLite\test\..\Keys\System.Data.SQLite.snk /optimize+ /ou
  t:C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.exe /subsystemversion:6.00 /resource:C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.Properties.Resources.resources /resource:C:\SQLite\test\..
  \obj\2013\test.2013\MonoOnPosix\Release\test.TestCasesDialog.resources /target:exe /utf8output AssemblyInfo.cs Program.cs Properties\Resources.Designer.cs TestCases.cs TestCasesDialog.cs TestCasesDialog.Designer.cs "C:\Us
  ers\Etienne\AppData\Local\Temp\.NETFramework,Version=v4.5.1.AssemblyAttributes.cs"
_CopyAppConfigFile:
  Copying file from "app.config" to "C:\SQLite\test\..\bin\2013\ReleaseMonoOnPosix\bin\test.exe.config".
CopyFilesToOutputDirectory:
  Copying file from "C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.exe" to "C:\SQLite\test\..\bin\2013\ReleaseMonoOnPosix\bin\test.exe".
  test.2013 -> C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe
  Copying file from "C:\SQLite\test\..\obj\2013\test.2013\MonoOnPosix\Release\test.pdb" to "C:\SQLite\test\..\bin\2013\ReleaseMonoOnPosix\bin\test.pdb".
CloneAndMark32BitOnlyFrameworkTargetName32:
  Copying file from "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe" to "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe".
  Copying file from "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe.config" to "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe.config".
CloneAndMark32BitOnlySdkToolsTargetName32:
  Copying file from "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe" to "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe".
  Copying file from "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe.config" to "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe.config".
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\CorFlags.exe" "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe" /32BIT+ /Force 1>NUL
  "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1A\bin\NETFX 4.5.1 Tools\sn.exe" -Ra "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe" "C:\SQLite\test\..\Keys\System.Data.SQLite.snk"

  Microsoft (R) .NET Framework Strong Name Utility  Version 4.0.30319.33440
  Copyright (c) Microsoft Corporation.  All rights reserved.

  Assembly 'C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test32.exe' successfully re-signed
  Touching "C:\SQLite\bin\2013\ReleaseMonoOnPosix\bin\test.exe.CloneAndMark32BitOnly.done".
Done Building Project "C:\SQLite\test\test.2013.csproj" (Rebuild target(s)).

Done Building Project "C:\SQLite\SQLite.NET.2013.MSBuild.sln" (Rebuild target(s)) -- FAILED.


Build FAILED.

"C:\SQLite\SQLite.NET.2013.MSBuild.sln" (Rebuild target) (1) ->
"C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj" (Rebuild target) (5) ->
(ResolveAssemblyReferences target) ->
  C:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1697,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "EntityFramework". Check to make sure the assembly
exists on disk. If this reference is required by your code, you may get compilation errors. [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]


"C:\SQLite\SQLite.NET.2013.MSBuild.sln" (Rebuild target) (1) ->
"C:\SQLite\SQLite.Designer\SQLite.Designer.2013.csproj" (Rebuild target) (6) ->
(MissingVsSdk target) ->
  C:\SQLite\Targets\SQLite.NET.targets(222,5): warning : The Visual Studio SDK is missing, skipping project "SQLite.Designer.2013"... [C:\SQLite\SQLite.Designer\SQLite.Designer.2013.csproj]


"C:\SQLite\SQLite.NET.2013.MSBuild.sln" (Rebuild target) (1) ->
"C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj" (Rebuild target) (5) ->
(CoreCompile target) ->
  SQL Generation\DmlSqlGenerator.cs(26,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(27,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(426,42): error CS0246: The type or namespace name 'DbExpressionVisitor' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\ISqlFragment.cs(18,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\JoinSymbol.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\JoinSymbol.cs(22,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\Symbol.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLi
te.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(23,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlBuilder.cs(22,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(18,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(23,40): error CS0246: The type or namespace name 'DbExpressionVisitor' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(28,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(29,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(215,40): error CS0246: The type or namespace name 'DbExpressionVisitor' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4122,66): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlSelectStatement.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SymbolPair.cs(20,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\SymbolTable.cs(21,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQLiteProviderFactory.cs(18,23): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLi
te.EF6.2013.csproj]
  SQLiteProviderManifest.cs(26,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQLiteProviderManifest.cs(27,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQLiteProviderManifest.cs(28,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQLiteProviderManifest.cs(37,50): error CS0246: The type or namespace name 'DbXmlEnabledProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQLiteProviderServices.cs(22,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQLiteProviderServices.cs(23,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQLiteProviderServices.cs(24,21): error CS0234: The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQLiteProviderServices.cs(30,50): error CS0246: The type or namespace name 'DbProviderServices' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(437,64): error CS0246: The type or namespace name 'DbModificationCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLit
e.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(451,24): error CS0246: The type or namespace name 'DbModificationCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLit
e.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(453,35): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(458,27): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(461,62): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(481,34): error CS0246: The type or namespace name 'DbApplyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(493,34): error CS0246: The type or namespace name 'DbArithmeticExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(499,34): error CS0246: The type or namespace name 'DbCaseExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(507,34): error CS0246: The type or namespace name 'DbCastExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(512,34): error CS0246: The type or namespace name 'DbCrossJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(525,34): error CS0246: The type or namespace name 'DbDerefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(530,34): error CS0246: The type or namespace name 'DbDistinctExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(535,34): error CS0246: The type or namespace name 'DbElementExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(540,34): error CS0246: The type or namespace name 'DbEntityRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(545,34): error CS0246: The type or namespace name 'DbExceptExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(550,42): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(557,34): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(563,34): error CS0246: The type or namespace name 'DbFilterExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(571,34): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(583,34): error CS0246: The type or namespace name 'DbGroupByExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(593,34): error CS0246: The type or namespace name 'DbIntersectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(598,34): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(603,34): error CS0246: The type or namespace name 'DbIsOfExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(608,34): error CS0246: The type or namespace name 'DbJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(618,34): error CS0246: The type or namespace name 'DbLikeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(626,34): error CS0246: The type or namespace name 'DbLimitExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(633,34): error CS0246: The type or namespace name 'DbOfTypeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(638,34): error CS0246: The type or namespace name 'DbParameterReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.
SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(643,34): error CS0246: The type or namespace name 'DbProjectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(651,34): error CS0246: The type or namespace name 'DbQuantifierExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(659,34): error CS0246: The type or namespace name 'DbRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(664,34): error CS0246: The type or namespace name 'DbRefKeyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(669,34): error CS0246: The type or namespace name 'DbRelationshipNavigationExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.D
ata.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(675,34): error CS0246: The type or namespace name 'DbSkipExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(687,34): error CS0246: The type or namespace name 'DbSortExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(698,34): error CS0246: The type or namespace name 'DbTreatExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(703,34): error CS0246: The type or namespace name 'DbUnionAllExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(708,34): error CS0246: The type or namespace name 'DbVariableReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.S
QLite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(713,42): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(719,52): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(728,43): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(734,57): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(738,56): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(744,53): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(753,61): error CS0246: The type or namespace name 'DbGroupExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite
.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(757,62): error CS0246: The type or namespace name 'DbGroupExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite
.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(761,61): error CS0246: The type or namespace name 'DbGroupExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite
.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(767,54): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(767,76): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(771,53): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(771,75): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(790,51): error CS0246: The type or namespace name 'DbUnaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(797,34): error CS0246: The type or namespace name 'DbAndExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(802,34): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(807,34): error CS0246: The type or namespace name 'DbComparisonExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.L
inq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(824,41): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(824,74): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(846,34): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(852,34): error CS0246: The type or namespace name 'DbNotExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(859,34): error CS0246: The type or namespace name 'DbConstantExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(865,34): error CS0246: The type or namespace name 'DbScanExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(875,34): error CS0246: The type or namespace name 'DbPropertyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(880,34): error CS0246: The type or namespace name 'DbNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(885,34): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.
Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(898,32): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(40,46): error CS0246: The type or namespace name 'DbUpdateCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(92,46): error CS0246: The type or namespace name 'DbDeleteCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(112,46): error CS0246: The type or namespace name 'DbInsertCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(162,46): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(187,9): error CS0246: The type or namespace name 'EntitySetBase' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(188,40): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(188,13): error CS0246: The type or namespace name 'ReadOnlyMetadataCollection' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLi
te.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(189,13): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(231,36): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(231,9): error CS0246: The type or namespace name 'ReadOnlyMetadataCollection' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLit
e.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(232,13): error CS0246: The type or namespace name 'EdmMember' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(278,73): error CS0246: The type or namespace name 'DbModificationCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLit
e.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\DmlSqlGenerator.cs(279,42): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\JoinSymbol.cs(96,36): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQL
ite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(42,26): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(41,51): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(52,51): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(52,21): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(67,54): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(67,27): error CS0246: The type or namespace name 'EdmProperty' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(78,54): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(78,27): error CS0246: The type or namespace name 'EdmProperty' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(98,43): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Dat
a.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(108,43): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(118,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(128,42): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(138,36): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(148,36): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(159,50): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(159,70): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(171,60): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(171,21): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(189,57): error CS0246: The type or namespace name 'MetadataItem' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(200,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(200,58): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(210,38): error CS0246: The type or namespace name 'PrimitiveTypeKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(299,49): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(313,47): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(318,58): error CS0246: The type or namespace name 'FacetDescription' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(318,20): error CS0246: The type or namespace name 'FacetDescription' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(338,59): error CS0246: The type or namespace name 'EdmType' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(338,98): error CS0246: The type or namespace name 'FacetDescription' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(356,37): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(366,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(379,46): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(393,46): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(406,50): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(419,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(434,46): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(439,42): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\MetadataHelpers.cs(445,74): error CS0246: The type or namespace name 'ParameterMode' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(70,32): error CS0246: The type or namespace name 'DbAndExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(75,32): error CS0246: The type or namespace name 'DbApplyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(80,32): error CS0246: The type or namespace name 'DbArithmeticExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(85,32): error CS0246: The type or namespace name 'DbCaseExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(94,32): error CS0246: The type or namespace name 'DbCastExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(99,32): error CS0246: The type or namespace name 'DbComparisonExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(104,32): error CS0246: The type or namespace name 'DbConstantExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(109,32): error CS0246: The type or namespace name 'DbCrossJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(114,32): error CS0246: The type or namespace name 'DbDerefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(119,32): error CS0246: The type or namespace name 'DbDistinctExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(124,32): error CS0246: The type or namespace name 'DbElementExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(129,32): error CS0246: The type or namespace name 'DbEntityRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(134,32): error CS0246: The type or namespace name 'DbExceptExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(141,32): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(146,32): error CS0246: The type or namespace name 'DbFilterExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(154,32): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(159,32): error CS0246: The type or namespace name 'DbGroupByExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(168,32): error CS0246: The type or namespace name 'DbIntersectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(175,32): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(180,32): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(185,32): error CS0246: The type or namespace name 'DbIsOfExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(190,32): error CS0246: The type or namespace name 'DbJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(198,32): error CS0246: The type or namespace name 'DbLikeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(206,32): error CS0246: The type or namespace name 'DbLimitExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(211,32): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(216,32): error CS0246: The type or namespace name 'DbNotExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(221,32): error CS0246: The type or namespace name 'DbNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(226,32): error CS0246: The type or namespace name 'DbOfTypeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(231,32): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(236,32): error CS0246: The type or namespace name 'DbParameterReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLit
e.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(241,32): error CS0246: The type or namespace name 'DbProjectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(248,32): error CS0246: The type or namespace name 'DbPropertyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(253,32): error CS0246: The type or namespace name 'DbQuantifierExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(260,32): error CS0246: The type or namespace name 'DbRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(265,32): error CS0246: The type or namespace name 'DbRefKeyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(270,32): error CS0246: The type or namespace name 'DbRelationshipNavigationExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.S
QLite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(275,32): error CS0246: The type or namespace name 'DbScanExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(280,32): error CS0246: The type or namespace name 'DbSkipExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(288,32): error CS0246: The type or namespace name 'DbSortExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(295,32): error CS0246: The type or namespace name 'DbTreatExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(300,32): error CS0246: The type or namespace name 'DbUnionAllExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(305,32): error CS0246: The type or namespace name 'DbVariableReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite
.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(310,33): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(315,43): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(320,40): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(327,34): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(336,41): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(341,51): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(346,44): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(362,34): error CS0246: The type or namespace name 'DbSortClause' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(367,44): error CS0246: The type or namespace name 'DbSortClause' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlChecker.cs(372,39): error CS0246: The type or namespace name 'DbUnaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(317,72): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4132,26): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4132,42): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4176,30): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(282,35): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(282,64): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(282,78): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(460,73): error CS0246: The type or namespace name 'DbCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(527,32): error CS0246: The type or namespace name 'DbQueryCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(583,40): error CS0246: The type or namespace name 'DbFunctionCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(643,37): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(719,40): error CS0246: The type or namespace name 'DbAndExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(730,40): error CS0246: The type or namespace name 'DbApplyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(741,40): error CS0246: The type or namespace name 'DbArithmeticExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(783,40): error CS0246: The type or namespace name 'DbCaseExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(813,40): error CS0246: The type or namespace name 'DbCastExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(825,40): error CS0246: The type or namespace name 'DbComparisonExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(863,40): error CS0246: The type or namespace name 'DbConstantExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(988,40): error CS0246: The type or namespace name 'DbDerefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1000,40): error CS0246: The type or namespace name 'DbDistinctExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1022,40): error CS0246: The type or namespace name 'DbElementExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1037,40): error CS0246: The type or namespace name 'DbExceptExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1047,40): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1059,40): error CS0246: The type or namespace name 'DbScanExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1084,42): error CS0246: The type or namespace name 'EntitySetBase' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.
Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1137,40): error CS0246: The type or namespace name 'DbFilterExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1157,40): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1181,40): error CS0246: The type or namespace name 'DbEntityRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1191,40): error CS0246: The type or namespace name 'DbRefKeyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1237,40): error CS0246: The type or namespace name 'DbGroupByExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1388,40): error CS0246: The type or namespace name 'DbIntersectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1402,40): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1415,40): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1425,40): error CS0246: The type or namespace name 'DbIsOfExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1435,40): error CS0246: The type or namespace name 'DbCrossJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq
\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1445,40): error CS0246: The type or namespace name 'DbJoinExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1482,40): error CS0246: The type or namespace name 'DbLikeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1505,40): error CS0246: The type or namespace name 'DbLimitExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1537,40): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1558,40): error CS0246: The type or namespace name 'DbNotExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1600,40): error CS0246: The type or namespace name 'DbNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1613,40): error CS0246: The type or namespace name 'DbOfTypeExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1624,40): error CS0246: The type or namespace name 'DbOrExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System
.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1639,40): error CS0246: The type or namespace name 'DbParameterReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQ
Lite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1655,40): error CS0246: The type or namespace name 'DbProjectExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1714,40): error CS0246: The type or namespace name 'DbPropertyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1788,40): error CS0246: The type or namespace name 'DbQuantifierExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Lin
q\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1820,40): error CS0246: The type or namespace name 'DbRefExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syste
m.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1830,40): error CS0246: The type or namespace name 'DbRelationshipNavigationExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Dat
a.SQLite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1847,40): error CS0246: The type or namespace name 'DbSkipExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1881,40): error CS0246: The type or namespace name 'DbSortExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1911,40): error CS0246: The type or namespace name 'DbTreatExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sys
tem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1926,40): error CS0246: The type or namespace name 'DbUnionAllExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1940,40): error CS0246: The type or namespace name 'DbVariableReferenceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQL
ite.Linq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(1966,31): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2003,49): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2003,68): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2048,45): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2049,30): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2095,39): error CS0246: The type or namespace name 'DbIsEmptyExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2117,53): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2178,38): error CS0246: The type or namespace name 'DbIsNullExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2217,44): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2217,73): error CS0246: The type or namespace name 'DbExpressionKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2218,28): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2335,9): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2448,45): error CS0246: The type or namespace name 'DbNewInstanceExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Li
nq\System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2489,39): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2489,58): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2532,43): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2542,45): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2553,48): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2568,57): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2584,49): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2611,55): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2621,57): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2632,94): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2652,58): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2693,75): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2704,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2709,76): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2730,79): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2759,81): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2832,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2859,90): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2885,86): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2922,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2934,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2947,84): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2969,83): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(2998,82): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3018,82): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3039,83): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3063,87): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3091,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3102,85): error CS0246: The type or namespace name 'DbFunctionExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\
System.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3380,54): error CS0246: The type or namespace name 'DbSortClause' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3409,30): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3437,30): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3526,40): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data
.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3642,48): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3668,28): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3673,29): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3689,27): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3706,30): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3727,50): error CS0246: The type or namespace name 'DbExpressionKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3775,70): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3787,49): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3814,40): error CS0246: The type or namespace name 'DbBinaryExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Sy
stem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3814,75): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3814,89): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3835,58): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3862,58): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3924,46): error CS0246: The type or namespace name 'DbExpressionBinding' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\S
ystem.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3924,73): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3971,82): error CS0246: The type or namespace name 'DbExpressionKind' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\Syst
em.Data.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(3993,43): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4003,47): error CS0246: The type or namespace name 'EdmFunction' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4086,39): error CS0246: The type or namespace name 'DbAggregate' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQL Generation\SqlGenerator.cs(4105,38): error CS0246: The type or namespace name 'DbExpression' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQL Generation\Symbol.cs(79,13): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
  SQL Generation\Symbol.cs(80,14): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
  SQL Generation\Symbol.cs(86,32): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLite.
EF6.2013.csproj]
  SQLiteProviderManifest.cs(483,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderManifest.cs(499,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderManifest.cs(515,38): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderManifest.cs(233,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderManifest.cs(233,21): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderManifest.cs(354,44): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderManifest.cs(354,21): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderServices.cs(34,70): error CS0246: The type or namespace name 'DbProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQLiteProviderServices.cs(34,99): error CS0246: The type or namespace name 'DbCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
  SQLiteProviderServices.cs(34,24): error CS0246: The type or namespace name 'DbCommandDefinition' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQLiteProviderServices.cs(41,37): error CS0246: The type or namespace name 'DbProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Da
ta.SQLite.EF6.2013.csproj]
  SQLiteProviderServices.cs(41,66): error CS0246: The type or namespace name 'DbCommandTree' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQ
Lite.EF6.2013.csproj]
  SQLiteProviderServices.cs(122,24): error CS0246: The type or namespace name 'DbProviderManifest' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.D
ata.SQLite.EF6.2013.csproj]
  SQLiteProviderServices.cs(130,102): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLi
te.EF6.2013.csproj]
  SQLiteProviderServices.cs(130,118): error CS0246: The type or namespace name 'ParameterMode' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.
SQLite.EF6.2013.csproj]
  SQLiteProviderServices.cs(187,40): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderServices.cs(254,42): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderServices.cs(278,43): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]
  SQLiteProviderServices.cs(313,43): error CS0246: The type or namespace name 'TypeUsage' could not be found (are you missing a using directive or an assembly reference?) [C:\SQLite\System.Data.SQLite.Linq\System.Data.SQLit
e.EF6.2013.csproj]

    2 Warning(s)
    337 Error(s)

Time Elapsed 00:00:11.52
Build failed.

Build failure, errors were encountered.
Could not build binaries for ReleaseManagedOnly/"Any CPU"/2013.

Failure, errors were encountered.
Failed to build Mono binaries.

Build failure, errors were encountered.

anonymous added on 2017-01-28 05:41:34: (text/x-fossil-plain)
This command, however, solved my problem

MSBuild System.Data.SQLite.2015.csproj /t:Rebuild /p:UseInteropDll=false /p:UseSqliteStandard=true /p:Configuration=Release

I copied this System.Data.SQLite.dll into my bin folder and VOILĂ€!

It just has the "unclear drawbacks" of not having the Interop library. It won't matter for the very simple app I have here, but it would be good to have it working fully for more complex uses in the future.

mistachkin added on 2017-01-28 20:00:34: (text/x-fossil-plain)
Lacking the Entity Framework reference assemblies seems to be the issue with
using "build_mono.bat".

When building from a checkout of the source tree, that issue will disappear
(i.e. the release packages purposely do not contain the reference assemblies
as the licensing may not be compatible, etc).

anonymous added on 2017-01-28 23:28:12: (text/x-fossil-plain)
Correct. Adding Entity Framework to the project solves the problem and it builds.

This build, just like the official build, won't work on Linux. So for now I'm using the version without Interop.

anonymous added on 2017-01-29 17:30:20: (text/x-fossil-plain)
Yet another issue: since I got the database to work, sometimes my server gets stuck at 100% CPU usage until I reboot. The websites are still functioning. After a reboot, everything goes back to normal.

Seems like SQLite isn't perfect yet.

mistachkin added on 2017-02-01 16:17:27: (text/x-fossil-plain)
I suspect the crash/hang behavior you are seeing is the result of heap corruption
issues in Mono.  Given the previous stack traces you provided, that seems to be
the only logical conclusion.

Meanwhile, I'm not sure why the interop assembly works for the test and not for
your web application.

anonymous added on 2017-02-01 16:22:01: (text/x-fossil-plain)
As for the CPU going to 100%, it doesn't seem to be caused by SQLite. Looking into the process manager, it comes from other MONO websites that don't use SQLite... and it happened so far on 2 different domains so it's happening randomly. Must be related to updating MONO to its latest version.