I worked on ubuntu 14.04 and MonoDevelop 5.10. But it can't start after I upgraded mono to 4.2.1. Now MonoDevelop start without no errors but can't see anything. Can any one help me ? Thanks.
After added MONO_LOG_LEVEL=debug, I find it stop on this line:
Mono: DllImport searching in: '/usr/lib/libMonoPosixHelper.so' ('/usr/lib/libMonoPosixHelper.so').
Mono: Searching for 'Mono_Posix_Stdlib_TMP_MAX'.
Mono: Probing 'Mono_Posix_Stdlib_TMP_MAX'.
Mono didn't find anything, and wait here.
I have solved this problem by install monodevelop-opt, and it didn't use system libmono.
Thanks for opensuse!
link: http://software.opensuse.org/download/package?project=home:tpokorra:mono&package=monodevelop-opt
Related
When installing mono on raspberry, using the official way described on mono website, i get a bunch of precompilation
example:
Mono precompiling /usr/lib/mono/4.5/mcs.exe for arm...
It takes lot of time, and i also got some raspberry rebooting during the task :(
is there a way to install mono without this precompilation stage ?
According to the person in charge of Mono packaging in Microsoft, this problem is fixed in the preview (not stable) channel which brings you Mono 5.18: https://www.mono-project.com/download/preview/.
I am installing RubyMine on Ubuntu 15.10. I downloaded the .exe file and installed it using Wine installer. The installation gone pretty well.
But when I tried to run the RubyMine, I am getting an error. I am attaching the screenshot of the error.
I tried searching, I got answers related to Mac Os to remove the .jar extensions. But I couldn't find any regarding Ubuntu.
Anyhelp is appreciated.Thank you.
I'm new to this Phalcon framework and just started working on it.
It is configured on XAMPP. Phalcon developer Tools also has been setup.
XAMP 1.8.3 for windows 7, 32 bit
PHP 5.5.9
Compiler MSVC11 (Visual C++ 2012)
Architecture x86
But, now, I want to configure the php_crack.dll but constantly getting below error.
httpd.exe - Entry Point Not Found
The procedure entry point php_checkuid could not be located in the dynamic link library php5ts.dll.
OK
Warning
PHP Startup: Unable to load dynamic library 'D:\xampp2\php\ext\php_crack.dll' - The specified procedure could not be found.
OK
Kindly help me out and let me know what I m doing wrong.
Thanks in advance
Regards,
Virda
After wasting a lot of time I found a solution of this problem.
The problem was the php_crack.dll and php version was mismatch, when I downloaded the correct version of crack.dll then the error resolved.
To download the correct version of crack.dll
open the below link and click on DLL under windows section.
According to php version download the file.
http://pecl.php.net/package/crack
I have downloaded and Installed MONO_DEVELOP on my mac using this linke - http://www.go-mono.com/mono-downloads/download.html
Only the command line version of mono gets installed. How should I get the IDE working? I have been trying it for two days now. Please help.
MonoDevelop and Mono are not the same thing.
You can download MonoDevelop from http://monodevelop.com/.
When I compile a simple web application on my machine it works without problems.
However when I publish to the server always gives me the following error:
Could not load type 'System.Collections.Generic.Dictionary `2' from assembly 'mscorlib, Version = 4.0.0.0,
In my local machine I have the following directory that does not exist on the server:
/usr/lib/mono/4.0/
I've tried to install gtk-sharp-2.12.11 but in the end gives the following error:
Requested 'gtk + -2.0> = 2.12.0' but version of GTK + is 2.10.4
Please help me
Thanks
Paulo Santos
The gtk# binding, in its version 2.12, simply depends on gtk+ version 2.12.
You need to upgrade your Fedora if you want to use that version.
However, take in account that the gtk platform is only useful for desktop development, not web development, so I think you're mixing things up.
Try installing the "dmcs" compiler in Fedora. (You may have a very old version of Mono that doesn't include this 4.0-profile compiler, what version of Mono do you have installed?)