Re: [Mono-dev] Embedding Mono: multiple calls to mono_jit_init

2011-05-16 Thread MartinAlexander
Thanks, I will try the dynamic loading. Global variables are gone after my driver is restarted from the host application. -- View this message in context: http://mono.1490590.n4.nabble.com/Embedding-Mono-multiple-calls-to-mono-jit-init-tp3519842p3525805.html Sent from the Mono - Dev mailing

Re: [Mono-dev] excute linux command under mono C#

2011-05-16 Thread harmeets
I tried this solution for executing linux command from asp.net application. It is not working for me. We just want to move files from one folder to another. My code is string cmd = /bin/cp -rp /usr/local/lib/xsp/test/2.0/projectname/invoices/ /usr/local/lib/xsp/test/2.0/projectname/testupload/;

Re: [Mono-dev] excute linux command under mono C#

2011-05-16 Thread Duane Wandless
Here is a class that I use to execute linux commands: internal int Execute(string exe, string args) { ProcessStartInfo oInfo = new ProcessStartInfo(exe, args); oInfo.UseShellExecute = false; oInfo.CreateNoWindow = true;

[Mono-dev] compiling (2.10.2) on a beagleboard-xm running Ubuntu

2011-05-16 Thread Dennis White
I have been trying for some time now to compile 2.10.2 for a beagleboard-xm running Ubuntu. for my build environment I am running scratchbox2, I used the following instructions to setup scratchbox2: http://maemo-sdk.garage.maemo.org/install-ubuntu.html For building mono I am following

Re: [Mono-dev] [MonoTouch] what happens with MonoTouch and Mono for Android now

2011-05-16 Thread Mauricio Henriquez
...and that on Miguel blog was the suspected good news??mmm, very uncertain the mono future is... I really sad for the mono team situation and the decision of Attachamate, specially after such a great last couple of years of mono related products...just hope that at least the mono core

Re: [Mono-dev] [MonoTouch] what happens with MonoTouch and Mono for Android now

2011-05-16 Thread Konrad M. KruczyƄski
On 2011-05-16 22:13, Mauricio Henriquez wrote: ...and that on Miguel blog was the suspected good news??mmm, very uncertain the mono future is... I really sad for the mono team situation and the decision of Attachamate, specially after such a great last couple of years of mono related

[Mono-dev] Mono and MySql.Data problem - System.Transactions

2011-05-16 Thread SamHellawell
Hey there! So basically, after hours setting up my Ubuntu VPS to get Mono to run my application (CLI), I get this error when trying to use MySQL: [ERROR] MySQL getCommand: Invalid IL code in System.Transactions.Transaction:get_Current (): method body is empty. [ERROR] MySQL getString: Object