I have the following layout: <Button android:id=\"@+id/MyButton\" android:layout_width=\"fill_parent\"
I\'m deploying an ASP.NET MVC 2 application using Apache / mod_mono / MONO (2.8.1) that uses the built in ASP.NET authentication framework.
I\'m coding a tic tac toe game in C# anyways, i keep getting this parsing error for line 57, however i have no line 57.
I am implementing a configuartion mechanism (GUI) for my windows service which is to be portable (linux daemon) via mono. I am using the app.config file and planned to expose methods used to write to
I\'m attempting to embed some resources in my app using the following commands (run on an Ubuntu box):
I created a very simple C++ library in xcode, it was basically: //Numbers.h class Numbers { public: int Get10();
I\'ve been trying to port a .NET library built on/for Windows to Ubuntu 11.04 using Mono.The library uses .NET 4.0 so the version of mono (2.6.7) that is standard with Ubuntu 11.04 doesn\'t cut it.Spe
i\'m in a need of using the unix Crypt(salt, key) function in c# code for encrypting my password using a two character salt and 8 characte开发者_Go百科rs key.
We have a .NET project that uses WMI and are interested in porting it to the Mono framework. It appears Mono does not support WMI.
I\'m trying to compile Boo on the mono-4.0 Nant profile and am getting the following error, which I\'m having trouble debugging.