monodevelop

MonoDevelop Failure “Unknown MSBuild Failure” on Linux

﹥>﹥吖頭↗ 提交于 2019-12-21 21:38:59
问题 I just installed MonoDevelop on my Ubuntu machine, and attemtepted to run a hello world, just to test it out: using System; public class HelloWorld { static public void Main () { Console.WriteLine ("Hello Mono World"); } } ...but when building it gives an "Unknown MSBuild failure" error I have tested Mono before using MonoDevelop and verified that it works. 回答1: This is most likely due to an error or errors during compilation, which oddly enough, MonoDevelop is not telling you. Assuming you

MonoDevelop and libpjsipDll.so library on Ubuntu. System.DllNotFoundException

此生再无相见时 提交于 2019-12-21 19:48:29
问题 i am trying to use a dll for Linux called: libpjsipDll_v44.so I got it from here http://code.google.com/p/sipeksdk/downloads/list It's a port for Linux of the http://www.pjsip.org/ is a VOIP library This site claims that is posible to use the library in Linux https://sites.google.com/site/sipekvoip/Home/documentation/pjsipwrapper/pjsipwrapper-for-linux The code in MonoDevelop 4.0.12 with C# the code is like this: internal const string PJSIP_DLL = "libpjsipDll.so"; [DllImportAttribute(PJSIP

Is MonoMac deprecated?

馋奶兔 提交于 2019-12-21 12:11:15
问题 The page for MonoMac seems to be abandoned. It seems to be last-updated a few years ago, because it says "Mountain Lion" is the "new" operating system. New Lion and Mountain Lion APIs for AppKit And MonoMac is under "Unsupported" in the Xamarin Studio (I wanted to download Mono Develop, but the page automatically was redirected to Xamarin Studio). So is MonoMac deprecated or is it still actively being developed along with Xamarin.Mac? 回答1: The difference is not well communicated; they don't

Setting up MVC 4 (Razor) with MonoDevelop

断了今生、忘了曾经 提交于 2019-12-21 07:56:17
问题 I'm trying desperatly to setup a MVC 4 (in the worst caes 3) with Razor on Monodevelop. I'm sitting on a Mac OS X machine, with Mono 2.11.4. It seems to not have all the assemblies required. System.Web.Helper for instance, doesn't seem to be found. And MonoDevelop can only find System.Web.Mvc version 3 (With NET framework 4.5 selected) or version 2 (with NET Framework 4.0 selected). Does anyone know how to get MVC 4 with Razor to work? 回答1: (Razor pages worked with Mono, in theory, with

Shortcut for formatting code in Monodevelop?

孤街浪徒 提交于 2019-12-21 03:59:19
问题 Is there a way to format code using a keybinding in Monodevelop? Format Code In MonoDevelop claims you can use Control + I but it does not appear to work. 回答1: The only workaround I discovered is under Tools->Options->Text Editor->Behavior You can check the option Format document on save which lets you use Control + s to save and format code. 回答2: Tools->Options->Key Bindings Scroll to 'Edit' section and give a keybinding to the 'Format Document' command Brownie points for whoever guesses

Is it possible to get an ASP.NET MVC 3 project working under Mono 2.10?

青春壹個敷衍的年華 提交于 2019-12-20 09:05:16
问题 Mono 2.10's release notes suggest support for ASP.NET MVC 3.0 and Razor using XSP. Upon opening a newly created ASP.NET MVC 3.0 default project (created with Visual Studio 2010) in MonoDevelop 2.4.2 (Mac OS X), the following DLLs are missing: System.Web.Entity System.Web.Helpers System.Web.Mvc System.Web.WebPages All of which I replace with DLLs obtained from my Windows installation. The project builds, but I receive the following error message when trying to debug the project: Adding

monodevelop helloworld app fail to install

天涯浪子 提交于 2019-12-20 06:43:06
问题 I installed "monodevelop" IDE tool, Android SDK and other required tools on my windows xp. I started new sample helloworld project. Builds OK. I run this application and emulator comes up OK. But, I get this error when I deploy the application onto my device emulator. Waiting for packaging processing to complete Getting package list from device Installing shared runtime package on device pkg: /data/local/tmp/Mono.Android.DebugRuntime-debug.apk Failure [INSTALL_FAILED_MEDIA_UNAVAILABLE] 91 KB

Override/Implement Members in MonoDevelop

谁都会走 提交于 2019-12-20 05:37:04
问题 I am working through the pluralsight videos on MonoTouch. At one point, the trainer right clicks on the name of a derived class, and in the 'refactor' menu there is a function to override/implement members of that class. When I click however (latest version), I see only 'rename.' The person in this link had the same issue some time ago and has included screenshots - but noone replied to them in the MonoTouch discussion group: http://monotouch.2284126.n4.nabble.com/Right-Click-Class-name-gt

Mono return error: mono mscorlib.dll was not found

孤街醉人 提交于 2019-12-20 05:26:31
问题 I've developed a mono gtk 2.10 application with monodevelop 2.4. But, when i try to launch the .exe outside my develop machine (about 5 virtual machine) i get ever: mono mscorlib.dll was not found Also if i add mscorlib.dll to the app directory, i get the same error. Where i'm wrong ? 回答1: It might be that your program was built against a version of the runtime that isn't installed on the other machines. For instance, If you compiled against 1.1 or 4.0 and your other systems only have 2.0 or

How to install the latest version of Mono and MonoDevelop on Ubuntu?

故事扮演 提交于 2019-12-20 04:15:29
问题 I'm trying to install the latest version of the Mono framework and MonoDevelop on my system. Yesterday I tried the installation on Ubuntu (14.04 LTS) and on Debian (V8.2) today. Both installations failed. I used this official installation guide. http://www.mono-project.com/docs/getting-started/install/linux/#debian-ubuntu-and-derivatives I executed this commands. sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF echo "deb http:/