[Mono-aspnet-list] Problem installing XSP on Ubuntu 11.10

2011-11-02 Thread lakederek88
Hello, I am somewhat new to Ubuntu but attempted valiantly to install this thing anyway. I thought I had successfully installed it but when I reach this point in the install readme: * Running XSP with the bundled tests Go to /usr/lib/xsp/test directory

[Mono-dev] slow Lockbits

2011-11-02 Thread sebi77
Hi all! Our Mono app. significantly slows down on Linux. We figured out that Lockbits cause this. I don't know this problem is a bug, or we can avoid it with memory management. What actually happens during LockBits? http://bugzilla.xamarin.com/show_bug.cgi?id=1819 DateTime start =

Re: [Mono-dev] Crash with sgen on x86_64-apple-darwin

2011-11-02 Thread Rodrigo Kumpera
Mono on 64bits darwin remains experimental and sgen in particular hás not been portes yet. On Tuesday, November 1, 2011, David Mitchell dmitch...@logos.com wrote: I've been experimenting with running Mono built for x86_64 on OS X. I've been largely successful using Boehm GC, but today I tried

[Mono-list] Installing Windows service on Windows

2011-11-02 Thread Erik Cederstrand
Hi all, (Newbie warning) I have created a test Windows Service using Mono 2.10.6 and MonoDevelop 2.8.1 on OSX and compiled it against .NET 4.0 to an executable. I then wanted to install it on my Windows 7 VM (Mono is not installed there) using InstallUtil.exe, but I get the following error.

Re: [Mono-list] Installing Windows service on Windows

2011-11-02 Thread Robert Jordan
On 02.11.2011 16:20, Erik Cederstrand wrote: Hi all, (Newbie warning) I have created a test Windows Service using Mono 2.10.6 and MonoDevelop 2.8.1 on OSX and compiled it against .NET 4.0 to an executable. I then wanted to install it on my Windows 7 VM (Mono is not installed there) using

[Mono-list] Limit Memory Usage of Mono

2011-11-02 Thread Nicolas Antoniazzi
Is there a way to limit the max memory usage of mono ? In other languages, like java or php, there are options like -Xmx for Java or -memory_limit for Php. Is there an equivalent mechanism for mono? or do I have to run mono from a parent process that limits the Memory usage of its child ?

Re: [Mono-list] Limit Memory Usage of Mono

2011-11-02 Thread Alan
Hey, I'm fairly sure that sgen has some documented switches which alter it's mode of operation. One of these modes is a fixed size heap mode which sounds like it'd do what you want. I don't know how complete or tested this option is though, but it might be worth looking at. ulimit might also be

[Mono-list] Where does Mono store user config setterings?

2011-11-02 Thread Chris Derrick
When .Net saves user settings it writes them to a 'user.config' file in: C:\Users\[UserName]\AppData\Local\[CompanyName]\[AppName] Where does Mono write user config settings when running a Linux platform? Thanks in advance, -- View this message in context:

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-02 Thread Ian Norton
On Wed, Nov 02, 2011 at 09:57:05PM +, Chris Derrick wrote: When .Net saves user settings it writes them to a 'user.config' file in: C:\Users\[UserName]\AppData\Local\[CompanyName]\[AppName] Where does Mono write user config settings when running a Linux platform? In my experience the

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-02 Thread Chris Derrick
That was one of the first places I looked, sadly it is not there. By the way I'm running mono 2.6 on Ubuntu 11.10. -- View this message in context: http://mono.1490590.n4.nabble.com/Where-does-Mono-store-user-config-setterings-tp3983422p3983440.html Sent from the Mono - General mailing list

Re: [Mono-list] Where does Mono store user config setterings?

2011-11-02 Thread Ian Norton
On Wed, Nov 02, 2011 at 10:04:24PM +, Chris Derrick wrote: That was one of the first places I looked, sadly it is not there. By the way I'm running mono 2.6 on Ubuntu 11.10. What user are you running as? -- View this message in context:

Re: [Mono-list] Installing Windows service on Windows

2011-11-02 Thread Erik Cederstrand
Den 02/11/2011 kl. 16.36 skrev Robert Jordan: On 02.11.2011 16:20, Erik Cederstrand wrote: Hi all, (Newbie warning) I have created a test Windows Service using Mono 2.10.6 and MonoDevelop 2.8.1 on OSX and compiled it against .NET 4.0 to an executable. I then wanted to install it on my