Re: [Mono-list] COM + / spread / mono in corporates

2004-06-17 Thread KiOrKY
sorry miguel, its ever an honnour for me to echange with you, you can find more about spread project on http://www.spread.org (logical, isnt it ? or google, the first link i think) its a big project according to its supported by darpa and nsa ! im not very impresive in this subject but as i

Re: [Mono-list] Message Queues

2004-06-17 Thread Jonathan Stowe
On Wed, 2004-06-16 at 23:30, Stephen Bardsley wrote: Greeting: I would like to learn about messaging in Mono (e.g. System.Messaging.MessageQueue). Where can I find some info or examples specific to Mono. [EMAIL PROTECTED] System.Messaging]$ grep NotImplementedException *cs | wc -l

Re: [Mono-list] Mac OS X / Mono Beta 3 Issue

2004-06-17 Thread Jonathan Stowe
On Thu, 2004-06-17 at 04:03, Abram Gillespie wrote: I'm on Mac OS 10.2 and trying to install Beta 3. I get through all of make but make install gives me: Unhandled Exception: System.DllNotFoundException: libc in 0x000dc (wrapper managed-to-native) Mono.Tools.Driver:symlink

[Mono-list] (no subject)

2004-06-17 Thread Ng Tr Lap
Hi! I've just installed xsp-0.14 but i can't start mono commandto run server.exe. some error, I want to ask you, may i run occurrently mono and studio.net on the same pc? Thanh so much,

Re: [Mono-list] About the thumbnail creator

2004-06-17 Thread Denis Gervalle
Replace wc.LoadUrl(args[0]); by wc.LoadUrl(url); and maybe, it will works better when the url is not provided as the first argument. Checking that url is not null before proceding may also be useful when you forget to provide an Url. Denis Gervalle SOFTEC sa http://www.softec.st Benoit

[Mono-list] compiling for mono

