Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix minor style typo on the FAQ page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
941fcf215753eb7d496348e92f616305 |
User & Date: | mistachkin 2014-05-02 20:18:27.539 |
Context
2014-05-02
| ||
21:25 | Have the SQLiteProviderFactory class (in the System.Data.SQLite.Linq assembly) implement the IServiceProvider interface. check-in: c4216e296b user: mistachkin tags: trunk | |
20:18 | Fix minor style typo on the FAQ page. check-in: 941fcf2157 user: mistachkin tags: trunk | |
2014-04-26
| ||
08:16 | Enhance the test suite infrastructure to evaluate a per-user and/or per-host settings file during test epilogue processing. check-in: b8c8c26be3 user: mistachkin tags: trunk | |
Changes
Changes to www/faq.wiki.
︙ | ︙ | |||
387 388 389 390 391 392 393 | <p> No, because they are not managed assemblies and contain no managed code. </p> <hr> <a name="q11"></a> <p> | | | 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 | <p> No, because they are not managed assemblies and contain no managed code. </p> <hr> <a name="q11"></a> <p> <b>(11) Why do I get a DllNotFoundException (for "sqlite3.dll" or "SQLite.Interop.dll") when trying to run my application?</b> </p> <p> Either the named dynamic link library (DLL) cannot be located or it cannot be loaded due to missing dependencies. Make sure the named dynamic link library is located in the application directory or a directory along the system PATH |
︙ | ︙ |