Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The 'Assembly.Load(Byte[])' method cannot be used on the mixed-mode assembly. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e48fe7a84ce84de09fead6cec0f9c3fd |
User & Date: | mistachkin 2016-04-12 13:56:40.590 |
Context
2016-04-12
| ||
13:57 | When using the mixed-mode assembly, it must be assumed that the 'vtshim' module is already loaded. check-in: 3a961372b3 user: mistachkin tags: trunk | |
13:56 | The 'Assembly.Load(Byte[])' method cannot be used on the mixed-mode assembly. check-in: e48fe7a84c user: mistachkin tags: trunk | |
2016-04-08
| ||
22:10 | Update SQLite core library to the 3.12.1 release. check-in: 85962b83b1 user: mistachkin tags: trunk | |
Changes
Changes to Tests/tkt-da685c0bac.eagle.
︙ | ︙ | |||
36 37 38 39 40 41 42 | [getBinaryDirectory] System.Data.SQLite.dll]]] object invoke -flags +NonPublic \ System.Data.SQLite.UnsafeNativeMethods GetXmlConfigFileName } -cleanup { moveSystemDataSQLiteDllConfig true true } -isolationLevel AppDomain -constraints {eagle command.object\ | | > > > > | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | [getBinaryDirectory] System.Data.SQLite.dll]]] object invoke -flags +NonPublic \ System.Data.SQLite.UnsafeNativeMethods GetXmlConfigFileName } -cleanup { moveSystemDataSQLiteDllConfig true true } -isolationLevel AppDomain -constraints {eagle command.object\ compile.ISOLATED_INTERPRETERS System.Data.SQLite} -constraintExpression \ {[haveConstraint defineConstant.System.Data.SQLite.SQLITE_STANDARD] || \ [haveConstraint defineConstant.System.Data.SQLite.USE_INTEROP_DLL] || \ [haveConstraint defineConstant.System.Data.SQLite.PLATFORM_COMPACTFRAMEWORK]} \ -result {}} ############################################################################### moveSystemDataSQLiteDllConfig true true ############################################################################### |
︙ | ︙ |