[longomatch] Use mono-sgen to launch the migration tool



commit 4f545a92706e5f5bae1a91069436e4b664d25273
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Oct 14 19:54:23 2014 +0200

    Use mono-sgen to launch the migration tool

 LongoMatch.Services/Services/ToolsManager.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/ToolsManager.cs b/LongoMatch.Services/Services/ToolsManager.cs
index 26364a1..62763df 100644
--- a/LongoMatch.Services/Services/ToolsManager.cs
+++ b/LongoMatch.Services/Services/ToolsManager.cs
@@ -189,7 +189,7 @@ namespace LongoMatch.Services
                        if (System.Environment.OSVersion.Platform != PlatformID.Win32NT) {
                                startInfo.UseShellExecute = false;
                        }
-                       startInfo.FileName = "mono";
+                       startInfo.FileName = "mono-sgen";
                        startInfo.Arguments = migrationExe;
                        if (startInfo.EnvironmentVariables.ContainsKey ("MONO_PATH")) {
                                startInfo.EnvironmentVariables["MONO_PATH"] += Path.PathSeparator + 
assemblyDir;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]