monodevelop

一个问题:monodevelop 2.8 总是卡退

三世轮回 提交于 2019-12-03 06:22:39
Ubuntu12.04下的monodevelop最近老是崩溃,可能是因为前一阶段垂涎14.04上的mono4.0导致自己一直在本本上折腾,卸载mono,卸载monodevelop 导致系统出现了一大堆莫名其妙的问题,后来虽然又把软件源里面提供的mono,monodvelop装回来了,可是系统仍然没有恢复原样。 就比如现在使用monodevelop老是在装载工程的时候卡退了,郁闷中。在命令行里面启动monodvelop输出这么一大堆 loveWenQing ~$ monodevelop ERROR [2014-07-22 16:20:19Z]: Error while reading welcome page contents. System.ArgumentNullException: Argument cannot be null. Parameter name: stream at System.IO.StreamReader.Initialize (System.IO.Stream stream, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0 at System.IO

How to install recent mono and monodevelop?

别说谁变了你拦得住时间么 提交于 2019-12-03 04:14:57
问题 I tried to install mono and monodevelop on centOS 6.3. After many hours I was able to install mono but failed with monodevelop. I'm really astonished how difficult and time consuming it is, to get a recent mono/monodevelop version on linux installed. Is there nobody willing to write and maintain an install/compile tutorial to get the most recent mono/monodevelop/monodata/ASP.NET MVC/... version on the major linux distributions (Centos, Ubuntu, Suse, Debian) installed? I think many people

how to port .NET application to mono

二次信任 提交于 2019-12-03 02:53:07
Since I was not satisfied with my C# application not working on Linux or Mac, I installed MonoDevelop in hopes of porting my application to Mono for cross-platformability. However, I don't know how how to use MonoDevelop to accomplish this task. There's no instructions in FAQ or Documentation. Any idea how to do it? Davide Piras From MonoDevelop FAQ : Can I import my Visual Studio 2K5+ project into MonoDevelop? MonoDevelop can open, manipulate and save MSBuild-based projects directly in most cases. In fact, since MonoDevelop 2.0 the default project format has been VS2008-style MSBuild projects

How to use LINQ in Mono?

不想你离开。 提交于 2019-12-03 02:34:52
问题 I can't make System.Linq (aka LINQ to Objects) work. I am running MonoDevelop 2.2.1 in Ubuntu 10 Lucid Lynx with Mono 2.4.4. They advertise in their site that they implemented LINQ, but I can't even find Enumerable.Range or ToArray() . What's wrong? 回答1: I guess what you would need to do is: In your project options set "Runtime version" to "Mono/.Net 3.5" Add reference to System.Core package (right click references in solution explorer) Add "using System.Linq" to your module after that your

Where can I download the REAL MonoDevelop Windows binaries?

纵然是瞬间 提交于 2019-12-03 01:25:55
The monodevelop.com website just takes me to this "Xamarin Studio" thing that has severe restrictions on the usage of the free version, and pricing that's almost as bad as Visual Studio on the paid versions! Is MonoDevelop for Windows dead? All I want to do is develop a GTK# application without installing Linux! There's still an .msi of version 3.0.6 up for download on SourceForge , if you really need version 4 you'll have to build it yourself . You do not have to pay to use Xamarin Studio to develop GTK# applications. There are no limitations whatsoever (except your imagination!) on what you

How to use multi-languages for iPhone application using MonoTouch?

旧时模样 提交于 2019-12-02 21:00:31
How to use multi languages for iPhone application?. Currently I used english language only. But in future I want to use around 20 to 30 languages. How to use it in iPhone development using MonoTouch? Thomas Rosenstein You have to create a folder for each language you are using in the format "language.lproj" (e.g. en.lproj, de.proj) - in there you have to create a file called Localizable.strings (Compile Action: Content) The File looks like that: "Name For Your String"="Translation For Your String"; // don't forget the semicolon! then you can call NSBundle.MainBundle.LocalizedString("Name For

Can't use System.XML in Mono even though “About” dialog says it's loaded

别说谁变了你拦得住时间么 提交于 2019-12-02 20:59:28
问题 I'm getting desperate here; I'm trying to use XML serialization with some vanilla classes in Mono. [DataContract] and [DataMember] won't resolve, and using System.XML is impossible; it's just not in the list and won't compile suggesting a missing assembly reference. In the About-dialog I can clearly see that the System.XML library is loaded. How can I make it accessible to my project? MonoDevelop 3.0.5 Runtime: Mono 2.10.9 (tarball), GTK 2.24.10, GTK# (2.12.0.0), Package version: 210090011 I

Debugging mono applications directly on ARM target

天涯浪子 提交于 2019-12-02 19:48:44
I've recently installed Mono on a BeagleBone embedded ARM device, looking to connect a Kinnect sensor by USB and control it with C#/Mono I'm wondering, does Mono (I'm using MonoDevelop but I guess this question also applies to VS) allow you to develop locally and then debug the code against a remote target? If so how can this be accomplished? I've heard that the Soft Debugger might be what I need but after poking around in the configuration and having a look at the docs I can't find what I need.... Thanks! Monodevelop can debug remote targets if you have networking going. before launching

import already created sqlite database (xamarin)

余生长醉 提交于 2019-12-02 18:51:57
问题 I'm using Xamarin and want to know how to import an sqlite database I've already created. So far ive added it to the assets folder but dont know where to start next. 回答1: string localPath = Path.Combine(System.Environment.GetFolderPath(System.Environment.SpecialFolder.Personal), YourAppName); //Directory with your DB3 file var dirx = Android.OS.Environment.ExternalStorageDirectory.ToString(); // DB File var dbfile = System.IO.Path.Combine(dirx , "/YourAppName/YourSQLiteDB.db3"); if (File

How to install recent mono and monodevelop?

烂漫一生 提交于 2019-12-02 17:34:26
I tried to install mono and monodevelop on centOS 6.3. After many hours I was able to install mono but failed with monodevelop. I'm really astonished how difficult and time consuming it is, to get a recent mono/monodevelop version on linux installed. Is there nobody willing to write and maintain an install/compile tutorial to get the most recent mono/monodevelop/monodata/ASP.NET MVC/... version on the major linux distributions (Centos, Ubuntu, Suse, Debian) installed? I think many people developing on Windows (with limited linux knowledge) would like to start using mono, if the boarding hurdle