aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Readding Mono.Security.dll. This comes from ↵Justin Clark-Casey (justincc)2013-10-171-0/+0
| | | | | | http://pgfoundry.org/frs/download.php/3354/Npgsql2.0.12.0-bin-ms.net3.5sp1.zip This is identical to what was previously there but need to record origin information
* Removing Mono.Security.dll temporarily so that it can be re-added with ↵Justin Clark-Casey (justincc)2013-10-171-0/+0
| | | | origin information
* * Fixes mantis mantis 0006803 [PGSQL] - Simulator crashes - ↵Fernando Oliveira2013-10-161-0/+0
Mono.Security.dll missing. The root of the issue is that the Postgres driver relies on Mono.Security.dll from the mono project. Unfortunately, when using Mono, including the dll in the distribution causes conflicts. This solution puts Mono.Security.dll in bin/lib/NET/ and, if windows .NET is the runtime, informs the assembly loader to load bin/lib/NET/Mono.Security.dll when .NET is scanning for the Mono.Security namespace. On Mono, the included Mono.Security assembly is ignored.