System.Data.SQLite

Check-in [2faf70c1a4]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix missing
.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 2faf70c1a48fc416a4cd198920d64fa622cebfee
User & Date: mistachkin 2013-03-15 01:39:30.441
Original Comment: Fix missing ^<BR^>.
Context
2013-03-20
21:45
Update SQLite core library to the 3.7.16 release. check-in: 286db63f8b user: mistachkin tags: trunk
2013-03-15
01:39
Fix missing
.
check-in: 2faf70c1a4 user: mistachkin tags: trunk
01:34
Add question to the FAQ. check-in: 792230a63e user: mistachkin tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to www/faq.wiki.
100
101
102
103
104
105
106

107
108
109
110
111
112
113
  <li>
    <a href="#q20">When the System.Data.SQLite project is compiled and run from
    inside Visual Studio, why do I get a <b>DllNotFoundException</b> or a
    <b>BadImageFormatException</b> (for &quot;sqlite3.dll&quot; or
    &quot;SQLite.Interop.dll&quot;) when trying to run or debug the application?
    </a>
  </li>

  <li>
    <a href="#q21">Is this behavior a bug? <b>-OR-</b> Is there a quick way to
    view the various lists of tickets for the System.Data.SQLite project?
    </a>
  </li>
</ol>








>







100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
  <li>
    <a href="#q20">When the System.Data.SQLite project is compiled and run from
    inside Visual Studio, why do I get a <b>DllNotFoundException</b> or a
    <b>BadImageFormatException</b> (for &quot;sqlite3.dll&quot; or
    &quot;SQLite.Interop.dll&quot;) when trying to run or debug the application?
    </a>
  </li>
  <br>
  <li>
    <a href="#q21">Is this behavior a bug? <b>-OR-</b> Is there a quick way to
    view the various lists of tickets for the System.Data.SQLite project?
    </a>
  </li>
</ol>