通过mono在Linux Server上执行Console App时出错

时间:2019-03-15 09:23:15

标签: linux mono console-application wine

我有一个用C#制作的控制台应用程序,该应用程序在Linux服务器上运行。我正在使用mono运行控制台应用程序,这是我得到的错误。

Unhandled Exception:
System.ArgumentNullException: Value cannot be null.
Parameter name: key
at ConsoleApp3.Program.DownloadFilesFromSharePoint (System.String siteUrl, 
System.String folderPath) [0x00145] in <e9b2c87b4ce34338ac3c0490e52f97c6>:0
at ConsoleApp3.Program.Main (System.String[] args) [0x00000] in 
<e9b2c87b4ce34338ac3c0490e52f97c6>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentNullException: Value 
cannot be null.
Parameter name: key
at ConsoleApp3.Program.DownloadFilesFromSharePoint (System.String siteUrl, 
System.String folderPath) [0x00145] in <e9b2c87b4ce34338ac3c0490e52f97c6>:0
at ConsoleApp3.Program.Main (System.String[] args) [0x00000] in 
<e9b2c87b4ce34338ac3c0490e52f97c6>:0
papadmin@pap-hadoop-4:~/Release$ System.ArgumentNullException: Value cannot 
be null.
System.ArgumentNullException:: command not found
papadmin@pap-hadoop-4:~/Release$ Parameter name: key
Parameter: command not found

0 个答案:

没有答案