Re: [Mono-list] Questions about ASP.NET

2004-02-04 Thread Chris Turchin
On Tue, 2004-02-03 at 23:22, Rodrigo B. de Oliveira wrote: http://www.interactivetools.com/products/htmlarea/index.html#demo works with standard textarea objects (and so with asp:TextBox TextMode='Multiline' / controls). We use it a lot and it works great. Then you only use IE5.5+ in

[Mono-list] regarding mono sybase ado.net driver

2004-02-04 Thread Vinit Chauhan
Hi , I'm using mono ado.net driver for sybase from C# application. The required dll file (Mono.Data.SybaseClient.dll) i'm storing in applications debug directory. While running the app, i'm getting an error saying "unable to load file Mono.Data.SybaseClient.dll" any help please... TIA

Re: [Mono-list] I need help with mod_mono

2004-02-04 Thread Gustavo
Thanks for your response! but no, the version of apache is 2.0.40, I believe that it is the original that come with red hat 9 should I install the last apache release? Thanks again! Gustavo. Gonzalo Paniagua Javier wrote: El mar, 03-02-2004 a las 21:49, Gustavo escribió: Hello, I

Re: [Mono-list] Questions about ASP.NET

2004-02-04 Thread Rodrigo B. de Oliveira
Actually we use a patched 3.0b version that works great on mozilla linux. Regards, Rodrigo - Original Message - From: Chris Turchin [EMAIL PROTECTED] To: Rodrigo B. de Oliveira [EMAIL PROTECTED] Cc: Preston Crawford [EMAIL PROTECTED]; mono-list [EMAIL PROTECTED] Sent: Wednesday,

Re: [Mono-list] Questions about ASP.NET

2004-02-04 Thread Preston Crawford
Wow. That's simply amazing. I was banging my head against the wall all day yesterday. Thinking I was going to need to buy windows, etc. and this actually works. How does it post to the server? By that I mean what does it do with the images, etc.? Preston On Wed, 2004-02-04 at 04:59, Rodrigo B.

[Mono-list] Anyone used OpenSMTP?

2004-02-04 Thread Preston Crawford
My host has a non-standard port so I've had to start trying out different packages that can let me specify the port. OpenSMTP is the best free one I've found so far, but it formats the Subject line and the body goofy on my host. System.Web.Mail or whatever worked fine, but it didn't work with my

[Mono-list] Mono 0.30 on Debian SID

2004-02-04 Thread Mario Fuentes
Hola, I try compiling Mono 0.30 on a Debian SID machine. For it i install libicu26 and libicu26-dev (2.6.1), but in the setpconfigure, crashing with a `icu-config` not found problem, but this file is not part of libicu26 (on Debian SID). Somebody have some problem? any solution?

[Mono-list] XSP and ~/ resolution

2004-02-04 Thread Stuart Ballard
I'm using the debian packages of the January 14th mono snapshot. Using XSP directly because current libapache-mod-mono is not yet packaged. There appears to be a problem with resolution of application relative URLS - ie, urls that start with ~/. In XSP, the ~/ seems to be ignored entirely, and

Re: [Mono-list] Mono 0.30 on Debian SID

2004-02-04 Thread max
On Wednesday 04 February 2004 10:16, max wrote: because ICU is not installed on your machine I meant to installed properly go get the source files at http://oss.software.ibm.com/icu/ Mono will work with any release that's = 2.6 If you get the 2.8, you need to modify ./mono/configure.in to

Re: [Mono-list] Anyone used OpenSMTP?

2004-02-04 Thread Preston Crawford
Nevermind. Got ahold of the developer. He's very friendly and helpful and is working on this stuff right now. Preston On Wed, 2004-02-04 at 08:36, Preston Crawford wrote: My host has a non-standard port so I've had to start trying out different packages that can let me specify the port.

Re: [Mono-list] Charting Applications?

2004-02-04 Thread Miguel de Icaza
Does anyone know of any charting applications available for Mono? So far all of the charting apps that I've found(ChartFX(evil), Dundas, .Net Charting, etc...) are all for Windows only. Are there any charting apps out there, free or otherwise? We need to have the ability to provide

[Mono-list] mono:: 0.30 on Debian SID

2004-02-04 Thread Jose Ramon Palanco
Hi everyboy, You can alienize Fedora's rpms and it will work fine ;) in my debian SID box More or less this are the steps to have all installed (included mod_mono). $ cd /tmp wget -m http://www.go-mono.com/archive/0.30/fedora-1-i386/ $ cd www.go-mono.com/archive/0.30/fedora-1-i386/ $ alien

Re: [Mono-list] Dowloading Mono on Red-Carpet

2004-02-04 Thread Miguel de Icaza
i'm fairly new to linux however i use .NET in the manufacturing industry and would like to try it on linux...now comes the newbie question. i've downloaded and installed red-carpet on my mandrake 9.2 system as per the instructions on the mono website, however i can't seem to find

[Mono-list] Obfuscation packages that run under mono

