Re: [Mono-list] Glade Mono.. newbie question...

2004-10-20 Thread Joerg Bornschein
Mahomedalid Ivan Crow wrote: Hi Mahomedalid, I need show 2 windows created in glade. Glade.XML conects fine to the twos windows, but, show the both at the same time... How i can show the second window, in any moment in the program??? In glade, using the Common tab on your window, you will find

RE: [Mono-list] exceptions are not thrown from ThreadPool'ed thread objects?

2004-10-20 Thread Mike Welham
however it throws if you replace ThreadPool with regular Thread object? is that expected? it would be fine if this was consistent. by saying its the right behavior, are you referencing to a CLI document? I can't find much in the CLI spec. The CLI doc for System.Threading.Thread states:

Re: [Mono-list] console interface

2004-10-20 Thread rus
The closest that I've come across was an example of using the external curses library through P/Invoke. Unfortunately I don't know much about it and haven't tried it. A quick googling also suggests that portable.NET has curses bindings. Hope that helps as a start point.. On Tue, 2004-10-19

[Mono-list] VB.NET compiler now 20 times faster !

2004-10-20 Thread Jambunathan Jambunathan
Hello, fellow users and enthusisasts, Mono's VB.NET compiler is now 20 times faster. Check it out from CVS today and let us know what you find. Regards, Jambunathan K. ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] Access MS Sql Server 2000 from ASP.NET on Linux (Mono)

2004-10-20 Thread Abdeali Nagarwala
Hello All, We are trying to connect our MS SQL Server 2000 database which is on Windows 2000 professional, through an ASP.NET application from Linux RedHat using Mono. we are getting fallowing error in the browser Server error in '/' application Description: Error processing request. Error

Re: [Mono-list] ByteFX.Data.Mysql....

2004-10-20 Thread Aleksandar Radulovic
Hello, The MySQL server has to listen on TCP sockets for ByteFX library to connect to it - I had the same problem, everything was properly configured (/etc/odbc.ini was correct) but the example couldn't connect with the same error. Find the following line in my.cnf (on my system, the file is

Re: [Mono-list] Access MS Sql Server 2000 from ASP.NET on Linux (Mono)

2004-10-20 Thread Matthijs ter Woord (meddochat)
Hi Abdeali That error is because mono cannot resolve the dsl2 hostname. you should either make that possible or just use the ip address of the windows machine. matthijs - Original Message - From: Abdeali Nagarwala To: [EMAIL PROTECTED] Sent: Wednesday, October 20,

Re: [Mono-list] VB.NET compiler now 20 times faster !

2004-10-20 Thread B Anirban
Hey Jambu, The hack was just superb. One program which used to take 11 minutes in my machine to compile is taking 15secs. This should be real good news for ASP developers as well who are interested in writing code in vb .net. They can run their code as it is without tweaking the code or HTTP

Re: [Mono-list] console interface

2004-10-20 Thread Jonathan Stowe
On Tue, 2004-10-19 at 19:58, Alejandro Mery wrote: Hi, i would like to know if there is any kind of console interface for mono. i am looking for something like clipper (xbase like foxpro). in fact i'm coding on clip (www.itk.ru) a native clipper compiler for unix-like, because i need the

Re: [Mono-list] Access MS Sql Server 2000 from ASP.NET on Linux (Mono)

2004-10-20 Thread Shawn Vose
I am not sure how dns is handled in mono but if you drop to your command line and ping that host(ds12) I am thinking that it will be unresolved on your linux machine. You may need to add an entry to your /etc/hosts file so that Linux knows who ds12 is. Regards, Shawn Vose

[Mono-list] performance-results

2004-10-20 Thread Freddy BL
Hi! Have a look at http://www.blackdown.org/java-linux/[EMAIL PROTECTED]/java-linux-msg00193.html Kazuyuki Shudo says, that he have updated his side at http://www.shudo.net/jit/perf/ where he compare the performace of different Java and .net VMs. Greatings Freddy

Re: [Mono-list] Access MS Sql Server 2000 from ASP.NET on Linux (Mono)

2004-10-20 Thread Mariano Alarcon
do you mean ds12 (as in 12-step program to better coding) or dsl2 (with L as in look out for those typos)? Because it is not the same, you know? Shawn Vose wrote: I am not sure how dns is handled in mono but if you drop to your command line and ping that host(ds12) I am thinking that it

Re: [Mono-list] Access MS Sql Server 2000 from ASP.NET on Linux (Mono)

