Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-18 Thread Tobi
Chris Howie wrote: > I'd write a test case and file a bug report. If it is a bug that's > the fastest way to get a response. The response was "Works for me, bug closed". But it still doesn't work for *me*. Running the latest SVN version, trying to debug a simple "Hello World", I get: mdb

Re: [Mono-list] TimeoutException on SerialPort (mono 2.0)

2008-12-18 Thread Brandon Perry
Does the VM have access to the serial port? On Thu, Dec 18, 2008 at 4:31 PM, eyanson wrote: > > I found the problem, but I dont understant the real problem. > > In the sample on "http://www.mono-project.com/HowToSystemIOPorts"; > exist it code: > > while (tmpByte != 255) { > rxString += ((c

Re: [Mono-list] TimeoutException on SerialPort (mono 2.0)

2008-12-18 Thread eyanson
I found the problem, but I dont understant the real problem. In the sample on "http://www.mono-project.com/HowToSystemIOPorts"; exist it code: while (tmpByte != 255) { rxString += ((char) tmpByte); tmpByte = (byte) mySerial.ReadByte(); } The problem is that spect a byte with 255 but

[Mono-list] Question about Configuration files

2008-12-18 Thread alan battersby
I am writing an app that reads configuration data from the applications execution folder using System.Configuration.AppSettingsReader that all works ok. However I want to supplement this with user data stored in a config file in the users home folder without writing much code to read/write xml fil

Re: [Mono-list] Sources of generic mono installer (.bin)

2008-12-18 Thread rt2008
Chris Howie-3 wrote: > >> where can I get sources of generic mono installer? > IIRC, the generic mono installer was discontinued. > yes, I know. I think I can build bin installer from sources. It worked for me in previous version of mono, and I think it will work well for mono 2 in my configu