Re: [Mono-list] mono

2003-09-29 Thread Jeff Perrin
On Sun, 2003-09-28 at 15:55, Michael J. Ryan wrote: Hermann und Karin Fischer wrote: Thanks a lot for your reply. Yes it helps. But what about an IDE? Is mono like MS's framework, or is an IDE like VS.net included? Or are there free IDE's which can be used ? snip On this line, is

Re: [Mono-list] mono

2003-09-29 Thread Matt Ryan
I also have used ByteFX with no troubles, which is more than I can say for some of the other implementations available (like MySQLDriverCS). -Matt Ryan Software Engineer Linux/ZEN Developer Champion Worldwide Developer Support Novell, Inc., the leading provider of information solutions

[Mono-list] Mono Weekly News reopened!

2003-09-29 Thread Jaime Anguiano Olarra
Hello all!, Mono Weekly News have come back after a long long time. I have developed some tools so they take much less time to be written. So there will be no need to rename them to Mono News. If you want to contribute news items, please try to use the

[Mono-list] Running MS compiled ASP.NET in Mono.

2003-09-29 Thread Mark Furniss
Hi, We have successfully installed Mono / XSP and mod_mono. The example files supplied all run fine and also any simple (inline C#) ASPX files I create are fine, however when I attempt to run any of our ASP.NET applications (written in MS Visual Studio using compiled aspx.cs files) they fail

Re: [Mono-list] Running MS compiled ASP.NET in Mono.

2003-09-29 Thread Gonzalo Paniagua Javier
El lun, 29-09-2003 a las 18:53, Mark Furniss escribió: Hi, We have successfully installed Mono / XSP and mod_mono. The example files supplied all run fine and also any simple (inline C#) ASPX files I create are fine, however when I attempt to run any of our ASP.NET applications (written

[Mono-list] XPathNavigator + attributes: weird results

2003-09-29 Thread Kris Luyten
Hi Everybody, has something changed in XPathNavigator since release 0.26? Since I upgraded to the CVS mono, I am getting some weird results when querying the attributes of XML tags. I prepared a minimal example illustrating what I mean on:

RE: [Mono-list] mono

2003-09-29 Thread Rob . Tillie
Hello, The .NET Framework from Microsoft is about 25 MB, comparable to the size of the Mono .NET Framework. Thats all you need to program and both are free. Visual Studio .NET is an Integrated Development Environment that you can use to program instead of some text editor and costs a

RE: [Mono-list] Running MS compiled ASP.NET in Mono.

2003-09-29 Thread Bryan Andrews
So is there clear error reporting as to what is not implemented if the assemblies do not execute because you have code that calls methods that are not completed? -Original Message- From: Gonzalo Paniagua Javier [mailto:[EMAIL PROTECTED] Sent: Monday, September 29, 2003 1:50 PM To: [EMAIL

Re: [Mono-list] mono

2003-09-29 Thread Maurizio Colucci
Alle 08:23 PM, lunedì 29 settembre 2003, [EMAIL PROTECTED] ha scritto: The .NET Framework from Microsoft is about 25 MB, comparable to the size of the Mono .NET Framework. That's all you need to program and both are free. free in the sense of price, not freedom :-)

Re: [Mono-list] Mono Project Contributor images.

2003-09-29 Thread Pavlica, Nick
These look great! Are there any Powered By images? On Mon, 2003-09-29 at 10:08, Miguel de Icaza wrote: Hello everyone! I asked Tuomas Kuosmanen at Ximian to design a couple of buttons that people could use on their web pages if they want, they are available at:

RE: [Mono-list] Running MS compiled ASP.NET in Mono.

2003-09-29 Thread Gonzalo Paniagua Javier
El mar, 30-09-2003 a las 01:31, Bryan Andrews escribió: So is there clear error reporting as to what is not implemented if the assemblies do not execute because you have code that calls methods that are not completed? You'll probably get a NotImplementedException, a MethodNotfoundException or