我正在尝试使用 MkBundle 构建这个 C# 程序,以便用户可以在 Linux 上运行它而无需安装 Mono。
但是在尝试使用已构建的程序时,我不断收到错误消息。
重现步骤:
- Git克隆这个项目:
https://github.com/nddipiazza/Sharepoint-Exporter
- 从中提取 DLL:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=35585 -
在解决方案资源管理器中,右键单击引用 -> 添加引用 -> 浏览 .NET 程序集 -> 添加 Microsoft sharepoint DLL
- Microsoft.SharePoint.Client.dll
- Microsoft.SharePoint.Client.Runtime.dll
构建应用程序。
(或者只是从这里获取构建的应用程序https://drive.google.com/a/lucidworks.com/file/d/1GPgkmike9KYTDBGLuNj0R_0Q_FDQdhKr/view?usp=sharing)
- 跑:
mkbundle --simple --static --deps -o ./SpFetcher bin/Release/SpPrefetchIndexBuilder.exe
请注意,捆绑包似乎已成功构建:
ndipiazza@mate:~/lucidworks/Sharepoint-Exporter/SpCrawler (master)*$ mkbundle --simple --static --deps -o ./SpFetcher bin/Release/SpPrefetchIndexBuilder.exe
Using runtime: /usr/bin/mono
Assembly: /home/ndipiazza/lucidworks/Sharepoint-Exporter/SpCrawler/bin/Release/SpPrefetchIndexBuilder.exe
Config: /usr/bin/mono
Assembly: /usr/lib/mono/4.5/mscorlib.dll
Assembly: /usr/lib/mono/4.5/System.Net.Http.dll
Assembly: /usr/lib/mono/4.5/System.dll
Assembly: /usr/lib/mono/4.5/Mono.Security.dll
Assembly: /usr/lib/mono/4.5/System.Configuration.dll
Assembly: /usr/lib/mono/4.5/System.Xml.dll
Assembly: /usr/lib/mono/4.5/System.Security.dll
Assembly: /usr/lib/mono/4.5/System.Core.dll
Assembly: /usr/lib/mono/4.5/Mono.Posix.dll
Assembly: /usr/lib/mono/4.5/System.Web.Extensions.dll
Assembly: /usr/lib/mono/4.5/System.Web.dll
Assembly: /usr/lib/mono/4.5/System.Drawing.dll
Assembly: /usr/lib/mono/4.5/System.Runtime.Serialization.Formatters.Soap.dll
Assembly: /usr/lib/mono/4.5/System.Data.dll
Assembly: /usr/lib/mono/4.5/System.Numerics.dll
Assembly: /usr/lib/mono/4.5/System.Transactions.dll
Assembly: /usr/lib/mono/4.5/Mono.Data.Tds.dll
Assembly: /usr/lib/mono/4.5/System.EnterpriseServices.dll
Assembly: /usr/lib/mono/4.5/System.Web.ApplicationServices.dll
Assembly: /usr/lib/mono/4.5/System.ComponentModel.DataAnnotations.dll
Assembly: /usr/lib/mono/4.5/Mono.Data.Sqlite.dll
Assembly: /usr/lib/mono/4.5/System.Web.Services.dll
Assembly: /usr/lib/mono/4.5/System.DirectoryServices.dll
Assembly: /usr/lib/mono/4.5/Novell.Directory.Ldap.dll
Assembly: /usr/lib/mono/4.5/System.Design.dll
Assembly: /usr/lib/mono/4.5/System.Windows.Forms.dll
Assembly: /usr/lib/mono/4.5/Accessibility.dll
Assembly: /usr/lib/mono/4.5/Mono.WebBrowser.dll
Assembly: /usr/lib/mono/4.5/System.Data.Linq.dll
Assembly: /usr/lib/mono/4.5/System.Runtime.Serialization.dll
Assembly: /usr/lib/mono/4.5/System.ServiceModel.Internals.dll
Assembly: /usr/lib/mono/4.5/System.ServiceModel.dll
Assembly: /usr/lib/mono/4.5/System.IdentityModel.dll
Assembly: /usr/lib/mono/4.5/System.Messaging.dll
Assembly: /usr/lib/mono/4.5/Mono.Messaging.dll
Assembly: /usr/lib/mono/4.5/System.Configuration.Install.dll
Assembly: /usr/lib/mono/4.5/System.IdentityModel.Selectors.dll
Assembly: /usr/lib/mono/4.5/System.ServiceModel.Activation.dll
Assembly: /home/ndipiazza/lucidworks/Sharepoint-Exporter/SpCrawler/Microsoft.SharePoint.Client.dll
Assembly: /home/ndipiazza/lucidworks/Sharepoint-Exporter/SpCrawler/Microsoft.SharePoint.Client.Runtime.dll
Assembly: /usr/lib/mono/4.5/System.Xml.Linq.dll
Assembly: /usr/lib/mono/4.5/I18N.West.dll
Assembly: /usr/lib/mono/4.5/I18N.dll
Generated ./SpFetcher
现在运行
./SpFetcher
程序在带有 Mono 的机器上,它工作正常。
在没有单声道的机器上,您会收到以下错误:
无法识别 URI 前缀。在 System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x000ae] in <50d80b08c1a5449282b22aedf03ce925>:0 在 System.Net.WebRequest.Create (System.String requestUriString) [0x00014] 在 <50d80b08c1a5449282b22aedf03ce 0 在 Microsoft.SharePoint.Client.SPWebRequestExecutor..ctor (Microsoft.SharePoint.Client.ClientRuntimeContext 上下文,System.String requestUrl) [0x0002e] 在:0 在 Microsoft.SharePoint.Client.DefaultWebRequestExecutorFactory.CreateWebRequestExecutor (Microsoft.SharePoint.Client. ClientRuntimeContext 上下文,System.String requestUrl) [0x00021] 在:0 在 Microsoft.SharePoint.Client.ClientContext.GetFormDigestInfoPrivate () [0x0000d] 在:0 在 Microsoft.SharePoint.Client.ClientContext.EnsureFormDigest () [0x0001f] 在:
预计不会出现该错误。
mkbundle
程序不能正常工作吗?
我正在尝试 mkbundle 的 c# 程序:https ://drive.google.com/a/lucidworks.com/file/d/1GPgkmike9KYTDBGLuNj0R_0Q_FDQdhKr/view?usp=sharing
mkbundled 结果:https ://drive.google.com/file/d/13kHG-RxSqfMFlE53wCSe9iqfwOzheKUm/view?usp=sharing
更新:我在 mkbundle 问题跟踪器上创建了一张票。https://bugzilla.xamarin.com/show_bug.cgi?id=60753#bug_status_bottom