Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More improvements to the download page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7ded5c63f6d13c108bf0771aaed35e62 |
User & Date: | mistachkin 2014-01-17 01:33:51.413 |
Context
2014-01-17
| ||
01:39 | More anchors. check-in: 8341caadce user: mistachkin tags: trunk | |
01:33 | More improvements to the download page. check-in: 7ded5c63f6 user: mistachkin tags: trunk | |
00:56 | Improvements to download page. check-in: b6ec17e14b user: mistachkin tags: trunk | |
Changes
Changes to www/downloads.wiki.
︙ | ︙ | |||
295 296 297 298 299 300 301 | <td colspan="3" class="importantNotes"> The string "<b><bin></b>" above represents the directory where the application binaries are to be deployed on the target machine. With the native library pre-loading feature enabled and the application deployment shown above, the System.Data.SQLite managed-only assembly will attempt to automatically detect the processor architecture of the current process and pre-load the appropriate native library. | > > | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 | <td colspan="3" class="importantNotes"> The string "<b><bin></b>" above represents the directory where the application binaries are to be deployed on the target machine. With the native library pre-loading feature enabled and the application deployment shown above, the System.Data.SQLite managed-only assembly will attempt to automatically detect the processor architecture of the current process and pre-load the appropriate native library. </td> </tr> <tr> <td colspan="3" class="importantHeader"> <b>Advanced Configuration Settings</b> </td> </tr> <tr> <td colspan="3" class="importantNotes"> If native library pre-loading feature does not work properly in your environment, it can be disabled by setting the "No_PreLoadSQLite" environment variable (i.e. to anything) prior to loading and/or using the System.Data.SQLite assembly. There are several more environment variables that can be used to influence the behavior of the native library pre-loading feature, documented <a href="/index.html/artifact?ci=trunk&filename=Doc/Extra/environment.html">here</a>. <br /><br /> Use of environment variables for configuration settings is not supported by the .NET Compact Framework builds of System.Data.SQLite, due to limitations imposed by the platform itself. <br /><br /> Alternatively, as of version 1.0.91.0, all configuration settings can be specified via an optional <a href="/index.html/artifact?ci=trunk&filename=System.Data.SQLite/System.Data.SQLite.dll.config">XML configuration file</a>. Using the XML configuration file when the primary System.Data.SQLite assembly ("System.Data.SQLite.dll") is being executed from the Global Assembly Cache is <b>unsupported</b>. <br /><br /> For each configuration setting, the associated environment variable value, if present, will override the value specified via the XML configuration file. <br /><br /> For the full .NET Framework, the XML configuration file <b>must</b> be named "<b>System.Data.SQLite.dll.config</b>" and it <b>must</b> be present in the <a href="http://msdn.microsoft.com/en-us/library/system.appdomain.basedirectory%28v=vs.80%29.aspx">base directory for the application domain</a> <b>or</b> the directory containing the primary System.Data.SQLite assembly as reported by its <a href="http://msdn.microsoft.com/en-us/library/system.reflection.assembly.location%28v=vs.80%29.aspx">location</a> property; otherwise, it will be ignored. <br /><br /> For the .NET Compact Framework, the XML configuration file <b>must</b> be named "<b>System.Data.SQLite.dll.config</b>" and it <b>must</b> be present in the directory containing the primary System.Data.SQLite assembly; otherwise, it will be ignored. </td> </tr> <tr> <td colspan="3" class="importantHeader"> <b>Deployment Guidelines</b> </td> |
︙ | ︙ |