2004-06-17 Thread Torsten Stauch
I have a 3rd party component that I use on my .net sites, and I would like to know if there is a way to compile the component for use within my Mono applications? (obviously this pre-supposes getting the source code from the vendor, but they have already expressed an interest in getting

[Mono-list] building mono from source

2004-06-17 Thread Milan Konecny
Hi, I try to install mono-0.96(Beta 3)! I use Mandrake 10.0! I didn't use linux before, but I want to see .NET code runnig on linux... Is there a way haw can I see if I install glib properly as well as pkgconfig??? I'm from Slovakia so sorry for my english and please don't give me advice like use

Re: [Mono-list] Message Queues

2004-06-17 Thread KiOrKY
thats why i ask mister miguel about this, ... look at http://www.spread.org look at my thread on com + / spread for tfurther informations i turn around to know if there is possible to do interessants things with it ... just i know that i can be attacked with c# , java ... and run under *nix,

Re: [Mono-list] Message Queues

2004-06-17 Thread Joop
Hmmm, maybe the spread project could be used here (http://www.spread.org/). Only need to look at the lic to make sure that is compatible... Or we could use the D-BUS (of Project Utopia? http://www.freedesktop.org/Software/dbus)... If that lic fits. wkr, Gerke Jonathan Stowe wrote: On

Re: [Mono-list] Message Queues

2004-06-17 Thread KiOrKY
what is the lic first (im french maybe this sign has other signification) second, maybe the spread project is more advanced because of his support (darpa, nsa...), but d-bus must have a look ;-) best regards Joop a écrit: Hmmm, maybe the spread project could be used here (http://www.spread.org/).

Re: [Mono-list] Message Queues

2004-06-17 Thread Joop
Sorry, with lic. I mean licence. I had to use it so often in chats that I started saying lic iso licence. (and maybe I spelled it wrong to many times :;-) ) wkr, Gerke KiOrKY wrote: what is the lic first (im french maybe this sign has other signification) second, maybe the spread project

Re: [Mono-list] Message Queues

2004-06-17 Thread KiOrKY
yes in know, i have just read the policy and a big part of the site at this day just onje part of spread is totally open source via a little modifications specified in license agreement. but i dont know if this free part is able to cover distribued transactions (its the use of com+ i want

Re: [Mono-list] Message Queues

2004-06-17 Thread Jonathan Stowe
On Thu, 2004-06-17 at 10:56, KiOrKY wrote: but i dont know if this free part is able to cover distribued transactions (its the use of com+ i want mono to do !)! regards You might also want to look at JOTM: http://jotm.objectweb.org/ Of course none of this matters unless someone

Re: [Mono-list] Message Queues

2004-06-17 Thread Jonathan Pryor
On Thu, 2004-06-17 at 04:53, Joop wrote: Hmmm, maybe the spread project could be used here (http://www.spread.org/). Only need to look at the lic to make sure that is compatible... The Spread license is very similar to the Apache 1.1 license, which can be summarized as BSD + advertising

Re: [Mono-list] Message Queues

2004-06-17 Thread KiOrKY
what about transactions .. dbus is not able to deal wiath as i know, spread do. however the license is quite not free ! see at : http://www.spreadconcepts.com/download.html just one basic compenent is free but im not sure it is able to do all the things ... regards +Jonathan Pryor [EMAIL

[Mono-list] ikvm / java

2004-06-17 Thread KiOrKY
hi, its little hard difficult questions to anyone who want to answer me. my questions re simple. but i also want a further and clar explication about java in mono (ikvm as i know)! - how mono , .Net and Java work together ? - is it possible to put java code in mono code (c#) ? - how to do

Re: [Mono-list] ikvm / java

2004-06-17 Thread Øyvind Hvamstad
On tor, 2004-06-17 at 14:01, KiOrKY wrote: hi, its little hard difficult questions to anyone who want to answer me. my questions re simple. but i also want a further and clar explication about java in mono (ikvm as i know)! - how mono , .Net and Java work together ?

Re: [Mono-list] ikvm / java

2004-06-17 Thread KiOrKY
so is it possible to instantiate or to register a reference to a java bytecode / jar / sourcecode in order to use it in .Net code (c#)? regards Øyvind Hvamstad [EMAIL PROTECTED] a écrit : On tor, 2004-06-17 at 14:01, KiOrKY wrote: gt; hi, gt; its little hard difficult questions to anyone

RE: [Mono-list] building mono from source

2004-06-17 Thread Rodolfo Campero
Below... From: Milan Konecny [EMAIL PROTECTED] Reply-To: Milan Konecny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Mono-list] building mono from source Date: Thu, 17 Jun 2004 09:44:57 +0200 Hi, I try to install mono-0.96(Beta 3)! I use Mandrake 10.0! I didn't use linux before, but I want to

Re: [Mono-list] Logic/Reason to ASPX caching ?????

2004-06-17 Thread A Rafael D Teixeira
Inline, On Tue, 2004-06-15 at 13:21, ted leslie wrote: Anyone know what the story is on the caching of ASPX files, what i mean is, I change code in a ASPX file and re-run the page, and I may/or may not get the change, You always get the changes when changing the page, directives-driven

Re: [Mono-list] ikvm / java

2004-06-17 Thread Øyvind Hvamstad
On tor, 2004-06-17 at 14:52, KiOrKY wrote: so is it possible to instantiate or to register a reference to a java bytecode / jar / sourcecode in order to use it in .Net code (c#)? regards Without having tested it or beeing an expert, I would say yes. As Miguel describes in his blog:

RE: [Mono-list] building mono from source

2004-06-17 Thread Rodolfo Campero
From: Rodolfo Campero [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [Mono-list] building mono from source Date: Thu, 17 Jun 2004 12:58:04 + Below... From: Milan Konecny [EMAIL PROTECTED] Reply-To: Milan Konecny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject:

Re: [Mono-list] ikvm / java

2004-06-17 Thread Jonathan Stowe
On Thu, 2004-06-17 at 14:21, yvind Hvamstad wrote: As a side note. What webmail are you using? It doesn't work very well does it? It looks like NOCC: http://nocc.sourceforge.net/ I ought to get around to writing a webmail in c# really. /J\

Re: [Mono-list] Npgsql problem create local temporary

2004-06-17 Thread Francisco Figueiredo Jr.
--- donaldi sp [EMAIL PROTECTED] escreveu: Hi Frans, Hi Donaldi. yes, when I add Polling=false in connection string, it's look fine, but can you give an explaination between using pooling and not using it, what's the benefit and the cost of that thing, at least you can give me a link

[Mono-list] mod_mono demo configuration Question

2004-06-17 Thread amerigo5 amerigo5
Hi, I posted a comment about a mod_mono demo configuration issue at gotmono.com and I thought I post it here too to get some responses. My question is that, why is it that when I change the following httpd.conf configuration: Alias /demo /usr/share/doc/xsp/test MonoApplications

Re: [Mono-list] beta 3 for FC2

2004-06-17 Thread Michael
Hi, I may have missed it, but when is beta 3 for Fedora Core 2 due to hit? TTFN Paul Ah, what the heck... I'll bump the question since nobody answered and I too patiently await FC2 packages. -Michael ___ Mono-list maillist - [EMAIL PROTECTED]

Re: [Mono-list] beta 3 for FC2

2004-06-17 Thread Erik Dasque
We're working on them. Erik On Jun 17, 2004, at 10:55 AM, Michael wrote: Hi, I may have missed it, but when is beta 3 for Fedora Core 2 due to hit? TTFN Paul Ah, what the heck... I'll bump the question since nobody answered and I too patiently await FC2 packages. -Michael

[Mono-list] Instantiating an object via AppDomain.CreateInstance

2004-06-17 Thread Yuri Leikind
Hello all, If I instantiate an object via AppDomain.CreateInstance , and this object's class has a constructor with parameters, I get the exception Unhandled Exception: System.MissingMethodException: Constructor not found. though needed parameters are passed to AppDomain.CreateInstance

Re: [Mono-list] Mac OS X / Mono Beta 3 Issue

2004-06-17 Thread Duncan Mak
On Wed, 2004-06-16 at 23:03, Abram Gillespie wrote: I'm on Mac OS 10.2 and trying to install Beta 3. I get through all of make but make install gives me: Unhandled Exception: System.DllNotFoundException: libc in 0x000dc (wrapper managed-to-native) Mono.Tools.Driver:symlink

RE: [Mono-list] mod_mono demo configuration Question

2004-06-17 Thread Andrew Arnott
It looks like your Location /demo1 tag is probably wrong. /demo1 should not be the virtual directory, but the physical directory on the hard drive. Try that. I'm not an expert with Apache, I'm afraid. But maybe it's worth a shot. I posted a comment about a mod_mono demo configuration

Re: [Mono-list] Instantiating an object via AppDomain.CreateInstance

2004-06-17 Thread Lluis Sanchez
Looks like a bug. Can you please file a bug report in bugzilla.ximian.com? Thanks! Lluis. On dj, 2004-06-17 at 17:55, Yuri Leikind wrote: Hello all, If I instantiate an object via AppDomain.CreateInstance , and this object's class has a constructor with parameters, I get the exception

Re: [Mono-list] Mac OS X / Mono Beta 3 Issue

2004-06-17 Thread Abram Gillespie
Still getting the same problem. I did what Jonathan Stowe suggested and edited the config file in /data/mono to point to libc.dylib on my system (/usr/lib/libc.dylib). I also symlinked to the mono directory as you suggested. My system looks like this now: Actual mono config dir:

Re: [Mono-list] Instantiating an object via AppDomain.CreateInstance

2004-06-17 Thread Lluis Sanchez
Anyway, it is now fixed in CVS. On dj, 2004-06-17 at 18:49, Lluis Sanchez wrote: Looks like a bug. Can you please file a bug report in bugzilla.ximian.com? Thanks! Lluis. On dj, 2004-06-17 at 17:55, Yuri Leikind wrote: Hello all, If I instantiate an object via

[Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Stuart Ballard
It occurred to me that it might be possible to run Rhino under IKVM to get a quick boost into a mature ECMAScript implementation for Mono. Presumably, with a couple of tweaks to ignore the cli. prefix that IKVM inserts for .NET classes, it would do most of what's required for the .NET

[Mono-list] ADO.NET plans for Mono 1.0

2004-06-17 Thread Sébastien Robitaille
Hi, Can somebody tell me what are the plans for ADO.NET regarding the functionnalities that will be supported in Mono 1.0, particulary for ODBC and SybaseClient ? Will there be any "service packs" after 1.0 to fix bugs ? Whateffortsare actually put into fixing bugs for these twoadapters?

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Carlos Alberto Cortez
Hi: Currently I'm helping Cesar Lopez Nataren to port the Rhino Lexer and Parser stuff, and then finish the JScript compiler implementation. Maybe it would be a good idea to finish to port to C#, than trying to use them with IKVM, since you would have to run ikvm on top on mono, and then run

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Stuart Ballard
Carlos Alberto Cortez wrote: Hi: Currently I'm helping Cesar Lopez Nataren to port the Rhino Lexer and Parser stuff, and then finish the JScript compiler implementation. Maybe it would be a good idea to finish to port to C#, than trying to use them with IKVM, since you would have to run ikvm on

[Mono-list] Again PrivateBinPath bug!

2004-06-17 Thread Vadim B. Guzev
Hello , It seems to me that the bug I submitted two months or more ago (it was actually resolved in mono 0.91) appeared again in Beta 3 :-( Steps to reproduce the problem: 1. Unzip the attached archive. 2. cd testdeserialization/object/;mcs obj.cs;mono obj.exe This will create file

[Mono-list] RE: [Mono-devel-list] Seemless Executibles?

2004-06-17 Thread Andrew Arnott
Don't quote me on this since I'm not a PE format guru but I believe at least on Windows .Net executibles pull a small feature to fake out the execution environment. When you run or double click on a .Net built exe file, the system loads the binary where the PE header tells the system to load

[Mono-list] Revised libgdiplus packages for Beta-3

2004-06-17 Thread Duncan Mak
Hello all, For the Beta 3 release, we were trying to a bit too clever and wanted to statically link Cairo into libgdiplus to avoid an extra dependency. Turned out our trickery didn't work correctly. The download page has now been updated to include updated Cairo and libgdiplus packages. Please

Re: [Mono-list] beta 3 for FC2

2004-06-17 Thread Duncan Mak
Hello, On Thu, 2004-06-17 at 10:55, Michael wrote: Ah, what the heck... I'll bump the question since nobody answered and I too patiently await FC2 packages. Our build and packaging support team has been really busy lately and we did not have a usable build environment until late today. The

RE: [Mono-list] ADO.NET plans for Mono 1.0

2004-06-17 Thread Daniel Morgan
Mono.Data.SybaseClient is modeled after the System.Data.SqlClient provider. Both use Mono.Data.Tds. The System.Data.SqlClient support is good because people have been maintaining it. Unfortuantely, people have not been maintaining the parts of the TDS protocol which works for Sybase. I would

Re: [Mono-list] IKVM+Rhino=JS for mono?

2004-06-17 Thread Carlos Alberto Cortez
Hi again, I think that some of the points you exposed are valid and are very interesting. However, the Rhino lexer parser have together only about 300 lines of code, so that is not *that much* code. However, it looks like the approach you mentioned could be valid for other projects that could

RE: [Mono-list] ADO.NET plans for Mono 1.0

2004-06-17 Thread Sébastien Robitaille
Hi Daniel, What problems are you having with Mono.Data.SybaseClient? With SybaseClient, I cannot open a connection (exception thrown, see http://bugzilla.ximian.com/show_bug.cgi?id=60320) I also tried the Generic Tds Provider. With this one, the connection opens, but as soon as I execute a

Re: [Mono-list] COM + / spread / mono in corporates

2004-06-17 Thread Miguel de Icaza
Hello, sorry miguel, its ever an honnour for me to echange with you, you can find more about spread project on http://www.spread.org (logical, isnt it ? or google, the first link i think) its a big project according to its supported by darpa and nsa ! im not very impresive in this

RE: [Mono-list] mod_mono demo configuration Question

2004-06-17 Thread amerigo5 amerigo5
No. That didn't work. Is there anything am I missing here? Thanks. George It looks like your Location /demo1 tag is probably wrong. /demo1 should not be the virtual directory, but the physical directory on the hard drive. Try that. I'm not an expert with Apache, I'm afraid. But maybe it's

[Mono-list] Updated Npgsql in Mono cvs

2004-06-17 Thread Francisco Figueiredo Jr.
Hi all, I just updated Npgsql latest code in cvs. Please, give it a try and let me know of any problems you get. Thanks in advance. Regards, Francisco Figueiredo Jr. ___ Mono-list maillist - [EMAIL PROTECTED]

[Mono-list] Error with .config files

2004-06-17 Thread Carlos Alberto Cortez
Hi, I asked this at IRC but it looks like nobody has had this problem: I recenlty updated from cvs (both mono mcs and gtk-sharp), but when I try to run any Gtk-sharp app it complies: Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll I tried copying the dll to so mappings