[Mono-list] C# on Mac OS X -> Objective C

2005-09-29 Thread Sijmen Mulder
Hello, I'm currently writing a Windows and Linux client-server application. The codebase is cross-platform, but I have two serperate interfaces: a GTK# one and a Windows Forms one. I could have used GKT# on both platforms, but there are some Windows Forms features I want to use on Windows. Now I'

Re: [Mono-list] c# with c

2005-09-29 Thread Gonzalo Paniagua Javier
On Thu, 2005-09-29 at 22:33 +0200, Pierro wrote: > hello,. Congratulation for Mono. > > I want to use the hash function of openssl with my code in mono. Mono has a fully managed implementation for that. See the class SHA1 and related in corlib System.Security.Cryptography namespace. -Gonzalo _

[Mono-list] RE: Mod_mono getting 503 errors part 2 (fedora core 4)

2005-09-29 Thread Phillip Fry
> Remove the /tmp/.wapi directory and make sure there's no > /tmp/mod_mono_* > files around. > Gonzalo Removed all /tmp/.wapi directory still no good. I don't think it's even createing the /tmp/mod_mono socket. I put in some debuging in the exception that mod-mono-server.exe throws. Got the f

[Mono-list] c# with c

2005-09-29 Thread Pierro
hello,. Congratulation for Mono. I want to use the hash function of openssl with my code in mono. The file .h in C is : #define SHA_BLOCK16 typedef struct SHAstate_st { unsigned long h0,h1,h2,h3,h4; unsigned long Nl,Nh; unsigned long data[SHA_LBLOCK]; int num; } SHA_CTX; void

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Joe Audette
The announcement that came out for 1.0.6 was a little unclear on mono. >From Reggie Burnette: "This release corrects a major problem that caused version 1.0.5 to not function with Mono. While this release has been tested with Mono, our test suite doesn't complete successfully on Mono. We have

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Gonzalo Paniagua Javier
On Thu, 2005-09-29 at 05:52 -0700, Joe Audette wrote: > Hi, > > You did not mention what version of MySQL or the > Connector. Newer versions of MySQL do not work with > ByteFX and the last 2 releases (1.0.5 and 1.0.6) of > the Connector do not work with mono so you would need > 1.0.4. As a side n

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Timothy Graupmann
You are probably getting an access denied error. Did you setup the user on localhost? If you go to exterm and type mysql -u root -p what happens? Here are some steps that I've used in the past. http://www.tagcma.com/article.php?story=20050422023642167&query=mysql And I think the localhost port

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Joe Audette
Hi, You did not mention what version of MySQL or the Connector. Newer versions of MySQL do not work with ByteFX and the last 2 releases (1.0.5 and 1.0.6) of the Connector do not work with mono so you would need 1.0.4. You say it works on Windows with this connection string string connectionString

[Mono-list] Re: Web Service cannot connect to Database

2005-09-29 Thread Robert Jordan
Hi, Thanks for your suggestion. But it has nothing to do with TCP. Because I use the same webservice coding with ByteFX on Windows and trying to access the mysql database on Linux, I can access it without any problems at all. So I think the problem is lying somewhere else. Please try this comm

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Ko Ko
Hi Gonzalo   Thanks for your suggestion. But it has nothing to do with TCP. Because I use the same webservice coding with ByteFX on Windows and trying to access the mysql database on Linux, I can access it without any problems at all. So I think the problem is lying somewhere else.   Regards, Ko K

Re: [Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Gonzalo Paniagua Javier
On Thu, 2005-09-29 at 00:15 -0700, Ko Ko wrote: > Hi > > I got problem connecting to MySQL Database on Mono. I can run the > webservices. But when ever I try to invoke the database from > webservices it kept giving me this error > > The remote server returned an error: (500) Internal Server Err

Re: [Mono-list] Mod_mono getting 503 errors part 2 (fedora core 4)

2005-09-29 Thread Gonzalo Paniagua Javier
On Thu, 2005-09-29 at 00:00 -0700, Phillip Fry wrote: > Hi, > > Thanks to those who replied, I am still getting > permission problems when I try to run apache 2 with > mod-mono. This time there is more info. > > I am running fedeora core 4 with httpd 2.0.54. > Downloaded the src for mono 1.1

[Mono-list] Web Service cannot connect to Database

2005-09-29 Thread Ko Ko
Hi   I got problem connecting to MySQL Database on Mono. I can run the webservices. But when ever I try to invoke the database from webservices it kept giving me this error   The remote server returned an error: (500) Internal Server Error. Unable to connect to any of the specified MySQL hosts  

[Mono-list] Mod_mono getting 503 errors part 2 (fedora core 4)

2005-09-29 Thread Phillip Fry
Hi, Thanks to those who replied, I am still getting permission problems when I try to run apache 2 with mod-mono. This time there is more info. I am running fedeora core 4 with httpd 2.0.54. Downloaded the src for mono 1.1.9.1, xsp, and mod-mono. Compiled them all with --prefix /usr and ins