* Fixes mantis mantis 0006803 [PGSQL] - Simulator crashes - 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.

This commit is contained in:
Fernando Oliveira
2013-10-16 20:15:04 -05:00
committed by fernando
parent 766a31431e
commit 8fdf70b87e
3 changed files with 47 additions and 0 deletions

Binary file not shown.