2004-10-20 Thread Shawn Vose
Me thinks I should put on my glasses nonetheless. I should hope that given my answer they would know which server name they were using regard1e55 of my typ05 ;-) Mariano Alarcon wrote: do you mean ds12 (as in 12-step program to better coding) or dsl2 (with L as in look out for those

Re: [Mono-list] ByteFX.Data.Mysql....

2004-10-20 Thread clemente tort
It was that the my.conf :D Now it runs Thanks :D. I'm really happy today. See you; exit(); On Wed, 20 Oct 2004 10:18:08 +, Aleksandar Radulovic [EMAIL PROTECTED] wrote: Hello, The MySQL server has to listen on TCP sockets for ByteFX library to connect to it - I had the same

[Mono-list] Welcome Turkey

2004-10-20 Thread caner þahan
Hi everybody; We are making seminar about mono in Turkey.I will give this in TURKEY.If you are near Turkey or in Turkey;youinvented to our seminar. organization: www.csharpnedir.com sponsor:Netron Instute. Speaker:Caner ÞAHAN ___ Mono-list maillist

[Mono-list] Re: C#/C/OpenGL

2004-10-20 Thread David_Hudson
There is an OpenGL project associated with the Mono Project - The Tao Framework (http://taoframework.com). The Tao source tree was added to the Mono repository a little while ago. Dave - Message: 5 From: Tim =?iso-8859-1?q?R=E4disch?= [EMAIL PROTECTED]

[Mono-list] Error when adding a web reference in Visual Studio

2004-10-20 Thread Joseph Griffin
The XSP web server is generating this error when I try to adda web reference from VS.NET: Error while compiling generated serializer X:\Path\Temp\tmp3986f9e5(771,0): error CS0103: The name `Default' could not be found in `Mono.GeneratedSerializers.Literal.GeneratedReader' VS.NET generates the

[Mono-list] Runing MonoDevelop from Konsole

2004-10-20 Thread gordingin
I wish to run monodevelop from the KDE Konsole. I can succesfully run it from the menu item it added but I wish to run it from the Konsole because when I imported MS VC project, it just blew up and exited so I wish to get the error msg... The error I get when I type monodevelop from the command

Re: [Mono-list] Runing MonoDevelop from Konsole

2004-10-20 Thread Juan Cristóbal Olivares
Are you using the same user? If not, you should allow the user wich executes MonoDevelop and any other X application to connect to the host (man xhost). Can you run other X application from the same command line? [e.g. xeyes] Juan C. Olivares www.juancri.com - Original Message - From:

[Mono-list] localhost vs. ip address

2004-10-20 Thread Amrit Kohli
Hello, I have installed Visual Studio .NET on my Windows 2000 system. When I try to create an ASP.NET Web Service solution for C#, I get the following error message when I try to use the location of http://localhost/WebService1: Visual Studio .NET has detected that the specified Web

[Mono-list] Mono Developer has no Window Manager controls

2004-10-20 Thread hanasaki
monodevelop Version: 0.5.1-1 Running the above version of monodevelop from the Debian Unstable package. It runs fine but has no window manager controls (ie: title bar or window border for moving/resizing). This is under Gnome with the Sawfish window manager. Any know of this issue or have

Re: [Mono-list] localhost vs. ip address

2004-10-20 Thread hanasaki
do a nslookup localhost and nslookup 127.0.0.1 from a shell command line. localhost should equal 127.0.0.1 If it doesn't, thats the culprit. If it does... not sure... Amrit Kohli wrote: Hello, I have installed Visual Studio .NET on my Windows 2000 system. When I try to create an ASP.NET

RE: [Mono-list] localhost vs. ip address

2004-10-20 Thread Amrit Kohli
I tried that and the output is this: D:\DOCUME~1\AMRITK~1nslookup localhost *** Can't find server name for address 192.168.2.1: No information *** Default servers are not available Server: UnKnown Address: 192.168.2.1 *** No address (A) records available for localhost

Re: [Mono-list] localhost vs. ip address

2004-10-20 Thread tei
I dont get this error when I type in the actual IP address of my server instead of localhost. I have successfully installed ASP.NET. What alias could my web server be using if not localhost? Is there a way I can set the alias for my web server /* windows as a HOST file where you can add a

[Mono-list] New to Mono and back to Linux

2004-10-20 Thread Ryan L. Faircloth
I am a business application developer who has been working with .net for some time. The cost of the windows platform is getting far to high for my customers so I am looking to mono on Linux and Windows as a long term solution to this problem. I would like to start working on Fix Me in the

[Mono-list] Marshaling data from managed callback to unmanaged code

2004-10-20 Thread Jim Fehlig
I'm having problems marshaling data from a managed callback to the calling unmanaged function. I have read Jonathan Pryor's interop doc at http://www.jprl.com/~jon/interop.html and found

[Mono-list] XML Web Service, File not found

2004-10-20 Thread Amrit Kohli
Hello, I am trying to execute a walkthrough provided with Visual Studio .NET. Its the simple Fahrenheit to Celsius conversion program. This walkthrough is also online at: http://msdn.microsoft.com/library/default.asp?url=""> I entered the code, set a debug breakpoint, and executed

[Mono-list] Mono on Windows?

2004-10-20 Thread gordingin
OK I guess I am missing something. I was just reading the FAQ and it said the Mono is supported under Windows. Now I recall the download for Windows but eh, wait, what am I missing? Isn't this just C# that is cross compilable code? Why would one want to run Mono on Windows? Are they saying the one

[Mono-list] Newbie... Pixbuf...

2004-10-20 Thread Mahomedalid Ivan Crow
I lost... Where i can see examples from class Pixbuf? Methods...etc... i don't understand monodoc, it's incomplete I can import only svg, png? i really lost.. google don't help me ... Maho ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] Patch for sqlsharpgtk

2004-10-20 Thread Daniel Morgan
Hello, Can someone apply this patch in mono cvs module sqlsharpgtk please? Thanks, Daniel diff.out Description: Binary data