[Mono-dev] FileStream Exception

2006-01-03 Thread Pablo Iñigo Blasco
Hi, i was trying implement something for System.IO.Ports on windows, but i have found a issue. The following code compiles on mcs and works fine in ms.net runtime: StreamReader sr; StreamWriter sw; Console.WriteLine(1); MSystem.IO.Ports.SerialPort.WindowsPortManager.Open(COM1, 9600, 8, 0, 1,

[Mono-dev] FileStream Exception

2006-01-03 Thread Pablo Iñigo Blasco
Hi, i was trying implement something for System.IO.Ports on windows, but i have found a issue. The following code compiles on mcs and works fine in ms.net runtime: StreamReader sr; StreamWriter sw; Console.WriteLine(1); MSystem.IO.Ports.SerialPort.WindowsPortManager.Open(COM1, 9600, 8, 0, 1,