Re: [Mono-dev] problem with System.Windows.Forms

2006-02-14 Thread Peter Dennis Bartok
You forgot to install the libgdiplus package on your system. Peter -Original Message- From: "amru rosyada" <[EMAIL PROTECTED]> To: Date: Tuesday, 14 February, 2006 18:03 Subject: [Mono-dev] problem with System.Windows.Forms first I am sorry if my english is bad! I have problem in usi

[Mono-dev] Asynchronous socket segmentation fault continued

2006-02-14 Thread Robert Nasiadek
Here's a simple code that causes segmentation fault: --- CUT HERE --- using System; using System.Threading; using System.Net; using System.Net.Sockets; class Test { Socket sock1; Socket sock2; byte[] data; EndPointremote1; End

[Mono-dev] I am beginner

2006-02-14 Thread amru rosyada
anyone can help me to find free tutorial about developing mono with C# thanks before ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

[Mono-dev] problem with System.Windows.Forms

2006-02-14 Thread amru rosyada
first I am sorry if my english is bad! I have problem in using System.Windows.Forms with this simple code : //TestApp.cs using System.Windows.Forms; using System; class TestApp { public static void Main() { Console.WriteLine("Testing! 1,2,3"); MessageBox.Show("Hello"); }

[Mono-dev] Asynchronous socket segmentation fault

2006-02-14 Thread Robert Nasiadek
Hello, I'm running mono 1.1.13.2 on Linux. I have a UDP socket and when I call Close( ) before EndReceiveFrom( ) I get segmentation fault. Running the same binary on .net only throws an exception. Here's a backtrace: = Got a SIGSE

[Mono-dev] XSP2 does not seem to find GAC?

2006-02-14 Thread Ameya Barve
This is my first post, and I hope the topic is relevant to this mailing list. I have Mono 1.1.13.2 installed on RHEL 4.0 Workstation. XSP2 seems to be installed correctly, as issuing the 'xsp2' command correctly launches the web server. I'm having several issues with using XSP2 with my ASP.Net 2

Re: [Mono-dev] I had problem with mysql_connection

2006-02-14 Thread Joshua Kugler
On Monday 13 February 2006 20:26, amru rosyada wrote: > I try to run code from mono-project this the code : >string connectionString = > "Server=localhost;" + > "Database=APP_DB;" + > "User ID=amru;" + > "Password=amru;" + > "Pooling=false"

Re: [Mono-dev] MS Windows cmd window

2006-02-14 Thread Felipe Almeida Lessa
Em Seg, 2006-02-13 às 15:46 -0600, Jeremy Sheldon escreveu: > The program runs great in Linux. Similarly, it RUNS fine in MSWindows, but > always starts up a cmd prompt screen along with it. Is this normal? Is > there a way to make it NOT do that? Just add "-target:winexe" to the arguments of

[Mono-dev] MS Windows cmd window

2006-02-14 Thread Jeremy Sheldon
I have just started development with Mono and have a question about running my programs. I did all development on a Gentoo Linux system with mono-1.1.12.1-r1, monodevelop-0.9-r1, glade-2.6.8, and gtk-sharp-2.8.0. Everything seems to be going along great! My question deals with when I run my

Re: [Mono-dev] Getting error at Runtime

2006-02-14 Thread Brian Crowell
Javier Ruiz wrote: The error is coming from the SYSTEM.NET.MAIL part of the code. Have your catch code output the stack trace like this: catch( Exception ex ) { Console.WriteLine( "Error: " + ex.ToString() ); } --Brian ___ Mono-devel-list

Re: [Mono-dev] Distributing an application with Mono

2006-02-14 Thread Julien De Groote
On 2/14/06, Jonathan Pryor <[EMAIL PROTECTED]> wrote: > On Mon, 2006-02-13 at 14:14 +, Alex Chudnovsky wrote: > > Julien De Groote wrote: > > > > >i would like to make a demo package of the software I am developing. > > >I'd prefer for my Windows users not to do a full Mono install. > > > > > I

[Mono-dev] Re: [mono-vb] RE: Microsoft.VisualBasic.VBCodeProvider.CreateCompiler.CompileAssemblyFromSource commandline options

2006-02-14 Thread Rafael Teixeira
Using what is working for CSharp, I fixed it and some other bits: 2006-02-14 Rafael Teixeira <[EMAIL PROTECTED]> * VBCodeCompiler.cs: use mbas.exe from 1.0 or 2.0, depending on NET_2_0 BuildArgs() copy options.CompilerOptions to the

Re: [Mono-dev] MS/Mono XmlWriter incompatibility

2006-02-14 Thread Atsushi Eno
Hi, I'm simply using Windows XP SP2 with VS2005. (v2.0.50727). I'm using Flush it's to ensure that xml is actually sent. I've tested with Framework 1.1 and the WriteString is effectively ignored. It seems that the behavior changes with Framework 2.0. I've attached a simple test app that repro

RE: [Mono-dev] SEGV in runtime related to GC

2006-02-14 Thread Thong Nguyen
Hi Lupis, I have traced the problem down to arrays of generic structs. It doesn't not occur on arrays of non-generic structs. This may or may not be related to bug #75479 (also mentioned in object.c). Pretty weird and maybe related to the vtable pointer and generic class related pointers refere

Re: [Mono-dev] [BUG] Property-Subproperty option form in ASP.NET

2006-02-14 Thread Marek Habersack
On Tue, Feb 14, 2006 at 12:35:46AM +0100, Marek Habersack scribbled: Well, I'm an idiot - please ignore my ramblings below and accept my apologies. The bug is there, but nowhere near the bullshit I wrote below... :) wearing a brown paperbag, marek > > syntax used by Microsoft in their ASP.

Re: [Mono-dev] MS/Mono XmlWriter incompatibility

2006-02-14 Thread Vincent Daron
Atsushi Eno a écrit : Atsushi Eno wrote: Luca wrote: Il Mon, Feb 13, 2006 at 11:47:23PM +0100, Vincent Daron ha scritto: xmlns="jabber:client"> aWriter.WriteStartDocument(); aWriter.WriteStartElement("stream", "stream","http://etherx.jabber.org/streams";); aWriter.WriteAttributeString("vers