2004-02-04 Thread Simon Harris
I'm trying, without much success I might add, to find any IL obfuscation packages that will run under mono (on linux). Does anyone know of any? Cheers, Obfuscation packages that run under mono Simon -- http://www.redhillconsulting.com.au RedHill Consulting, Pty. Ltd. 12/55-67 Batman Street

[Mono-list] Typed dataset generation

2004-02-04 Thread Richard McGrath
Hi. I was wondering if there is any tool in Mono that can automatically produce so-called strongly-typed datasets from XSD files? (This is something that can be done in Visual Studio, so if it is not something that Mono does and should be done by some other program, knowing this too would be

[Mono-list] XmlSerializer Deserialize problem

2004-02-04 Thread Kieren Drapala (TSW)
Hello, I am having trouble deserialising XML with a dataset class generated by MS XSD.exe from a simple schema. Here is the main part of the code: XmlSerializer serializer = new XmlSerializer(typeof(GetBillerResponse.OFX)); //GetBillerResponse.OFX was a dataset class generated by MS XSD.exe

[Mono-list] OpenOffice.org

2004-02-04 Thread Tracy Barlow`
Thanks richard, that is exactly what I mean, unfortunately it run on Microsoft platforms only. I have been given another solution to my problem, see below for anyone else who may find these useful. http://report.sourceforge.net http://itextsharp.sourceforge.net iTextSharp looks like it will

[Mono-list] New dasBlog port version problem (XSP problem?)

2004-02-04 Thread Sergio Blanco Cuaresma
I have just updated mono, mcs and xsp from CVS and I have tried the new Jackson's dasBlog port. It seems as if cookies were not running well :? After the admin identification dasBlog (or XSP) forgets me and say that I'm not authenticated. Sergio. -- [aka Marble] Web Personal

Re: [Mono-list] mono-0.30 release for fedora core 1

2004-02-04 Thread Miguel de Icaza
Hello, P.S. Are the Ximian packages any different from the IBM icu packages source wise? No, we don't include any custom patches in our ICU packages. However, their default packaging script produces a icu-locales package, and that is not needed for Mono (I think you need to turn off a

Re: [Mono-list] Obfuscation packages that run under mono

2004-02-04 Thread Miguel de Icaza
Hey, I'm trying, without much success I might add, to find any IL obfuscation packages that will run under mono (on linux). Does anyone know of any? Dont know of one, but there are a few things someone could do: * Use the bundle functionality in Mono. This would bundle

Re: [Mono-list] Typed dataset generation

2004-02-04 Thread Lluis Sanchez
Hi On dc, 2004-02-04 at 23:39, Richard McGrath wrote: Hi. I was wondering if there is any tool in Mono that can automatically produce so-called strongly-typed datasets from XSD files? This is not currently supported. (This is something that can be done in Visual Studio, so if it is not

[Mono-list] tool for converting from csproj2make

2004-02-04 Thread Jackson Harper
Hello, While doing some porting last week I wrote a little tool for converting csproj files to basic makefiles. Its really simple and just does what *I* needed it to do, but it may be of some help to other people. As soon as I get some time I will make it more bad ass so please send me

Re: [Mono-list] XmlSerializer Deserialize problem

2004-02-04 Thread Lluis Sanchez
Hi On dc, 2004-02-04 at 23:59, Kieren Drapala (TSW) wrote: Hello, I am having trouble deserialising XML with a dataset class generated by MS XSD.exe from a simple schema. Here is the main part of the code: XmlSerializer serializer = new XmlSerializer(typeof(GetBillerResponse.OFX));

Re: [Mono-list] XmlConvert: Possible bug fix - ToSingle, ToDouble using current system culture

2004-02-04 Thread Atsushi Eno
Hello Rodolfo, I've found what I think is a bug in System.Xml.XmlConvert. The methods ToSingle and ToDouble are currently parsing string values using the current system culture, and according to the documentation, this methods should be locale independent. I prepared a patch, which

[Mono-list] UDP and ICMP

2004-02-04 Thread P Oscar Boykin
Hello All. I am using using mono to send udp packets between two hosts. At some point, one host may go offline. If I watch the network (using ethereal) I see the UDP packet go from A-B, and host B responds with a ICMP destination unreachable packet. However, I don't see how I can get access to

Re: [Mono-list] UDP and ICMP

2004-02-04 Thread Giuseppe Greco
Oscar, If I've well understood, you are looking for a way to handle ICMP packets... Well, you have to relay on raw sockets. Here below is how you can create a raw socket for ICMP: Socket socket = new Socket( AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Icmp);

Re: [Mono-list] UDP and ICMP

2004-02-04 Thread Giuseppe Greco
Oscar, If I've well understood, you are looking for a way to handle ICMP packets... Well, you have to relay on raw sockets. Here below is how you can create a raw socket for ICMP: Socket socket = new Socket( AddressFamily.InterNetwork, SocketType.Raw, ProtocolType.Icmp);

Re: [Mono-list] UDP and ICMP

2004-02-04 Thread Giuseppe Greco
... and of course, the application should be run as root. j3d. Hello All. I am using using mono to send udp packets between two hosts. At some point, one host may go offline. If I watch the network (using ethereal) I see the UDP packet go from A-B, and host B responds with a ICMP