[Mono-list] Polish site about Mono

2003-02-11 Thread Artur Brodowski
help us to develop (hopefully) useful resource center for Polish developers. best regards, Artur Brodowski. -- only so many songs can be sung with two lips two lungs and one tongue ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailma

Re: [Mono-list] someone, please clear out that patents issue

2003-02-12 Thread Artur Brodowski
On 12 Feb 2003 16:33:25 -0500 Miguel de Icaza <[EMAIL PROTECTED]> wrote: > This does not change our plans. You can read the FAQ, and look at the > question of how we will deal with patents that can not be used by free > software. thank you for the information. best regards, artb.

[Mono-list] someone, please clear out that patents issue

2003-02-12 Thread Artur Brodowski
hello, i'd like to ask someone from Mono headquarter ;) to clear out .Net patent issue. i've noticed that since info about Microsoft's application showed up, mono-list and mono-cvs-list fell silent all of the sudden. are the developers holding up their work? i hope that i'm not nagging, but is t

Re: [Mono-list] Important difference with Microsoft compiler

2003-03-14 Thread Artur Brodowski
On Fri, 14 Mar 2003 12:26:01 +0100 Gustavo García Bernardo <[EMAIL PROTECTED]> wrote: > using System; > namespace ConsoleApplication1 > { > class Class1 > { > static void Main(string[] args) > { > for (int i=0;i<10;i++) > { > A a = new A(); > } > A a = new A(); > } > } > class A > { > }

[Mono-list] mod_mono verbose mode?

2003-10-13 Thread Artur Brodowski
Hello, I'm having problems running apache2 with mod_mono. I've downloaded and installed latest release (XSP 0.6 and mod_mono 0.5), configured apache as needed, started mod-mono-server.exe. [EMAIL PROTECTED] test # mono /usr/local/bin/mod-mono-server.exe --root . --applications /mono:. --file /tmp

Re: [Mono-list] mod_mono verbose mode?

2003-10-14 Thread Artur Brodowski
W liście z pon, 13-10-2003, godz. 16:32, Gonzalo Paniagua Javier pisze: > Is the file readable/writable by both the user running apache and the > user running the server? Of course it is, as requested in mod_mono INSTALL file. I have even made it world writeable, just to make sure if it's not some

Re: [Mono-list] mod_mono verbose mode?

2003-10-14 Thread Artur Brodowski
W liście z wto, 14-10-2003, godz. 13:29, Gonzalo Paniagua Javier pisze: > 1. You try to load libmod_mono.so, which is not installed in the >apache modules directory, but in $(prefix)/lib. Change it by >mod_mono.so (as the INSTALL file says :). this was not an issue, since libmod_mono.so wa

[Mono-list] XSP and mod_mono once again

2003-10-14 Thread Artur Brodowski
Hello. Well, I've managed to get XSP and mod_mono running (thanks again Gonzalo), but it serves pages (even simplest examples) terribly slow. I've read in the archives that data transfer is not Mono's strong side, but Monodoc online version works quite ok for me, even though it is much more loaded

Re: [Mono-list] XSP and mod_mono once again

2003-10-15 Thread Artur Brodowski
W liście z śro, 15-10-2003, godz. 09:05, Giuseppe Greco pisze: > could you tell me exactly how did you get XSP/mod_mono > running? I've still problems there... Well, looks like all I had to do was follow INSTALL instructions exactly. > Apache does responds to requests sent to port 8080, > but I a

Re: [Mono-list] XSP and mod_mono once again

2003-10-15 Thread Artur Brodowski
W liście z śro, 15-10-2003, godz. 16:38, David La Motta pisze: > set the permissions on /tmp/mod_mono_server to 777 [...] > ran mono /usr/local/apache2/bin/mod_mono_server.exe --root > /opt/downloads/xsp-0.6/share/doc/xsp/test/ --applications /mono:. > restarted apache > > If I point to http://des

[Mono-list] XSP and page encoding (bug?)

2003-10-17 Thread Artur Brodowski
Hello again. Yup, mod_mono and XSP from CVS are significantly faster, but I have another problem: XSP serves pages in ISO-8859-1 and I cannot find a way to make it use differend charset. I've tried to set ISO-8859-2 and UTF-8 encoding both in html headers and with Response.Charset, but every time

[Mono-list] encoding still broken in xsp

2003-12-08 Thread Artur Brodowski
Hello, I'm trying to run simple web forum using ASP.NET, but it won't display national chars properly. See attached file: # file login.aspx login.aspx: UTF-8 Unicode text Seems ok, but "Hasło" string ("password") is diplayed as "HasÅo" in the output. What is wrong? Is this XSP bug or I'm missing so

Re: [Mono-list] encoding still broken in xsp

2003-12-10 Thread Artur Brodowski
file login.aspx login.aspx: UTF-8 Unicode text Output is fine when I 'include' xml file which contains national chars, f.e.: but when I want to generate some output directly from .aspx with Response.Write("some utf-8 text with national Polish chars"); it's not workin

[Mono-list] [XSP] mono snapshots broken?

2004-01-21 Thread Artur Brodowski
Hello, I wanted to check if ASP.NET encoding bug is really fixed in recent snapshots, so I've installed mono (latest daily .tar.gz, 20040120), and then xsp and mod_mono cvs versions. It compiled fine, but seems like mono snapshot has some bugs, I cannot run any .aspx: Server error in '/mono' appli

Re: [Mono-list] [XSP] mono snapshots broken?

2004-01-21 Thread Artur Brodowski
W liście z śro, 21-01-2004, godz. 13:57, Gonzalo Paniagua Javier pisze: > The problems seems to be that Mono.Http.dll is not installed properly. > Do you have that assembly installed? Yes, I do have it in /usr/lib; all assemblies built from latest daily (20040120) tarball. Other things (monodoc, m

Re: [Mono-list] [XSP] mono snapshots broken?

2004-01-21 Thread Artur Brodowski
W liście z śro, 21-01-2004, godz. 15:19, Artur Brodowski pisze: > my guess is that there's something wrong with Mono.Http in this > specific cvs snapshot. well, i did install todays tarball, and then again xsp from cvs and now it finally works ;) ofcourse encoding bug is gone, so than

[Mono-list] [mod_mono] Failed connecting and child didn't exit!

2004-05-20 Thread Artur Brodowski
I've seen this problem was posted already on the list, but there were no solutions. When I run xsp by itself it works fine, but Apache/mod_mono doesn't, I'm getting 503 - Service Temporarily Unavailable, and message from the subject in apache error-log. I use latest beta1 runtime, xsp and mod_mono

[Mono-list] [mod_mono] Failed connecting and child didn't exit!

2004-05-21 Thread Artur Brodowski
I've seen this problem was posted already on the list, but there were no solutions. When I run xsp by itself it works fine, but Apache/mod_mono doesn't, I'm getting 503 - Service Temporarily Unavailable, and message from the subject in apache error-log. I use latest beta1 runtime, xsp and mod_mono

[Mono-list] ByteFX.Data broken in Beta1?

2004-05-24 Thread Artur Brodowski
Hello, I wanted to write simple MySQL app, but the code from http://www.go-mono.com/mysql.html doesn't work with Mono/mcs beta1: using System; using System.Data; using ByteFX.Data.MySqlClient; public class Foo { p

Re: [Mono-list] ByteFX.Data broken in Beta1?

2004-05-25 Thread Artur Brodowski
W liście z wto, 25-05-2004, godz. 12:35 +0100, Scott Lowe napisał: > Make sure that you have the latest and greatest release of the > ByteFX.Data data provider Well, I did try that already - Debian, Mono beta1, latest (0.75) ByteFX.Data.dll. > I used ByteFX.Data version 0.76 and Mono Beta1 to c

RE: [Mono-list] ByteFX.Data broken in Beta1?

2004-05-25 Thread Artur Brodowski
W liście z wto, 25-05-2004, godz. 07:27 -0500, Reggie napisał: > 0.76 is the latest and has been given to the gang for inclusion in the > next release. There were *MANY* bug fixes between 0.75 and 0.76 so you > should definitely try the new one. Yes, I know that, but there's no such file ByteFX

RE: [Mono-list] ByteFX.Data broken in Beta1?

2004-05-25 Thread Artur Brodowski
Ok, I got it solved with help of #mono ppl. I had to add ByteFX.Data.dll (0.75) and SharpZip lib to gac manually, after that it started to work. 0.76 doesn't do the trick though, seems like namespaces in ByteFX.MySqlClient had changed - I hope it will be fixed in next beta. artb. -- only so many

[Mono-list] Beta2 - broken references

2004-06-02 Thread Artur Brodowski
Hello, I just gave Beta2 a shot. Latest Mono, class libraries and Gtk# compile fine, but seems like there are problems with assembly references: make[1]: Entering directory `/var/tmp/portage/monodoc-0.16/work/monodoc-0.16/class' mono --debug ../browser/assembler.exe --ecmaspec ./../ecma334 -o ecma

Re: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-28 Thread Artur Brodowski
W liście z pon, 28-06-2004, godz. 15:31, [EMAIL PROTECTED] pisze: > I've mono 1 Beta with Fedora Core 2. > I try to test a connection string with MySQL Data Provider (ByteFx), compilation > is all right but running failed: Install latest Mono release (RC has some issues, try Beta 3) - ByteFX.Data

Re: [Mono-list] Problem with MySQL Data Provider (ByteFx)

2004-06-29 Thread Artur Brodowski
W liście z wto, 29-06-2004, godz. 16:32, [EMAIL PROTECTED] pisze: > I've just installed Mono Beta 3...but I've still problems: Make sure that ByteFX.Data version is at least 0.7.6: $ gacutil -l | grep ByteFX.Data ByteFX.Data, Version=0.7.6.1, Culture=neutral, PublicKeyToken=0738eb9f132ed756 If n