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 o

[Mono-list] Re: XPathNavigator + attributes: weird results

2003-09-29 Thread Atsushi Eno
Hello, > 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. It looks that somewhere in the recent XmlTextReader change has damaged it, not by XPathNavigator. I'll look into the

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

[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: http://lumumba.luc.ac.be/~kris/projects/uiml.net/test4.cs

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

2003-09-29 Thread Reggie Burnett
These are great Miguel.   Thanks!   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miguel de Icaza Sent: Monday, September 29, 2003 11:09 AM To: [EMAIL PROTECTED]; Mono Announce; [EMAIL PROTECTED] Subject: [Mono-list] Mono Project Contributor images.   Hell

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

2003-09-29 Thread Gonzalo Paniagua Javier
El lun, 29-09-2003 a las 20:41, Pavlica, Nick escribió: > These look great! Are there any "Powered By" images? There are some at http://www.atoker.com/mono/banners/ -Gonzalo ___ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman

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: > >http://www

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

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. That’s 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 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 (wri

[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] Mono Weekly News reopened!

2003-09-29 Thread Jackson Harper
> > 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. > Great news, welcome back Jaime! Jackson ___

[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 mwncontributo

[Mono-list] Mono Project Contributor images.

2003-09-29 Thread Miguel de Icaza
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:    http://www.go-mono.com/images/mono-contributor.gif    http://www.go-mono.com/images/mono-contributor-static.gif    I have attac

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 http://ww

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 ? > > On this line, is

Re: [Mono-list] building mono with cygwin

2003-09-29 Thread Varga Zoltan
Hi, This is a bug in cygwin win32 headers. See this: http://cygwin.com/ml/cygwin/2003-09/msg01771.html Hopefully it will be fixed soon. In the meantime, try changing INVALID_FILE_ATTRIBUTES to -1 at line 402 of mono/metadata/file-io.c. bye