这里链接到日志"http://pastebin.com/jqjhqjdR" rel="nofollow">http://pastebin.com/jqjhqjdR
它下载了大约750MB+的数据, 并且仍然在抱怨。
如果您需要更多信息,请通知我。
这里链接到日志"http://pastebin.com/jqjhqjdR" rel="nofollow">http://pastebin.com/jqjhqjdR
它下载了大约750MB+的数据, 并且仍然在抱怨。
如果您需要更多信息,请通知我。
问题是机器上没有足够的空间安装它。这里是额外的日志 :
[Info] MSI (s) (88:E0) [14:37:14:059]: Product: Mono for Android 4.2.1 -- Disk full: Out of disk space -- Volume: C: ; required space: 7,17,101 KB; available space: 6,85,744 KB. Free some disk space and retry. [Info] Disk full: Out of disk space -- Volume: C: ; required space: 7,17,101 KB; available space: 6,85,744 KB. Free some disk space and retry. [Info] Action ended 14:37:14: InstallValidate. Return value 3.
作为副注释,为了方便地识别 MSI 失败之处, 您可以查看“ 值 3 ” 的日志。 如果标准动作或自定义动作返回此值, 它意味着安装被停止。 当然, 如果日志是用另一种语言生成的, 则使用该语言中的“ 值” 等值 。
I am developing a web application that manages a population of plants. One feature of the application is the ability to view relationships between plants as a graph. This visualisation is generated as ...
I ve started your typical web project from scratch using the Mono platform. You know, web services, a UI, MySQL database, all that. I ve heard around the net that it s not a picture-perfect ...
I am trying to decide upon using Mono with C# or Python (Django) for a Linux based Web Site. My concern with C# is that Mono may not be as reliable as .NET. Does anyone have any experience with this?
Has System.Data in Mono been expanded to include extra functionality? I m attempting to make use of the SQL Parser written for Mono in Mono.Data.SqlExpressions but when all the classes in the ...
When using GTK# from C# on Mono, I often find myself copying out C# data structures into Gtk.ListStore -- it would be much easier if there was a Gtk.TreeModel which wrapped an IEnumerable. Does such ...
I m looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it ...
Gnome.Icon and Gnome.ThumbnailFactory both want me to pass in a URI of a file whose icon I want -- I only have a MIME type, which I want to look up an icon for. Is there a GNOME C# API function which ...
Is it possible to run the new ASP.NET MVC 2 Preview 2 on mono?