Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add question to the FAQ. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
792230a63e28aa8f62cf484a8e4f78a0 |
User & Date: | mistachkin 2013-03-15 01:34:05.461 |
Context
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 | |
00:36 | Update version history docs. check-in: af4af7e39f user: mistachkin tags: trunk | |
Changes
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 "sqlite3.dll" or "SQLite.Interop.dll") when trying to run or debug the application? </a> </li> </ol> <hr> <a name="q1"></a> <p> <b>(1) When will the next version of System.Data.SQLite be released?</b> </p> | > > > > > | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | <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 "sqlite3.dll" or "SQLite.Interop.dll") 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> <hr> <a name="q1"></a> <p> <b>(1) When will the next version of System.Data.SQLite be released?</b> </p> |
︙ | ︙ | |||
482 483 484 485 486 487 488 | managed binaries in-place). However, this post-build step will only be performed if the selected platform matches that of the operating system (e.g. "Win32" for 32-bit Windows and "x64" for 64-bit Windows). Therefore, it is good practice to double-check the selected build platform against the operating system prior to attempting to run a managed project in the solution. </p> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 | managed binaries in-place). However, this post-build step will only be performed if the selected platform matches that of the operating system (e.g. "Win32" for 32-bit Windows and "x64" for 64-bit Windows). Therefore, it is good practice to double-check the selected build platform against the operating system prior to attempting to run a managed project in the solution. </p> <hr> <a name="q21"></a> <p> <b>(21) Is this behavior a bug? -OR- Is there a quick way to view the various lists of tickets for the System.Data.SQLite project?</b> </p> <p> If any behavior is observed that appears to be a bug, it may be reported via the <a href="/index.html/doc/trunk/www/support.wiki">sqlite-users</a> public mailing list or by filing a <a href="/index.html/tktnew">ticket</a>. Prior to taking one of these steps, it is always prudent to check the various lists of previously filed tickets to see if the behavior being observed has already been reported and possibly fixed in a subsequent release. <ol> <li><a href="/index.html/rptview?rn=6"> The list of tickets actively being worked on. </a></li> <li><a href="/index.html/rptview?rn=2"> The list of tickets currently open. </a></li> <li><a href="/index.html/rptview?rn=4"> The list of tickets fixed and then closed. </a></li> <li><a href="/index.html/rptview?rn=7"> The list of tickets closed without needing a fix. </a></li> </ol> </p> |