From mbd at dbc.dk Mon Oct 1 02:11:13 2007 From: mbd at dbc.dk (Mads Bondo Dydensborg) Date: Mon, 1 Oct 2007 08:11:13 +0200 Subject: [Mono-list] xbuild In-Reply-To: References: Message-ID: <200710010811.13918.mbd@dbc.dk> l?rdag 29 September 2007 skrev Niko Matsakis: > I am having troubles using xbuild; the error > message I am getting seems pretty basic, though, leading me to think > there must be an easy fix. > > Here is the error message I get: > > MSBUILD: error MSBUILD0000: The element is > > unrecognized, or not supported in this context. You are trying to build a VS 2003 solution. xbuild only works (and only limited, that is) with VS 2005 (msbuild) based solutions. Try using proj2make instead, or MonoDevelop to build this. Regards, Mads -- Med venlig hilsen/Regards Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo Dydensborg Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 44 86 77 34 From grendello at gmail.com Mon Oct 1 02:56:13 2007 From: grendello at gmail.com (Marek Habersack) Date: Mon, 1 Oct 2007 08:56:13 +0200 Subject: [Mono-list] debugging asp.net pages In-Reply-To: <6938f5390709301937uaffea57lcdda919209647e5f@mail.gmail.com> References: <46F9E07B.6070102@gmail.com> <20070926141551.47401390@gmail.com> <6938f5390709301937uaffea57lcdda919209647e5f@mail.gmail.com> Message-ID: <20071001085613.35aa4cd8@gmail.com> On Sun, 30 Sep 2007 20:37:40 -0600, "John M. Aanderson" scribbled: > On 9/30/07, Marcos Torres wrote: > > > > Marek: > > > > Can you give us some advice about how to debug with XSP? We're trying > > to figure it out some odd behavior in a ported ASP.NET application, > > and if we're are able to debug it, everything would be easier. > > > > Thanks a lot in advance > > Marcos > > > The ways I debug asp.net is Console.WriteLiine's while running xsp2 from > Console. Marcos, and this is the best way so far :) - Console.WriteLine and Environment.StackTrace are your best friends until mdb is ready to debug ASP.NET applications regards, marek -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: not available Url : http://lists.ximian.com/pipermail/mono-list/attachments/20071001/4ee3bd31/attachment.bin From zpon.dk at gmail.com Mon Oct 1 03:53:29 2007 From: zpon.dk at gmail.com (=?ISO-8859-1?Q?S=F8ren_Juul?=) Date: Mon, 1 Oct 2007 09:53:29 +0200 Subject: [Mono-list] System.Windows.Forms Message-ID: Hi Don't know if this is the right place to ask (maybe i should use Mono-Winforms-List), but i got some problems with windows forms in ubuntu. When i compile i get error CS0234: The type or namespace name `Windows' does not exist in the namespace `System'. Are you missing an assembly reference? Compilation failed: 1 error(s), 0 warnings and if i use /r:System.Windows.Forms.dll /r:System.Drawing.dll i get error CS0006: cannot find metadata file `System.Windows.Forms.dll' Compilation failed: 1 error(s), 0 warnings Hope some one can help -- Best regards S?ren Juul From niko at alum.mit.edu Mon Oct 1 03:58:45 2007 From: niko at alum.mit.edu (Niko Matsakis) Date: Mon, 1 Oct 2007 09:58:45 +0200 Subject: [Mono-list] xbuild In-Reply-To: <200710010811.13918.mbd@dbc.dk> References: <200710010811.13918.mbd@dbc.dk> Message-ID: <3C7DA9F3-01FA-4D4C-BE36-EFBF68DA4C98@alum.mit.edu> Thank you, and others who replied off-list. Niko On Oct 1, 2007, at 8:11 AM, Mads Bondo Dydensborg wrote: > l?rdag 29 September 2007 skrev Niko Matsakis: > >> I am having troubles using xbuild; the error >> message I am getting seems pretty basic, though, leading me to think >> there must be an easy fix. >> >> Here is the error message I get: > >>> MSBUILD: error MSBUILD0000: The element is >>> unrecognized, or not supported in this context. > > You are trying to build a VS 2003 solution. xbuild only works (and > only > limited, that is) with VS 2005 (msbuild) based solutions. > > Try using proj2make instead, or MonoDevelop to build this. > > Regards, > > Mads > > -- > Med venlig hilsen/Regards > > Systemudvikler/Systemsdeveloper cand.scient.dat, Ph.d., Mads Bondo > Dydensborg > Dansk BiblioteksCenter A/S, Tempovej 7-11, 2750 Ballerup, Tlf. +45 > 44 86 77 34 > From =?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?= Mon Oct 1 04:21:05 2007 From: =?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?= (=?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?=) Date: Mon, 01 Oct 2007 10:21:05 +0200 Subject: [Mono-list] Crazy generic dictionary? In-Reply-To: References: <46FEB66B.1080803@gmail.com> <46FFCD04.40508@gmail.com> <46FFF04B.1070008@gmail.com> Message-ID: <4700ADF1.50606@gmail.com> Robert Jordan escribi?: > [...] > Scratch this. I didn't notice that you were using subclasses. If I didn't use them, I wouldn't be able to store more than one object either :) Regards, Andr?s [ knocte ] -- From kobruleht2 at hot.ee Mon Oct 1 05:05:50 2007 From: kobruleht2 at hot.ee (Andrus) Date: Mon, 1 Oct 2007 12:05:50 +0300 Subject: [Mono-list] Crazy generic dictionary? References: <46FEB66B.1080803@gmail.com> <46FFCD04.40508@gmail.com> <46FFF04B.1070008@gmail.com> Message-ID: <027701c8040a$4c048d90$7b01a8c0@acer> >FooDictionary foo = new FooDictionary(); >foo.Add(new List()); >Error 11 Argument '1': cannot convert from >'System.Collections.Generic.List' to >'System.Collections.Generic.List' >However, it should allow it because subtypeA inherits from mytype, >right? I think I've reached a limitation of .NET generics, which I think See also http://blogs.msdn.com/rmbyers/archive/2005/02/16/375079.aspx Andrus. From felipeportella.listas at gmail.com Mon Oct 1 06:51:46 2007 From: felipeportella.listas at gmail.com (Felipe Portella) Date: Mon, 1 Oct 2007 07:51:46 -0300 Subject: [Mono-list] exception in debugger In-Reply-To: <46FC8D0D.6040401@gmail.com> References: <46FC8D0D.6040401@gmail.com> Message-ID: <361af0610710010351u38fbcfaeu4c32bf5b655e0577@mail.gmail.com> Hi Daniel, I have the same problem and I found you message ... Did you solved this ? I found this version info in the metadata but I didn't understand yet what I not compiled .... Thanks, Portella 2007/9/28, Daniel Soto : > > Hi. > > I'm continuing getting problems with mono debugger. > > I compiled the mdb from source. > > when i run a console application with this: > > $mdb test.exe > > Mono Debugger > > (mdb) list MiPrograma > > i get "Error, no target" message. > > and at "run" command, i get this message > > EXCEPTION: Mono.Debugger.SymbolTableException: > `MONO_DEBUGGER__debugger_info' has version 59, but expected at most 58. > at Mono.Debugger.Backends.MonoThreadManager..ctor > (Mono.Debugger.Backends.ThreadManager thread_manager, > Mono.Debugger.Backends.Inferior inferior, TargetAddress info, Boolean > attach, Boolean stop_in_main) [0x0011e] in > /mnt/hdd2/Descargas/mono-debugger-0.50/backend/MonoThreadManager.cs:78 > at Mono.Debugger.Backends.MonoThreadManager.Initialize > (Mono.Debugger.Backends.ThreadManager thread_manager, > Mono.Debugger.Backends.Inferior inferior, Boolean attach, Boolean > stop_in_main) [0x0003f] in > /mnt/hdd2/Descargas/mono-debugger-0.50/backend/MonoThreadManager.cs:41 > at Mono.Debugger.Backends.ProcessServant.Initialize > (Mono.Debugger.Backends.SingleSteppingEngine engine, > Mono.Debugger.Backends.Inferior inferior, Boolean is_exec) [0x00030] in > /mnt/hdd2/Descargas/mono-debugger-0.50/backend/ProcessServant.cs:317 > at (wrapper remoting-invoke-with-check) > Mono.Debugger.Backends.ProcessServant:Initialize > (Mono.Debugger.Backends.SingleSteppingEngine, > Mono.Debugger.Backends.Inferior,bool) > at Mono.Debugger.Backends.ThreadManager.HandleChildEvent > (Mono.Debugger.Backends.SingleSteppingEngine engine, > Mono.Debugger.Backends.Inferior inferior, > Mono.Debugger.Backends.ChildEvent& cevent, System.Boolean& > resume_target) [0x00012] in > /mnt/hdd2/Descargas/mono-debugger-0.50/backend/ThreadManager.cs:162 > at (wrapper remoting-invoke-with-check) > Mono.Debugger.Backends.ThreadManager:HandleChildEvent > (Mono.Debugger.Backends.SingleSteppingEngine, > Mono.Debugger.Backends.Inferior,Mono.Debugger.Backends.Inferior > /ChildEvent&,bool&) > at Mono.Debugger.Backends.SingleSteppingEngine.ProcessEvent (Int32 > status) [0x001ea] in > /mnt/hdd2/Descargas/mono-debugger-0.50/backend/SingleSteppingEngine.cs:198 > at (wrapper remoting-invoke-with-check) > Mono.Debugger.Backends.SingleSteppingEngine:ProcessEvent (int) > at Mono.Debugger.Backends.ThreadManager.engine_thread_main () > [0x000ce] in > /mnt/hdd2/Descargas/mono-debugger-0.50/backend/ThreadManager.cs:310 > > and the debugger hangs it. > > I what not to be made to solve it. I already installed the dll's located > in the "build" directory (Mono.Debugger.Backend.dll and others), in the > source code path. > > Any help, please. > > Best regards. > _______________________________________________ > Mono-list maillist - Mono-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071001/43078665/attachment.html From GForkin at harvarderp.com Mon Oct 1 08:49:02 2007 From: GForkin at harvarderp.com (Gregory Forkin) Date: Mon, 01 Oct 2007 08:49:02 -0400 Subject: [Mono-list] Question Debian Install Mono Message-ID: <20071001084902.y6mjzu06yoc8cs0w@www.harvarderp.com> Sorry for this Mono Newbie question. I am attempting to run Asp.net programs on Debian and need some advice/help to get Mono installed. I want to install Mono on a Debian system, however the current distribution for debian lacks certain neccessary modules (php5, etc). Has anyone been successful at compiling Mono for Debian with additional Apache modules? If so, do you have your instructions from when you did this (prefork -mpm-worker is my main problem). Or do you know if I can some how install Mono as a second version of Apache (so that I am running 2 Apaches). Thank You, Greg Forkin ---------------------------------------------------------------- If you have received this e-mail in error, please delete it and notify the sender as soon as possible. The contents of this e-mail may be confidential and the unauthorized use, copying, or dissemination of it and any attachments to it, is prohibited. Internet communications are not secure and Harvard ERP, LLC. does not, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses. The views expressed here do not necessarily represent those of Harvard ERP, LLC. For more information about Harvard ERP, LLC., please visit our Web site at: www.harvarderp.com From tleeuwenburg at gmail.com Mon Oct 1 09:03:17 2007 From: tleeuwenburg at gmail.com (Tennessee Leeuwenburg) Date: Mon, 1 Oct 2007 23:03:17 +1000 Subject: [Mono-list] Using Mono on linux and deploying to Windows Message-ID: <43c8685c0710010603n3f52a50bubaa0fc24ecb54480@mail.gmail.com> Hi all, I am looking to develop a new application and am considering my choice of framework. .NET seems like a good choice. I want to try to pick a framework which has maximum flexibility a few years down the track. Does anyone know if the gtk# libraries can be used in silverlight / moonlight? If not, what should I be using for GUI construction? It looks like Windows Forms are going to be somewhat deprecated in favour of WPF/e. If I start developing in GTK#, am I cutting myself out of the web? If I develop with Windows Forms am I shooting myself in the foot with regards to WPF/e? Also, my preferred language (by and large) is Python. IronPython looks pretty good / stable. Would people recommend developing the core of a medium-sized application using C# or IronPython? Or is it not particularly relevant. I'm sure Google will help, but are there any recommended mechanisms for tying in to a database system while using .NET? Do the .NET libraries favour any particular database package, or does it not matter very much? Thanks for all your help, -Tennessee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071001/87a798ab/attachment.html From info at eulogika.net Mon Oct 1 09:08:33 2007 From: info at eulogika.net (Lorenzo Viola) Date: Mon, 01 Oct 2007 15:08:33 +0200 Subject: [Mono-list] Question Debian Install Mono In-Reply-To: <20071001084902.y6mjzu06yoc8cs0w@www.harvarderp.com> References: <20071001084902.y6mjzu06yoc8cs0w@www.harvarderp.com> Message-ID: <4700F151.8060008@eulogika.net> Gregory Forkin ha scritto: > Sorry for this Mono Newbie question. I am attempting to run Asp.net > programs on Debian and need some advice/help to get Mono installed. > > I want to install Mono on a Debian system, however the current > distribution for debian lacks certain neccessary modules (php5, etc). > > Has anyone been successful at compiling Mono for Debian with > additional Apache modules? If so, do you have your instructions from > when you did this (prefork -mpm-worker is my main problem). > > Or do you know if I can some how install Mono as a second version of > Apache (so that I am running 2 Apaches). > > hello I'm using 2 apaches (apache1 with mono 1.1 and apache2 with mono 2) on different ports the debian packages have still lot of bugs to integrate...so I use this procedure : download the complete mono package from either http://go-mono.com/sources-stable/ or http://mono.ximian.com/daily/ then decompress, and launch ./configure --prefix=/usr make make install this overwrites just the DLLs files under /usr/lib/mono, so there is no collateral effect on the system... regards From mysql.jorge at decimal.pt Mon Oct 1 09:43:12 2007 From: mysql.jorge at decimal.pt (Jorge Bastos) Date: Mon, 1 Oct 2007 14:43:12 +0100 Subject: [Mono-list] New mod_mono parameters Message-ID: <010c01c80431$02e91f00$08bb5d00$@jorge@decimal.pt> Hi, I've checked changelog for mod_mono and noticed: * src/mod_mono.c: added three wrapper functions to get the apache configured user id, group id and user name. But, where can I know wich parameters are they and their names and how to use them? Jorge From mysql.jorge at decimal.pt Mon Oct 1 09:50:50 2007 From: mysql.jorge at decimal.pt (Jorge Bastos) Date: Mon, 1 Oct 2007 14:50:50 +0100 Subject: [Mono-list] New mod_mono parameters In-Reply-To: <010c01c80431$02e91f00$08bb5d00$@jorge@decimal.pt> References: <010c01c80431$02e91f00$08bb5d00$@jorge@decimal.pt> Message-ID: <010f01c80432$13bd0610$3b371230$@jorge@decimal.pt> Wait wait, I think i've understand it wrong, i thought I've read "added ....new parameters to configure the running user for mod_mono" :S Ops... I thought it was something like mod_suphp/mod_suexec. There's no parameter for the pages for that using mod_mono right, that can be configured per virtualhost? Jorge -----Original Message----- From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Jorge Bastos Sent: segunda-feira, 1 de Outubro de 2007 14:43 To: Mono-list at lists.ximian.com Subject: [Mono-list] New mod_mono parameters Hi, I've checked changelog for mod_mono and noticed: * src/mod_mono.c: added three wrapper functions to get the apache configured user id, group id and user name. But, where can I know wich parameters are they and their names and how to use them? Jorge _______________________________________________ Mono-list maillist - Mono-list at lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list From Eric.Engler at zcsterling.com Mon Oct 1 13:04:02 2007 From: Eric.Engler at zcsterling.com (Engler, Eric) Date: Mon, 1 Oct 2007 13:04:02 -0400 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: Message-ID: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CC5@ATLEXCV01.zcs.corp> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 >I am looking to develop a new application and am considering my >choice of framework. .NET seems like a good choice. It's a great choice >Does anyone know if the gtk# libraries can be used in silverlight / >moonlight? If not, what should I be using for GUI construction? It >looks like Windows Forms are going to be somewhat deprecated in > favour of WPF/e. Silverlight is the new name for WPF/e, so please use this name. On mono that will be Moonlight. This is strictly web technology. It's also quite limited and you can't make much of an application with it yet. It's supposed to work along with ASP.NET which will provide the "standard web style" functionality. By the way, WPF is replacing WinForms. WPF is a much stronger GUI framework that is also XAML based, but definitely hundreds of times heavier than Silverlight. I don't know what the plan is on implementing WPF in mono but I guess it will be done someday. Moonlight, on the other hand, is much closer and already functional. >If I start developing in GTK#, am I cutting myself out of the web? Yes. Like WinForms, GTK# is a fat client technology. They could be used in a small way on a web server - to create cool graphics that could be displayed to the user as a GIF or JPG, for example. Definitely not interactive. >If I develop with Windows Forms am I shooting myself in the foot >with regards to WPF/e? Yes, and you're also cutting yourself off from the web. But WinForms is still a great fat client technology. You can even use 1-click deployment, also called Smart Client deployment, to deploy WinForms apps over the web but that requires the users to have .NET loaded and I'm not sure if that works with mono. >Also, my preferred language (by and large) is Python. IronPython looks >pretty good / stable. Would people recommend developing the core of a >medium-sized application using C# or IronPython? IronPython is not scheduled to be supported on Silverlight/Moonlight in the foreseeable future. C# would be your only choice. > are there any recommended mechanisms for >tying in to a database system while using .NET ADO.NET will let you connect to many kinds of DBs. On the server side, of course. I don't want to burst your bubble, but php and Python or Ruby on Rails would be about a hundred times easier for you to master if you don't know any .NET today. I love .NET but I admit the learning curve is steep. You'd have to learn C#, the .NET Framework including ADO.NET, ASP.NET, and Silverlight/Moonlight. That's a big job for you. Eric NOTICE: The information contained in this electronic mail transmission is intended by the sender for the sole use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. Please do not copy it or use it for any purposes, or disclose its contents to any other person. To do so could violate state and Federal privacy laws. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected. Thank you for your cooperation. -----BEGIN PGP SIGNATURE----- Version: PGP Universal 2.6.2 Charset: us-ascii wsBVAwUBRwEog8hfyUs+le7yAQghBwgAhgnswIPi/rao6BTac4BaPZ/hYgSIwx7e zUhGSVMBemv4idXnRu9/8j4Jzzz5XvDNS8sQ+YX85HYIHGOjl8X6xu/9wrDOZP10 uwSf9zedUJI2QlsblH5JCEgl3kIf3ET1DGJ0hzPCRQtlxTCM/LDp2gf+4QnbEzrq lX9MdIHS76YGFc36+mnMeKIIyBANTFSaeqh1aQ3LSH4v3xVkCYTt0YXyiLZOAkwm t/CyyhDxYs4VqLkPW5H49aPgEKlgBuK3lPgDVHN3GKwkFw3lJrp/IJS6R0BiSWUH 4oO5+IP0w5UgdNyGXvHun13zTMMFv+R9G956J0+NgU2RoBRfOYa6Kg== =9ZQ5 -----END PGP SIGNATURE----- From =?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?= Mon Oct 1 13:04:05 2007 From: =?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?= (=?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?=) Date: Mon, 01 Oct 2007 19:04:05 +0200 Subject: [Mono-list] Crazy generic dictionary? In-Reply-To: <4700ADF1.50606@gmail.com> References: <46FEB66B.1080803@gmail.com> <46FFCD04.40508@gmail.com> <46FFF04B.1070008@gmail.com> <4700ADF1.50606@gmail.com> Message-ID: <47012885.5020104@gmail.com> Andr?s G. Aragoneses [ knocte ] escribi?: > Robert Jordan escribi?: >> [...] >> Scratch this. I didn't notice that you were using subclasses. > Finally I've come out with this solution, in case someone is interested: class IrmDictionary : Dictionary { public void Add(IList t) where K:T { if (t == null) { throw new ArgumentNullException("t"); } if (t.Count > 0) { this[t[0].GetType()] = (IList)t; } } } (I know the 't[0]' seems hackish, but is more readable than obtaining the type by reflection; and also I don't need the list if it's empty, so I don't mind having to access to the first element.) Maybe we could have here a possible additional item for the wishlist of next C# version: class IrmDictionary : Dictionary> { public void Add(IList t) where K:T { if (t == null) { throw new ArgumentNullException("t"); } if (t.Count > 0) { this[t[0].GetType()] = t; } } } The problem is the relation between the two 'K' letters. I don't if it could be feasible to add this feature. Thanks for all the people replying to this thread. It's been interesting. Regards, Andr?s [ knocte ] -- From robertj at gmx.net Mon Oct 1 13:15:03 2007 From: robertj at gmx.net (Robert Jordan) Date: Mon, 01 Oct 2007 19:15:03 +0200 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CC5@ATLEXCV01.zcs.corp> References: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CC5@ATLEXCV01.zcs.corp> Message-ID: Engler, Eric wrote: >> Also, my preferred language (by and large) is Python. IronPython looks >> pretty good / stable. Would people recommend developing the core of a >> medium-sized application using C# or IronPython? > > IronPython is not scheduled to be supported on Silverlight/Moonlight in > the foreseeable future. C# would be your only choice. > IronPython is already part of Silverlight 1.1 Robert From lluis at ximian.com Mon Oct 1 14:37:01 2007 From: lluis at ximian.com (Lluis Sanchez) Date: Mon, 01 Oct 2007 20:37:01 +0200 Subject: [Mono-list] MonoDevelop 1.0 beta 1 released Message-ID: <1191263821.18289.52.camel@portador.site> The MonoDevelop team is proud to announce the release of MonoDevelop 1.0 beta 1 (0.16). This is the first in a series of beta releases that will lead to MonoDevelop 1.0, hopefully around the end of the year. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages. This release contains lots of improvements, new features and bug fixes. The release highlights include: * Support for C/C++ projects. * A new Database Add-in. * Text editor improvements, including on-the-fly error underlining and XML comment tag support. * Plenty of bug fixes and other improvements. Complete release notes are available here: http://www.monodevelop.com/Release_notes_for_MonoDevelop_1.0_Beta_1 Packages are available here: http://www.monodevelop.com/Download Enjoy! From gamarilla at gmail.com Mon Oct 1 14:40:53 2007 From: gamarilla at gmail.com (Guido Amarilla) Date: Mon, 1 Oct 2007 15:40:53 -0300 Subject: [Mono-list] System.Drawing vs Gtk# - Performance Message-ID: Hi, I?m starting to port a desktop application from Windows to Linux and need to make a design decision before I start. It is a rich graphics application. It has a lot of custom drawn controls, like analog gauges. As there are a lot of them I need to keep CPU consumption low. I wanted to know if there is a performance penalty in terms of CPU consumption of System.Drawing in Linux. Would be better if I port all the custom GUI to GTk#? How is the performance of Gtk# in Windows compared to the performance of Windows.Forms and System.Drawing in Linux? Which GUI tookit would you use if you wanted to keep the CPU at a minimum and be portable between Windows and Linux? Is there any benchmark of drawing routines in windows and linux with System.Drawing and Gtk#? Thanks, Guido Amarilla -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071001/fe6fd5be/attachment.html From jonathan.gagnon at croesus.com Mon Oct 1 15:10:39 2007 From: jonathan.gagnon at croesus.com (Jonathan Gagnon) Date: Mon, 1 Oct 2007 15:10:39 -0400 Subject: [Mono-list] DateTime.ToBinary and DateTime.FromBinary not compatible with .NET Message-ID: <003b01c8045e$c4305d40$1b36a8c0@PROG159> I'm trying to serialize a DateTime and ensure that it is serialized in a time zone independant way, so that I can deserialize it anywhere and that it still represents the same point in time. I'm using the methods DateTime.ToBinary and DateTime.FromBinary to do that. In .NET, it is working properly, but in mono, dates that are of the DateTimeKind.Local are not deserialized properly. When serializing a DateTime that is identified as local, .NET converts the ticks in UTC, so that when it is time to deserialize it, they can convert it back using the local machine settings and have a DateTime that identifies the same point in time. Mono doesn't do any conversion, and there is no way to know what is the TimeZone of the serialized date, so I don't think it is correct. This also makes mono's implementation incompatible with .NET. Should I file a bug about this issue? Jonathan Gagnon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071001/7cfe593c/attachment-0001.html From robertj at gmx.net Mon Oct 1 16:39:25 2007 From: robertj at gmx.net (Robert Jordan) Date: Mon, 01 Oct 2007 22:39:25 +0200 Subject: [Mono-list] DateTime.ToBinary and DateTime.FromBinary not compatible with .NET In-Reply-To: <003b01c8045e$c4305d40$1b36a8c0@PROG159> References: <003b01c8045e$c4305d40$1b36a8c0@PROG159> Message-ID: Jonathan Gagnon wrote: > I'm trying to serialize a DateTime and ensure that it is serialized in a > time zone independant way, so that I can deserialize it anywhere and that it > still represents the same point in time. I'm using the methods > DateTime.ToBinary and DateTime.FromBinary to do that. In .NET, it is > working properly, but in mono, dates that are of the DateTimeKind.Local are > not deserialized properly. > > When serializing a DateTime that is identified as local, .NET converts the > ticks in UTC, so that when it is time to deserialize it, they can convert it > back using the local machine settings and have a DateTime that identifies > the same point in time. Mono doesn't do any conversion, and there is no way > to know what is the TimeZone of the serialized date, so I don't think it is > correct. This also makes mono's implementation incompatible with .NET. > > Should I file a bug about this issue? Yes, please file one together with a test case. Thanks Robert From tleeuwenburg at gmail.com Mon Oct 1 21:33:42 2007 From: tleeuwenburg at gmail.com (Tennessee Leeuwenburg) Date: Tue, 2 Oct 2007 11:33:42 +1000 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CC5@ATLEXCV01.zcs.corp> References: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CC5@ATLEXCV01.zcs.corp> Message-ID: <43c8685c0710011833j44822011y16cd5b9ea8959b93@mail.gmail.com> Thanks for your helpful response, Eric. >Does anyone know if the gtk# libraries can be used in silverlight / > >moonlight? If not, what should I be using for GUI construction? It > >looks like Windows Forms are going to be somewhat deprecated in > > favour of WPF/e. > > Silverlight is the new name for WPF/e, so please use this name. On mono > that will be Moonlight. This is strictly web technology. It's also quite > limited and you can't make much of an application with it yet. It's > supposed to work along with ASP.NET which will provide the "standard web > style" functionality. Thanks for the clarification of terms and also maturity/status. I don't want to burst your bubble, but php and Python or Ruby on Rails > would be about a hundred times easier for you to master if you don't > know any .NET today. I love .NET but I admit the learning curve is > steep. > > You'd have to learn C#, the .NET Framework including ADO.NET, ASP.NET, > and Silverlight/Moonlight. That's a big job for you. Thanks for that info. So, just to clarify: WPF/e is different to WPF. The first is Silverlight, the second is a fat client. Neither GTK# nor WPF is particularly more able to be deployed in Silverlight/Moonlight. They are both intended for desktop apps and neither is a universal framework. As such, the choice between GTK# and WPF would be on their relative merits for desktop applications. Given that, it may be somewhat pointless to use .NET. I might as well use regular CPython with GTK. I won't get a web application for free by using .NET and I might as well minimise my pain. That said, .NET with IronPython and GTK# might be a better desktop framework than CPython and GTK, but that's a different question. Thanks, -Tennessee -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071002/7364fec2/attachment.html From daniel.soto2k at gmail.com Mon Oct 1 22:08:53 2007 From: daniel.soto2k at gmail.com (Daniel Soto) Date: Mon, 01 Oct 2007 22:08:53 -0400 Subject: [Mono-list] bug casting to a List In-Reply-To: <46FEB8B0.7040203@gmail.com> References: <46FDDEB8.4090009@gmail.com> <46FEB8B0.7040203@gmail.com> Message-ID: <4701A835.6080908@gmail.com> Andr?s G. Aragoneses [ knocte ] escribi?: > Daniel Soto escribi?: > >> Hi All. >> >> When i try to cast to a Generic.List from object type, i get the >> exception >> >> System.InvalidCastException: Cannot cast from source type to destination type. >> >> The code that throws the exception, here >> >> System.Collections.Generic.List myList; >> myList = (System.Collections.Generic.List)Session["ListInMemory"]; >> >> The same occurs if i try to cast to ArrayList, or an Array of object. >> >> >> This is a bug? In the bug list in the main page of mono, it says that it's resolved, >> but to me still doest not work :-( >> >> Either i can to report this bug, my novell account says that my access >> is forbidden (huh? but i finish creating it!!). >> >> There are another way to passing the values from object to my List? >> >> Best regards. >> >> > > Have you tested that code with MS.NET? (If it doesn't work there too, > it's likely not a bug.) > > Regards, > > Andr?s [ knocte ] > > Yup! The code runs in MS.NET. In Windows Server 2003 runs fine. It is a bug? Best regards. From rednaxela0607 at hotmail.com Tue Oct 2 02:27:15 2007 From: rednaxela0607 at hotmail.com (FX Meta) Date: Tue, 2 Oct 2007 14:27:15 +0800 Subject: [Mono-list] File system access permission problem with Mono Message-ID: Hi, Last week when I was dealing with my .NET course homework assignment, I had a problem when running the program with Mono 1.2.5.1. The assignment was about creating a user control that shows the file system hierarchy on the left in a TreeView, and the contents of a selected directory on the right in a ListView. I started the solution in Visual Studio 2008 Beta 2, and everything worked fine on it. Then I thought it might be fun to try running the program on Mono without recompiling, but then I had a problem with a file called "pagefile.sys", which is a [+archive][+hidden][+system] page file for caching. The program ran fine on Mono (on Windows XP SP2), except that when it came across this file, whose path is @"F:\pagefile.sys", it raised an exception saying that the file was not found, in System.IO.FileInfo.get_Length(). That was confusing because no problem occured when running the program with .NET Framework 3.5 Beta 2. I tried to avoid the exception by filtering out files with [+hidden] and [+system] attributes before a call to this FileInfo.Length was made, but what's strange is that the same exception still got raised. I don't the problem had anything to do with those attributes, though, because when browsing drive C:\ there were files with the same attributes, but didn't raise an exception. So I fired up SharpDevelop, started a new solution and copied the code into it, and then compiled the solution with Mono 1.2.5.1, and still got the same result. I tried the program in openSUSE 10.2 with Mono 1.2.5.1, too, somehow there were different exceptions, probably because I didn't log in as root, and didn't have enough privilege to access those directories/files. Could anyone shed me some light on this? I've attached the solution here: http://download.yousendit.com/60C0C5630B95DBAC, in case anyone's interested in reproducing the bug.Greetings,- RednaxelaFX _________________________________________________________________ Connect to the next generation of MSN Messenger? http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071002/4fda96db/attachment.html From =?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?= Tue Oct 2 02:53:41 2007 From: =?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?= (=?ISO-8859-1?Q?=22Andr=E9s_G=2E_Aragoneses_=5B_knocte_=5D?=) Date: Tue, 02 Oct 2007 08:53:41 +0200 Subject: [Mono-list] bug casting to a List In-Reply-To: <4701A835.6080908@gmail.com> References: <46FDDEB8.4090009@gmail.com> <46FEB8B0.7040203@gmail.com> <4701A835.6080908@gmail.com> Message-ID: <4701EAF5.3070802@gmail.com> Daniel Soto escribi?: > Andr?s G. Aragoneses [ knocte ] escribi?: >> Have you tested that code with MS.NET? (If it doesn't work there too, >> it's likely not a bug.) >> > Yup! The code runs in MS.NET. In Windows Server 2003 runs fine. > > It is a bug? It's likely a bug, so http://www.mono-project.com/Bugs Thanks ;) Andr?s [ knocte ] -- From robertj at gmx.net Tue Oct 2 05:05:17 2007 From: robertj at gmx.net (Robert Jordan) Date: Tue, 02 Oct 2007 11:05:17 +0200 Subject: [Mono-list] File system access permission problem with Mono In-Reply-To: References: Message-ID: Hi, FX Meta wrote: > ... but then I had a problem with a file called > "pagefile.sys", which is a [+archive][+hidden][+system] page file for > caching. The program ran fine on Mono (on Windows XP SP2), except > that when it came across this file, whose path is @"F:\pagefile.sys", > it raised an exception saying that the file was not found, in > System.IO.FileInfo.get_Length(). That was confusing because no https://bugzilla.novell.com/show_bug.cgi?id=325212 It should be fixed in the next Mono version. Robert From joelwreed at gmail.com Tue Oct 2 10:54:47 2007 From: joelwreed at gmail.com (Joel Reed) Date: Tue, 2 Oct 2007 10:54:47 -0400 Subject: [Mono-list] System.Windows.Forms In-Reply-To: References: Message-ID: <20071002145447.GC27469@localdomain> On Mon, Oct 01, 2007 at 09:53:29AM +0200, S?ren Juul wrote: > Hi > > Don't know if this is the right place to ask (maybe i should use > Mono-Winforms-List), but i got some problems with windows forms in > ubuntu. > > When i compile i get > > error CS0234: The type or namespace name `Windows' does not exist in > the namespace `System'. Are you missing an assembly reference? > Compilation failed: 1 error(s), 0 warnings > > and if i use /r:System.Windows.Forms.dll /r:System.Drawing.dll i get > > error CS0006: cannot find metadata file `System.Windows.Forms.dll' > Compilation failed: 1 error(s), 0 warnings perhaps you need: apt-get install libmono-winforms1.0-cil libmono-winforms2.0-cil jr From Eric.Engler at zcsterling.com Tue Oct 2 10:56:17 2007 From: Eric.Engler at zcsterling.com (Engler, Eric) Date: Tue, 2 Oct 2007 10:56:17 -0400 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: <43c8685c0710011833j44822011y16cd5b9ea8959b93@mail.gmail.com> Message-ID: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CD6@ATLEXCV01.zcs.corp> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 >Thanks for that info. So, just to clarify: >WPF/e is different to WPF. The first is Silverlight, the second >is a fat client. Correct >Neither GTK# nor WPF is particularly more able to be deployed in >Silverlight/Moonlight. They are both intended for desktop apps and >neither is a universal framework. Yes, but the underlying Framework is the .NET Framework. Silverlight/Moonlight are getting a much scaled-down version of the .NET Framework and that's why they can't support the full WPF. >As such, the choice between GTK# and WPF would be on their relative >merits for desktop applications. Yes >Given that, it may be somewhat pointless to use .NET. I might as well >use regular CPython with GTK. I won't get a web application for free >by using .NET and I might as well minimise my pain. Yes and No. The .NET formula definitely has a higher learning curve but it brings a lot of things with it and gives you a much stronger application in the end that is more scalable and easier to maintain. But you have to master the learning curve before you can enjoy most of the benefits. The idea of getting a "web application for free" is something we'd all love to see someday. Intraweb for Delphi was the closest I've ever seen to having the desktop design metaphor in a web application but it never caught on because it didn't fully support the web metaphor - you were "in a box" and you could do a lot of things but it was difficult to handle those cases where you wanted to do something that wasn't baked in. Scripting technologies (php, Python, Perl, Ruby, etc) have a much simpler learning curve but the code you end up with can be difficult to maintain if it wasn't designed well. That isn't a fault of the scripting languages themselves, but rather is a side-effect of self-taught web developers who don't have a lot of application design skills. I'm not knocking self-taught developers by the way - I love their motivation and ability to conquer new ground. I'd hire any of them in the right situation. >That said, .NET with IronPython and GTK# might be a better desktop >framework than CPython and GTK, but that's a different question. Keep in mind that the .NET Framework is the common denominator between IronPython, C#, VB.NET, ASP.NET, ADO.NET, WPF, Silverlight/Moonlight, etc. If you learn the basic .NET Framework for a fat client application then some of those same skills can be helpful with .NET on the web. But there is more to learn in that case. By the way, someone said that IronPython was available for Silverlight. That's very impressive. I'm afraid I missed that news before this mention and I'm sorry if I misled you. I have played with "conventional Python" in the past and I may indeed have to look into IronPython. Eric NOTICE: The information contained in this electronic mail transmission is intended by the sender for the sole use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. Please do not copy it or use it for any purposes, or disclose its contents to any other person. To do so could violate state and Federal privacy laws. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected. Thank you for your cooperation. -----BEGIN PGP SIGNATURE----- Version: PGP Universal 2.6.2 Charset: us-ascii wsBVAwUBRwJcEchfyUs+le7yAQgIgQf+N1nQQVXT1tzL+Q2IBdJPE2Qnq0HlOpr1 X0vpYKxgL7/4INKOA26Qj06j+6c9jfNEqJEVC7csKhV+TntSadFWv/zNXya4VXPc z01QDuzXJwae+qJNd+Deat0L0GmozsLvhn19dQbNtxJvLAmC9lJbKABNxCz+VIrk K1izHbES9UtmK4qHvqoC8iNM4tOI4ugDjnhCdrBwIwsdIqzFi2FSyBXzS6H1UwbL bSPZz7YErUCTR1MKziVfIElDxvSctpsKx6qkDzbJvHaUTs+eATbhFsEe/0JKoYVM 9aobeSxCr601V5MC5fcRydF6SSutxG66GFJU2RkvLFlX8LdiGMkRBA== =X0jT -----END PGP SIGNATURE----- From jonpryor at vt.edu Tue Oct 2 12:34:50 2007 From: jonpryor at vt.edu (Jonathan Pryor) Date: Tue, 02 Oct 2007 12:34:50 -0400 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CD6@ATLEXCV01.zcs.corp> References: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CD6@ATLEXCV01.zcs.corp> Message-ID: <1191342890.4321.193.camel@lina.magi.jprl.com> On Tue, 2007-10-02 at 10:56 -0400, Engler, Eric wrote: > By the way, someone said that IronPython was available for Silverlight. > That's very impressive. I'm afraid I missed that news before this > mention and I'm sorry if I misled you. I have played with "conventional > Python" in the past and I may indeed have to look into IronPython. IronPython support was announced for Silverlight 1.1 Alpha when Silverlight 1.0 was still in Beta. :-) So IronPython is not part of Silverlight 1.0, and neither is the .NET runtime -- those are both part of Silverlight 1.1 (unless/until things change, as things tend to). - Jon From Eric.Engler at zcsterling.com Tue Oct 2 12:43:37 2007 From: Eric.Engler at zcsterling.com (Engler, Eric) Date: Tue, 2 Oct 2007 12:43:37 -0400 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: <1191342890.4321.193.camel@lina.magi.jprl.com> Message-ID: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CDA@ATLEXCV01.zcs.corp> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 >So IronPython is not part of Silverlight 1.0, and neither is the >.NET runtime -- those are both part of Silverlight 1.1 (unless/until >things change, as things tend to). That's not a concern that IronPython is only available with 1.1. Most of us have jumped straight to 1.1 and we're bypassing 1.0 because we really want to play with the mini-CLR that runs in the browser. The 1.0 JavaScript-only solution isn't very attractive to most .NET coders. 1.1 is also being enhanced to include more controls so it might be quite useful by the time of its official release. Even if Microsoft doesn't include a *lot* of controls I'm sure there will be many open source controls that can "add on" to what Microsoft provides. Silverlight/Moonlight is the most exciting new web technology ever since ASP.NET was initially released. And thankfully Microsoft has noticed the interest in it and they've got many of their best people working on it. Eric NOTICE: The information contained in this electronic mail transmission is intended by the sender for the sole use of the named individual or entity to which it is directed and may contain information that is privileged or otherwise confidential. Please do not copy it or use it for any purposes, or disclose its contents to any other person. To do so could violate state and Federal privacy laws. If you have received this electronic mail transmission in error, please delete it from your system without copying or forwarding it, and notify the sender of the error by reply email or by telephone, so that the sender's address records can be corrected. Thank you for your cooperation. -----BEGIN PGP SIGNATURE----- Version: PGP Universal 2.6.2 Charset: us-ascii wsBVAwUBRwJ1OchfyUs+le7yAQgK1AgAj0YyiU0o1qX3TdFjX6v1P5jFqlaBDZvl FUyrQ/sJVyxR5ZirN/aew3vxbP/O2Cge7JMcX7mYLUeVoYNSFXpcOBKc3wm6GHYe 2IBlvPZYJBGMOSRLDOp6Lj5RILb68dKdEWcsLVwxwQj8k0dqw/3gAZo3ACZo/kKW j1DOpZZxOtLCwwledm3+QG7+vf81Wp3TbBYVmaurfCbyEE2wmMA53HkaVSnSYCnS P4KiV6ViI9hToRV5wNgz5YCIgXKrRW1PmHUB7/tLUuTuN/k72pMyp0WMErLJwB7Y adDvJUmL06oQVbQAX+LtFbgxxLoP40hb3m8cHQfU7ZZfcjtcJY3/OQ== =/X/Y -----END PGP SIGNATURE----- From gadget at ccrtc.com Tue Oct 2 13:03:35 2007 From: gadget at ccrtc.com (Chris Langsenkamp) Date: Tue, 2 Oct 2007 13:03:35 -0400 Subject: [Mono-list] Using Mono on linux and deploying to Windows In-Reply-To: <1191342890.4321.193.camel@lina.magi.jprl.com> References: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CD6@ATLEXCV01.zcs.corp> <1191342890.4321.193.camel@lina.magi.jprl.com> Message-ID: <005d01c80516$2bba05d0$1001a8c0@ChrisDell> We're waiting to see what Silverlight comes out with too. It's our hope that ultimately we can wrap winforms apps in it for run-anywhere distribution. Would be nice if VS-2008 would include, or have an add-in built for it, to do that packaging directly from build. Chris -----Original Message----- From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Jonathan Pryor Sent: Tuesday, October 02, 2007 12:35 PM To: Engler, Eric Cc: Tennessee Leeuwenburg; mono-list at lists.ximian.com Subject: Re: [Mono-list] Using Mono on linux and deploying to Windows On Tue, 2007-10-02 at 10:56 -0400, Engler, Eric wrote: > By the way, someone said that IronPython was available for Silverlight. > That's very impressive. I'm afraid I missed that news before this > mention and I'm sorry if I misled you. I have played with "conventional > Python" in the past and I may indeed have to look into IronPython. IronPython support was announced for Silverlight 1.1 Alpha when Silverlight 1.0 was still in Beta. :-) So IronPython is not part of Silverlight 1.0, and neither is the .NET runtime -- those are both part of Silverlight 1.1 (unless/until things change, as things tend to). - Jon _______________________________________________ Mono-list maillist - Mono-list at lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list From zpon.dk at gmail.com Tue Oct 2 14:53:08 2007 From: zpon.dk at gmail.com (=?ISO-8859-1?Q?S=F8ren_Juul?=) Date: Tue, 2 Oct 2007 20:53:08 +0200 Subject: [Mono-list] System.Windows.Forms In-Reply-To: <20071002145447.GC27469@localdomain> References: <20071002145447.GC27469@localdomain> Message-ID: Thank you very much, that solved my problem 2007/10/2, Joel Reed : > On Mon, Oct 01, 2007 at 09:53:29AM +0200, S?ren Juul wrote: > > Hi > > > > Don't know if this is the right place to ask (maybe i should use > > Mono-Winforms-List), but i got some problems with windows forms in > > ubuntu. > > > > When i compile i get > > > > error CS0234: The type or namespace name `Windows' does not exist in > > the namespace `System'. Are you missing an assembly reference? > > Compilation failed: 1 error(s), 0 warnings > > > > and if i use /r:System.Windows.Forms.dll /r:System.Drawing.dll i get > > > > error CS0006: cannot find metadata file `System.Windows.Forms.dll' > > Compilation failed: 1 error(s), 0 warnings > > perhaps you need: > > apt-get install libmono-winforms1.0-cil libmono-winforms2.0-cil > > jr > -- Kind regards S?ren Juul From austin at tradelogic.com Tue Oct 2 15:30:13 2007 From: austin at tradelogic.com (Austin Winstanley) Date: Tue, 2 Oct 2007 14:30:13 -0500 Subject: [Mono-list] Load glade file after application is running Message-ID: <527a90a10710021230m56171bcen4cc4c92cadb1d831@mail.gmail.com> When creating a Glade app all the tutorials say to do something like this: public App() { Application.Init(); Glade.XML gxml = new Glade.XML(null, "xxxxx.glade", "xxxxxx", null); gxml.Autoconnect(this); Application.Run(); } but I have a mixed Gtk#/Glade app. The Glade code is mixed into separate .dll plugins that are loaded into the main Gtk# app. When I try the code like this nothing happens public class fDialog : Gtk.Dialog { public fDialog() { Glade.XML gxml = new Glade.XML(null, "xxxxx.glade", "fDialog", null); gxml.Autoconnect(this); // If this line is here an empty Dialog shows // Without this line, nothing happens this.ShowAll(); } } There are no errors. Everything compiles and runs just fine. Can anybody tell me what I'm doing wrong here? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071002/7353809f/attachment.html From jyotiseth2001 at gmail.com Wed Oct 3 05:24:28 2007 From: jyotiseth2001 at gmail.com (Jyoti Seth) Date: Wed, 3 Oct 2007 14:54:28 +0530 Subject: [Mono-list] Does Mobile Web Application created in visual studio 2005 works in mono In-Reply-To: <005d01c80516$2bba05d0$1001a8c0@ChrisDell> References: <6FE5B54E82FD4B4A93CD0D8730986CBBB58CD6@ATLEXCV01.zcs.corp> <1191342890.4321.193.camel@lina.magi.jprl.com> <005d01c80516$2bba05d0$1001a8c0@ChrisDell> Message-ID: <007501c8059f$383fe6b0$a8bfb410$@com> Hi All, I have to develop mobile web application using ASP.Net in visual studio 2005. I am not sure whether this will work in mono. Please let me know if someone has idea. Thanks, Jyoti Seth From amudhakaliamoorthi at gmail.com Wed Oct 3 06:03:25 2007 From: amudhakaliamoorthi at gmail.com (Amudha Kaliamoorthi) Date: Wed, 3 Oct 2007 15:33:25 +0530 Subject: [Mono-list] MIPS- Mono Message-ID: Hi, Mono on MIPS throws an exception "SIGTRAP Trace/breakpoint trap" while executing a sample program on target. Any timely help or suggestion would be highly appreciated. Regards Amudha Kaliamoorthi -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071003/d4e02515/attachment-0001.html From rednaxela0607 at hotmail.com Thu Oct 4 03:25:09 2007 From: rednaxela0607 at hotmail.com (FX Meta) Date: Thu, 4 Oct 2007 15:25:09 +0800 Subject: [Mono-list] Need advise on Mono Memory Model Message-ID: Hi all, I'm still new to this mailing-list and I'm sure someone's asked about similar questions before, but it's hard to find documented materials related to this topic: does the current stable version of Mono (namely 1.2.5.1) conform to the ECMA standard of memory model, which is a weak model, or does it conform to the stronger one as used by MS .Net Framework 2.0 or later? Is it different on various implementations of Mono, such that the ones on IA64 are not using the stronger model? I'd also like to know, there was a hint that MS is trying to revise the ECMA CLI standard so that a stronger memory gets employed, does anybody know how's that in progress? Anyway, just to be sure I got the concepts right, please correct me if I got the Mono/CLR memory model wrong: 1. No reorder can happen if there's a MemoryBarrier (as given by Interlocked or Thread.VolatileRead/Write) or volatile variable in between in a method; or if reorder happened, it's invisible to programmers (given that reads and writes cannot move before a volatile read, and reads and writes cannot move after a volatile write) 2. Monitor.Enter has aquire semantics, Monitor.Exit has release semantics, does that mean that before entering a critical section, everything in the thread's own copy of memory (if the memory is cached) gets synchronized with the latest values in the main memory, and after leaving a critical section, all changes done by the current thread will be flushed out to the main memory? 3. Does a volatile read behave just like a Monitor.Enter in terms of having aquire semantics, that everything in the thread's own copy of memory (and not just the volatile variable itself) gets synchronized with the latest values in the main memory, and vice versa? 4. What's the cost of using a volatile variable in comparison to using locks in Mono? Should I expect less overhead with a volatile variable rather than with locks, if all accesses to it must not be reordered? 5. What are the major differences between a Mono/CLR memory model and the Java memory model (after Java 5) that I should care about?Greetings,- RednaxelaFX _________________________________________________________________ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071004/89a9bbc3/attachment.html From rubenvive at gmail.com Thu Oct 4 15:39:57 2007 From: rubenvive at gmail.com (Ruben Guinez) Date: Thu, 4 Oct 2007 15:39:57 -0400 Subject: [Mono-list] SuSe 10.3 repositories for mono? Message-ID: Hi all. I want to know if is possible to install version for suse 10.2 of mono into suse 10.3 today? or is not recommended? What I have to do ?. Thanks in advance.... -- Rub?n D. Gu??ez G. Software Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071004/20cd633b/attachment.html From anagappan at novell.com Fri Oct 5 00:54:48 2007 From: anagappan at novell.com (Nagappan) Date: Fri, 05 Oct 2007 10:24:48 +0530 Subject: [Mono-list] SuSe 10.3 repositories for mono? In-Reply-To: References: Message-ID: <4705C398.3060309@novell.com> Hi, You can use this repository directly. http://download.opensuse.org/repositories/Mono/openSUSE_10.3/ Thanks Nagappan Ruben Guinez wrote: > Hi all. > I want to know if is possible to install version for suse 10.2 of mono > into suse 10.3 today? or is not recommended? > What I have to do ?. > > Thanks in advance.... > -- > Rub?n D. Gu??ez G. > Software Developer > ------------------------------------------------------------------------ > > _______________________________________________ > Mono-list maillist - Mono-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list > -- Nagappan A Novell Software Development (I) Pvt. Ltd. Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com/ Novell, Inc. SUSE? Linux Enterprise 10 Your Linux is ready? http://www.novell.com/linux From asterxpst at gmail.com Fri Oct 5 03:02:34 2007 From: asterxpst at gmail.com (=?KOI8-R?B?7cnIwcnMIPfBx8HOz9c=?=) Date: Fri, 5 Oct 2007 07:02:34 +0000 Subject: [Mono-list] .resx files Message-ID: Hello! I'm writing small asp.net site and need multilanuage support (via .resx files). Where can I find any information about aspx and resx files on mono? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071005/254989f6/attachment.html From brian at newmedio.com Fri Oct 5 09:26:32 2007 From: brian at newmedio.com (brian) Date: Fri, 05 Oct 2007 08:26:32 -0500 Subject: [Mono-list] mod_mono.so is a broken sym link Message-ID: <47063B88.3060709@newmedio.com> Hi all. wether I use mac ports or I build from source, mod_mono.so looks like [brian at brian ~/src/mod_mono-1.2.5]$ ls -l /opt/local/apache2/modules/mod_mono.so lrwxr-xr-x 1 root admin 17 Oct 4 14:04 /opt/local/apache2/modules/mod_mono.so -> mod_mono.0.0.0.so and mod_mono.0.0.0.so is nowhere to be found. "make all" deleted it. any ideas? I've tried building 1.2.5 and 1.1.16, both with the same outcome. I've got xsp 1.1.16 installed. as a side note, my goal here is really just to be able to use my mac for development related hosting. so if there is a way to skip using apache all together, in a sort of mongrel type way, that would serve me just as well. thanks! -- From cliff.brake at gmail.com Fri Oct 5 10:15:40 2007 From: cliff.brake at gmail.com (Cliff Brake) Date: Fri, 5 Oct 2007 10:15:40 -0400 Subject: [Mono-list] gtk-sharp packages available for openmoko phone Message-ID: Henryk Pl?tz has finished the gtk-sharp package and it is now available in the mono feed: add the following to a /etc/ipkg/*-feed.conf file: src/gz mono-armv4t http://dev.bec-systems.com/feed/openmoko/mono ipkg update ipkg install libgtk2.0-cil I have tested a simple mono gtk single window application. The following components are dependencies of libgtk2.0-cil and are installed automatically: libglib2.0-cil libgtk2.0-cil libmono-cairo1.0-cil libmono-corlib1.0-cil libmono-system1.0-cil mono mono-common mono-jit The above components only require 3.9MB of space -- that seems pretty decent for mono gtk support. The gtk-sharp OE recipe should also be a useful reference for how to add mono packages to OE. Cliff -- ======================= Cliff Brake http://bec-systems.com From rubenvive at gmail.com Fri Oct 5 10:37:27 2007 From: rubenvive at gmail.com (Ruben Guinez) Date: Fri, 5 Oct 2007 10:37:27 -0400 Subject: [Mono-list] SuSe 10.3 repositories for mono? In-Reply-To: <4705C398.3060309@novell.com> References: <4705C398.3060309@novell.com> Message-ID: On 10/5/07, Nagappan wrote: > > Hi, > > You can use this repository directly. > > http://download.opensuse.org/repositories/Mono/openSUSE_10.3/ > > Thanks > Nagappan Thanks you so much for your answer. Ruben Guinez wrote: > > Hi all. > > I want to know if is possible to install version for suse 10.2 of mono > > into suse 10.3 today? or is not recommended? > > What I have to do ?. > > > > Thanks in advance.... > > -- > > Rub?n D. Gu??ez G. > > Software Developer > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > Mono-list maillist - Mono-list at lists.ximian.com > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > -- > Nagappan A > Novell Software Development (I) Pvt. Ltd. > Linux Desktop Testing Project - http://ldtp.freedesktop.org > http://nagappanal.blogspot.com/ > > Novell, Inc. > SUSE(r) Linux Enterprise 10 > Your Linux is ready? > http://www.novell.com/linux > > -- Rub?n D. Gu??ez G. Software Developer -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071005/5e3b6052/attachment.html From brian at newmedio.com Fri Oct 5 10:41:44 2007 From: brian at newmedio.com (brian) Date: Fri, 05 Oct 2007 09:41:44 -0500 Subject: [Mono-list] mod_mono.so is a broken sym link In-Reply-To: <47063B88.3060709@newmedio.com> References: <47063B88.3060709@newmedio.com> Message-ID: <47064D28.1030403@newmedio.com> brian wrote: > Hi all. > > wether I use mac ports or I build from source, mod_mono.so looks like > [brian at brian ~/src/mod_mono-1.2.5]$ ls -l > /opt/local/apache2/modules/mod_mono.so lrwxr-xr-x 1 root admin 17 > Oct 4 14:04 /opt/local/apache2/modules/mod_mono.so -> mod_mono.0.0.0.so > > and mod_mono.0.0.0.so is nowhere to be found. "make all" deleted it. > any ideas? I've tried building 1.2.5 and 1.1.16, both with the same outcome. > > I've got xsp 1.1.16 installed. > > as a side note, my goal here is really just to be able to use my mac for > development related hosting. so if there is a way to skip using apache > all together, in a sort of mongrel type way, that would serve me just as > well. > > thanks! > > Ok about my side note there, I did a little RTF?M and found that xsp.exe is what I'm looking for. However, it doesn't seem to work for me. [brian at brian /opt/local/lib/xsp/test]$ MONO_OPTIONS=--debug xsp --verbose xsp Adding applications '/:.'... Registering application: Host: any Port: any Virtual path: / Physical path: /opt/local/lib/xsp/test Listening on port: 8080 (non-secure) Listening on address: 0.0.0.0 Root directory: /opt/local/lib/xsp/test Hit Return to stop the server. it opens the port: nmap localhost -p 8080 Starting Nmap 4.20 ( http://insecure.org ) at 2007-10-05 09:40 CDT Interesting ports on localhost (127.0.0.1): PORT STATE SERVICE 8080/tcp open http-proxy Nmap finished: 1 IP address (1 host up) scanned in 0.106 seconds but requests from firefox go unanswered. any ideas? -- From abe.gillespie at gmail.com Fri Oct 5 15:12:16 2007 From: abe.gillespie at gmail.com (Abe Gillespie) Date: Fri, 5 Oct 2007 15:12:16 -0400 Subject: [Mono-list] Compile Errors Message-ID: I'm on CentOS, 'uname -a' gives: Linux 2.6.9-023stab043.1-enterprise #1 SMP Mon Mar 5 16:58:09 MSK 2007 i686 i686 i386 GNU/Linux I'm compiling the latest source (1.2.5.1) and am getting the following error. Thanks for any help! -Abe System.Windows.Forms.RTF/RTF.cs(262,30): warning CS0652: A comparison between a constant and a variable is useless. The constant is out of the range of the variable type `char' Stacktrace: at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_object_new_fast (intptr) <0x00004> at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_object_new_fast (intptr) <0xffffffff> at Mono.CSharp.Expression.ExprClassFromMemberInfo (System.Type,System.Reflection.MemberInfo,Mono.CSharp.Location) <0x00107> at Mono.CSharp.Expression.MemberLookup (System.Type,System.Type,System.Type,string,System.Reflection.MemberTypes,System.Reflection.BindingFlags,Mono.CSharp.Location) <0x00543> at Mono.CSharp.Expression.MemberLookup (System.Type,System.Type,System.Type,string,Mono.CSharp.Location) <0x0001d> at Mono.CSharp.MemberAccess.DoResolve (Mono.CSharp.EmitContext,Mono.CSharp.Expression) <0x00240> at Mono.CSharp.MemberAccess.DoResolve (Mono.CSharp.EmitContext) <0x0000f> at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext,Mono.CSharp.ResolveFlags) <0x0012d> at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext) <0x00012> at Mono.CSharp.ElementAccess.CommonResolve (Mono.CSharp.EmitContext) <0x00024> at Mono.CSharp.ElementAccess.DoResolve (Mono.CSharp.EmitContext) <0x00015> at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext,Mono.CSharp.ResolveFlags) <0x0012d> at Mono.CSharp.Expression.Resolve (Mono.CSharp.EmitContext) <0x00012> at Mono.CSharp.Return.DoResolve (Mono.CSharp.EmitContext) <0x00173> at Mono.CSharp.Return.Resolve (Mono.CSharp.EmitContext) <0x00015> at Mono.CSharp.If.Resolve (Mono.CSharp.EmitContext) <0x001e6> at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext) <0x001cd> at Mono.CSharp.Switch.Resolve (Mono.CSharp.EmitContext) <0x00300> at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext) <0x001cd> at Mono.CSharp.For.Resolve (Mono.CSharp.EmitContext) <0x001a0> at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext) <0x001cd> at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext) <0x001cd> at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext,Mono.CSharp.ToplevelBlock,Mono.CSharp.Parameters,Mono.CSharp.IMethodData,bool&) <0x00163> at Mono.CSharp.EmitContext.EmitTopBlock (Mono.CSharp.IMethodData,Mono.CSharp.ToplevelBlock) <0x00047> at Mono.CSharp.MethodData.Emit (Mono.CSharp.DeclSpace) <0x0014c> at Mono.CSharp.AbstractPropertyEventMethod.EmitMethod (Mono.CSharp.DeclSpace) <0x00013> at Mono.CSharp.AbstractPropertyEventMethod.Emit (Mono.CSharp.DeclSpace) <0x00027> at Mono.CSharp.PropertyBase.Emit () <0x00048> at Mono.CSharp.TypeContainer.EmitType () <0x003d9> at Mono.CSharp.RootContext.EmitCode () <0x0007e> at Mono.CSharp.Driver.MainDriver (string[]) <0x00962> at Mono.CSharp.Driver.Main (string[]) <0x00055> at (wrapper runtime-invoke) Mono.CSharp.Driver.runtime_invoke_int_string[] (object,intptr,intptr,intptr) <0xffffffff> Native stacktrace: make[8]: *** [../../class/lib/default/System.Windows.Forms.dll] Terminated make[8]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/mcs/class/Managed.Windows.Forms' make[7]: *** [do-all] Error 2 make[7]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/mcs/class/Managed.Windows.Forms' make[6]: *** [all-recursive] Error 1 make[6]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/mcs/class' make[5]: *** [all-recursive] Error 1 make[5]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/mcs' make[4]: *** [profile-do--default--all] Error 2 make[4]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/mcs' make[3]: *** [profiles-do--all] Error 2 make[3]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/mcs' make[2]: *** [all-local] Error 2 make[2]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1/runtime' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/mono/1.2.5/mono-1.2.5.1' make: *** [all] Error 2 From abe.gillespie at gmail.com Fri Oct 5 15:27:33 2007 From: abe.gillespie at gmail.com (Abe Gillespie) Date: Fri, 5 Oct 2007 15:27:33 -0400 Subject: [Mono-list] Compile Errors In-Reply-To: References: <3652.132.203.134.15.1191611961.squirrel@pro.SoftHome.net> Message-ID: >From the release downloads. No repository check-out nonsense. Maybe I should also note that I had no problem compiling 1.2.4. Thanks! > On 10/5/07, Adrien Dessemond wrote: > > > > > > On Fri, October 5, 2007 3:12 pm, Abe Gillespie wrote: > > > I'm on CentOS, 'uname -a' gives: > > > > > > Linux 2.6.9-023stab043.1-enterprise #1 SMP Mon Mar 5 16:58:09 MSK 2007 > > > i686 i686 i386 GNU/Linux > > > > > > I'm compiling the latest source (1.2.5.1) and am getting the following > > > error. Thanks for any help! > > > > Did you get the source from the 'stable release' archive or via the SVN > > repository ? > > > > > > > From xcap2000 at gmail.com Fri Oct 5 18:01:44 2007 From: xcap2000 at gmail.com (Carlos Adriano Portes) Date: Fri, 5 Oct 2007 19:01:44 -0300 Subject: [Mono-list] Install latest mono and monodevelop on OpenSuse 10.3 Message-ID: <9a034090710051501u698259ffp1ecab75a714d17ee@mail.gmail.com> Hi friends I would like very much to now how to install mono and latest monodevelop on my opensuse 10.3. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071005/b92074f4/attachment.html From anagappan at novell.com Fri Oct 5 22:41:26 2007 From: anagappan at novell.com (A Nagappan) Date: Fri, 05 Oct 2007 20:41:26 -0600 Subject: [Mono-list] Install latest mono and monodevelop on OpenSuse 10.3 Message-ID: <47074330020000440000D1A3@lucius.provo.novell.com> Hi, Configure this in your YaST http://download.opensuse.org/repositories/Mono/openSUSE_10.3/ :) Thanks Nagappan -- Nagappan A Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com Novell, Inc. SUSE? Linux Enterprise 10 Your Linux is ready? http://www.novell.com/linux >>> "Carlos Adriano Portes" 10/06/07 3:31 AM >>> Hi friends I would like very much to now how to install mono and latest monodevelop on my opensuse 10.3. Thanks in advance. From brian at newmedio.com Sat Oct 6 16:18:36 2007 From: brian at newmedio.com (brian) Date: Sat, 06 Oct 2007 15:18:36 -0500 Subject: [Mono-list] mod_mono.so is a broken sym link In-Reply-To: <47063B88.3060709@newmedio.com> References: <47063B88.3060709@newmedio.com> Message-ID: <4707ED9C.3030804@newmedio.com> brian wrote: > Hi all. > > wether I use mac ports or I build from source, mod_mono.so looks like > [brian at brian ~/src/mod_mono-1.2.5]$ ls -l > /opt/local/apache2/modules/mod_mono.so lrwxr-xr-x 1 root admin 17 > Oct 4 14:04 /opt/local/apache2/modules/mod_mono.so -> mod_mono.0.0.0.so > > and mod_mono.0.0.0.so is nowhere to be found. "make all" deleted it. > any ideas? I've tried building 1.2.5 and 1.1.16, both with the same outcome. > > I've got xsp 1.1.16 installed. > > as a side note, my goal here is really just to be able to use my mac for > development related hosting. so if there is a way to skip using apache > all together, in a sort of mongrel type way, that would serve me just as > well. > > thanks! > > ok the official os x package of MonoFramework1.2.5 has an xsp that works. macports xsp is broken. -- From ble.jurado at gmail.com Sun Oct 7 05:51:12 2007 From: ble.jurado at gmail.com (Carlos Ble) Date: Sun, 7 Oct 2007 10:51:12 +0100 Subject: [Mono-list] monodevelop performance Message-ID: <31c4dea90710070251k2c1712cene56e579ed3d29e79@mail.gmail.com> Hi guys, For some reason the combination of Beagle and MonoDevelop kills my machine (ubuntu gutsy). The pc is 100% busy reading the disk all the time. It is impossible to use the computer. This could be an entry in the MonoDevelop site FAQs: If the performance is awful kill beagle to see if that is the problem. By the way, MD 0.16 is very cool!!! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071007/993c4cf1/attachment.html From murthy.sudarshan at gmail.com Sun Oct 7 17:31:03 2007 From: murthy.sudarshan at gmail.com (murthy.sudarshan) Date: Sun, 7 Oct 2007 14:31:03 -0700 Subject: [Mono-list] Some questions related to System.Xml in Mono 1.2.5.1 Message-ID: <000001c80929$5da60690$4801a8c0@nawIna> Hello, I have downloaded Mono 1.2.5.1 and have a couple of questions related to System.Xml. * What role do the Mono.Xml.* packages play in System.Xml(.*)? I see that the two sets of packages depend on each other, but can't figure out the need for the Mono.Xml(.*) packages. * Compiling the System.Xml portion (along with the related Mono packages) reports three errors, all related to parsing - 1. System.Xml.XPath, Tokenizer.cs references an undefined base class "yyParser.yyInput" - 2. Mono.Xml.Xsl, Compiler.cs references undefined classes XPathParser and XsltPatternParser (on Lines 367 and 368 respectively). It seems that these two errors are related. Based on my reading on the web, it seems like Jay is used to generate the classes XPathParser and XsltPatternParser. Also, it seems like the make process uses a jay file and some template code to generate these classes. Is my understanding correct? I am curious about the rationale for not including the necessary code Jay generates in the tar. Including the code would immensely help poor souls like me (who are just trying to read and understand code). I had greatly appreciate it if one of you posts the generated code? Alternatively, it would be useful to have instructions to generate the necessary code in MS Windows environment without having to build the entire distribution (which seems virtually impossible to do in VS 2005) Thanks in advance, sm. From andriy.tkach at stu-electronics.com Mon Oct 8 02:09:23 2007 From: andriy.tkach at stu-electronics.com (Andrey Tkach) Date: Mon, 8 Oct 2007 09:09:23 +0300 Subject: [Mono-list] .resx files In-Reply-To: Message-ID: <200710080609.l9869NfH026022@stu-electronics.com> Support of .resx is exactly the same as in its implementation from Microsoft. So we didn't have the problems while migration language support code from MS to Mono at all. So you may check MSDN for the info Andrey Tkach _____ From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of ?????? ??????? Sent: Friday, October 05, 2007 10:03 AM To: mono-list at lists.ximian.com Subject: [Mono-list] .resx files Hello! I'm writing small asp.net site and need multilanuage support (via .resx files). Where can I find any information about aspx and resx files on mono? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071008/87863320/attachment-0001.html From andriy.tkach at stu-electronics.com Mon Oct 8 02:56:14 2007 From: andriy.tkach at stu-electronics.com (Andrey Tkach) Date: Mon, 8 Oct 2007 09:56:14 +0300 Subject: [Mono-list] Does Mobile Web Application created in visual studio2005 works in mono In-Reply-To: <007501c8059f$383fe6b0$a8bfb410$@com> Message-ID: <200710080656.l986uDCS027404@stu-electronics.com> Hi, As far as I know a year ago System.Web.Mobile was not implemented in Mono. So we had to invent our own controls that render wml. Later I connected WURFL to this project for better detection of devices. It was real pain in the ass, in comparison with just using System.Web.Mobile in VS for .NET Sincerely, Andrey Tkach -----Original Message----- From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of Jyoti Seth Sent: Wednesday, October 03, 2007 12:24 PM To: mono-list at lists.ximian.com Subject: [Mono-list] Does Mobile Web Application created in visual studio2005 works in mono Hi All, I have to develop mobile web application using ASP.Net in visual studio 2005. I am not sure whether this will work in mono. Please let me know if someone has idea. Thanks, Jyoti Seth _______________________________________________ Mono-list maillist - Mono-list at lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list From lluis at ximian.com Mon Oct 8 06:06:58 2007 From: lluis at ximian.com (Lluis Sanchez) Date: Mon, 08 Oct 2007 12:06:58 +0200 Subject: [Mono-list] monodevelop performance In-Reply-To: <31c4dea90710070251k2c1712cene56e579ed3d29e79@mail.gmail.com> References: <31c4dea90710070251k2c1712cene56e579ed3d29e79@mail.gmail.com> Message-ID: <1191838018.4729.0.camel@portador.site> El dg 07 de 10 del 2007 a les 10:51 +0100, en/na Carlos Ble va escriure: > Hi guys, > For some reason the combination of Beagle and MonoDevelop kills my > machine (ubuntu gutsy). The pc is 100% busy reading the disk all the > time. > It is impossible to use the computer. This could be an entry in the > MonoDevelop site FAQs: If the performance is awful kill beagle to > see if that is the problem. See http://www.monodevelop.com/Inotify_Watches_Limit. This might fix your problem. > By the way, MD 0.16 is very cool!!! Thanks! Lluis. From ble.jurado at gmail.com Mon Oct 8 06:07:22 2007 From: ble.jurado at gmail.com (Carlos Ble) Date: Mon, 8 Oct 2007 11:07:22 +0100 Subject: [Mono-list] monodevelop performance In-Reply-To: <1191838018.4729.0.camel@portador.site> References: <31c4dea90710070251k2c1712cene56e579ed3d29e79@mail.gmail.com> <1191838018.4729.0.camel@portador.site> Message-ID: <31c4dea90710080307q7dfffa0cpb5165f04451aecbe@mail.gmail.com> Hi Lluis, I've tryied that already, even to the maximun value and there is no improvement. Thanks 2007/10/8, Lluis Sanchez : > > El dg 07 de 10 del 2007 a les 10:51 +0100, en/na Carlos Ble va escriure: > > Hi guys, > > For some reason the combination of Beagle and MonoDevelop kills my > > machine (ubuntu gutsy). The pc is 100% busy reading the disk all the > > time. > > It is impossible to use the computer. This could be an entry in the > > MonoDevelop site FAQs: If the performance is awful kill beagle to > > see if that is the problem. > > See http://www.monodevelop.com/Inotify_Watches_Limit. This might fix > your problem. > > > By the way, MD 0.16 is very cool!!! > > Thanks! > Lluis. > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071008/9d84d22e/attachment.html From abe.gillespie at gmail.com Mon Oct 8 14:26:10 2007 From: abe.gillespie at gmail.com (Abe Gillespie) Date: Mon, 8 Oct 2007 14:26:10 -0400 Subject: [Mono-list] Compile Errors In-Reply-To: <3669.132.203.134.15.1191613470.squirrel@pro.SoftHome.net> References: <3652.132.203.134.15.1191611961.squirrel@pro.SoftHome.net> <3669.132.203.134.15.1191613470.squirrel@pro.SoftHome.net> Message-ID: OK, still having the same problems after doing as you suggested. Note - I ran "make uninstall" on 1.2.4 before I started any upgrading to 1.2.5 ... so I shouldn't have run into mismatched versioning anyhow. Even worse is I can't get 1.2.4 to compile anymore either. It fails in the same fashion. I always make sure I unpack a fresh tarball and start clean any time I attempt this. And all the /usr/local/* dirs are free from any mono remnants. One thing I did notice is running "locate mono" gives me this: /usr/share/terminfo/a/ansi80x60-mono /usr/share/terminfo/a/ansil-mono /usr/share/terminfo/a/ansi80x50-mono /usr/share/terminfo/a/ansi80x25-mono /usr/share/terminfo/a/ansi80x43-mono /usr/share/terminfo/a/ansi80x30-mono /usr/share/terminfo/a/ansis-mono /usr/share/terminfo/a/ansi-mono /usr/share/terminfo/b/bsdos-pc-mono /usr/share/terminfo/i/ibmmono /usr/share/terminfo/i/ibmpc3r-mono /usr/share/terminfo/m/mono-emx /usr/share/terminfo/p/pcansi-mono /usr/share/terminfo/q/qnxtmono Could these be getting in the way / are they even anything to do with Mono? I'm not sure what terminfo does ... Any ideas? Thanks! -Abe On 10/5/07, Adrien Dessemond wrote: > > On Fri, October 5, 2007 3:27 pm, Abe Gillespie wrote: > >>From the release downloads. No repository check-out nonsense. Maybe > > I should also note that I had no problem compiling 1.2.4. > > > > Thanks! > > I see where the problem /could/ come from : if you had installed Mono > 1.2.4 on the machine, it could interfere for a reason or another. > Here is how I compiled : > > 1a. export PATH=/opt/mono-1.2.5.1:$PATH > 1b. export PKG_CONFIG_PATH=/opt/mono-1.2.5.1/lib/pkgconfig:$PKG_CONFIG_PATH > (it doesn't matter if /opt/mono-1.2.5.1 does not exists yet, but it is > really important to put it first in the paths sequence) > 2. download and unpack mono-1.2.5.1.tar.bz2 (or .gz) > 3. chdir to the directory where you un packed Mono and do a ./configure > --prefix=/opt/mono-1.2.5.1 > 4. make > 5. make install (as root) > > I hope it will help you :-) > > > From opgenorth at gmail.com Mon Oct 8 16:34:23 2007 From: opgenorth at gmail.com (Tom Opgenorth) Date: Mon, 8 Oct 2007 14:34:23 -0600 Subject: [Mono-list] System.Web.MVC Message-ID: <140160570710081334l11816dcfqb6c76535aafa9059@mail.gmail.com> Not to sure where (or if) to ask this but.... I sat in on Scott Guthrie's demo of the new MVC framework for .NET. It definately was a hit with me, and there is a lot of talk about how this will be a MonoRail killer. Now granted that this hasn't even been released yet, but has there been any thought as when/if this will make it's way into Mono? From murthy.sudarshan at gmail.com Mon Oct 8 20:03:40 2007 From: murthy.sudarshan at gmail.com (murthy.sudarshan) Date: Mon, 8 Oct 2007 17:03:40 -0700 Subject: [Mono-list] Like some help compiling Mono 1.2.5.1 Message-ID: <000001c80a07$daa9f780$4801a8c0@nawIna> Hello, I need some help troubleshooting errors I get when I build Mono 1.2.5.1. FYI, I followed the instructions to build Mono found at http://shana.iidbbs.com/en/mono_cygwin_tutorial.html Here are the results from my attempt to build: Step 1. Completed: ./configure --prefix=/usr/local Step 2. make. Ends with the 2 errors. The tail of the report from make is shown just before my signature. The last five lines show the problem. I have posted the complete log file online. - http://www.sixml.org/makelog_2_0 : Log for .NET 2.0 generated by running "make clean PROFILE=net_2_0". I assume this is how I ask to build for .NET 2.0. - http://www.sixml.org/makelog : Log when make is run without specifying any PROFILE. BTW, I am only interested in generating the XPath and XSLT parsers from Jay. Is there an easier way to do this, without building Mono completely? Of course, an even easier way is to just get the generated parsers from someone, but I will try the current approach until a Good Samaritan comes along with the parsers :) If I successfully generate the parsers before then, I will post them online for others like me. Making clean in dis make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/dis' rm -f monodis.exe monodis rm -rf .libs _libs test -z "libmonodis.a" || rm -f libmonodis.a rm -f *.o rm -f *.lo make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/dis' Making clean in mini make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/mini' .deps/genmdesc-genmdesc.Po:1: *** multiple target patterns. Stop. make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/mini' make[1]: *** [clean-recursive] Error 1 make[1]: Leaving directory `/usr/src/mono-1.2.5.1/mono' make: *** [clean-recursive] Error 1 Thanks, sm. -----Original Message----- From: mono-list-bounces at lists.ximian.com [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of murthy.sudarshan Sent: Sunday, October 07, 2007 2:31 PM To: mono-list at lists.ximian.com Subject: [Mono-list] Some questions related to System.Xml in Mono 1.2.5.1 Hello, I have downloaded Mono 1.2.5.1 and have a couple of questions related to System.Xml. * What role do the Mono.Xml.* packages play in System.Xml(.*)? I see that the two sets of packages depend on each other, but can't figure out the need for the Mono.Xml(.*) packages. * Compiling the System.Xml portion (along with the related Mono packages) reports three errors, all related to parsing - 1. System.Xml.XPath, Tokenizer.cs references an undefined base class "yyParser.yyInput" - 2. Mono.Xml.Xsl, Compiler.cs references undefined classes XPathParser and XsltPatternParser (on Lines 367 and 368 respectively). It seems that these two errors are related. Based on my reading on the web, it seems like Jay is used to generate the classes XPathParser and XsltPatternParser. Also, it seems like the make process uses a jay file and some template code to generate these classes. Is my understanding correct? I am curious about the rationale for not including the necessary code Jay generates in the tar. Including the code would immensely help poor souls like me (who are just trying to read and understand code). I had greatly appreciate it if one of you posts the generated code? Alternatively, it would be useful to have instructions to generate the necessary code in MS Windows environment without having to build the entire distribution (which seems virtually impossible to do in VS 2005) Thanks in advance, sm. _______________________________________________ Mono-list maillist - Mono-list at lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list From abe.gillespie at gmail.com Tue Oct 9 01:47:56 2007 From: abe.gillespie at gmail.com (Abe Gillespie) Date: Tue, 9 Oct 2007 01:47:56 -0400 Subject: [Mono-list] Can't compile cont... Message-ID: I'm starting to suspect there's a problem with my glib library (perhaps different versions installed from yum and those installed by my host???) because I'm getting: GLib: Cannot convert message: Could not open converter from 'UTF-8' to 'ANSI_X3.4-1968' The only real change I can think of between when I could build 1.2.4 fine and now where I can't build the latest OR 1.2.4 is perhaps something I installed with yum ... and perhaps one of the dependencies was glib??? Unfortunately using --with-glib=embedded causes a whole slew of other errors. Any ideas? I'd appreciate any help someone might offer - I'm hoping to use my Linux Host and Mono to run a Facebook app I'm working on. Thanks! -Abe From andyhume32 at yahoo.co.uk Tue Oct 9 05:40:28 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Tue, 9 Oct 2007 10:40:28 +0100 Subject: [Mono-list] Like some help compiling Mono 1.2.5.1 In-Reply-To: <000001c80a07$daa9f780$4801a8c0@nawIna> References: <000001c80a07$daa9f780$4801a8c0@nawIna> Message-ID: <01b601c80a58$6dec1f50$0302a8c0@alanpc1> > -----Original Message----- > From: mono-list-bounces at lists.ximian.com > [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of > murthy.sudarshan > Sent: 09 October 2007 01:04 > To: mono-list at lists.ximian.com > Subject: [Mono-list] Like some help compiling Mono 1.2.5.1 > > Hello, > > I need some help troubleshooting errors I get when I build > Mono 1.2.5.1. > FYI, I followed the instructions to build Mono found at > http://shana.iidbbs.com/en/mono_cygwin_tutorial.html > But not quite closely enough. :-,) From there: "The make version that comes with cygwin does not handle dos-style paths in pc files well, and will cause **"multiple target patterns"** errors when compiling Mono." That's the error you are seeing. I don't know about the other bits. [...] > Making clean in dis > make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/dis' > rm -f monodis.exe monodis > rm -rf .libs _libs > test -z "libmonodis.a" || rm -f libmonodis.a rm -f *.o rm -f *.lo > make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/dis' > Making clean in mini > make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/mini' > .deps/genmdesc-genmdesc.Po:1: *** multiple target patterns. Stop. > make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/mini' > make[1]: *** [clean-recursive] Error 1 > make[1]: Leaving directory `/usr/src/mono-1.2.5.1/mono' > make: *** [clean-recursive] Error 1 From shana.ufie at gmail.com Tue Oct 9 08:43:43 2007 From: shana.ufie at gmail.com (Andreia Gaita) Date: Tue, 9 Oct 2007 13:43:43 +0100 Subject: [Mono-list] Winforms WebBrowser control - call for apps Message-ID: <3ec1038d0710090543r393373ebl8ad2f257052a34a2@mail.gmail.com> Hear ye, Hear ye! I would like to test winforms .net applications that use the WebBrowser control, and I need your feedback on what applications are out there that use it. If you have one, or you know of one, please let me know. Thanx! andreia gaita -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071009/bcb78180/attachment-0001.html From murthy.sudarshan at gmail.com Tue Oct 9 10:25:39 2007 From: murthy.sudarshan at gmail.com (murthy.sudarshan) Date: Tue, 9 Oct 2007 07:25:39 -0700 Subject: [Mono-list] Like some help compiling Mono 1.2.5.1 In-Reply-To: <01b601c80a58$6dec1f50$0302a8c0@alanpc1> Message-ID: <000501c80a80$44fc3490$4801a8c0@nawIna> Thanks Andy for setting me right. I have now built Mono without problems. BTW, I also managed to generate the parsers System.Xml needs, without having to build Mono completely. I will post the procedure and the parsers themselves in the next day or two. Thanks, sm. -----Original Message----- From: Andy Hume [mailto:andyhume32 at yahoo.co.uk] Sent: Tuesday, October 09, 2007 2:40 AM To: smurthy at cs.pdx.edu; mono-list at lists.ximian.com Subject: RE: [Mono-list] Like some help compiling Mono 1.2.5.1 > -----Original Message----- > From: mono-list-bounces at lists.ximian.com > [mailto:mono-list-bounces at lists.ximian.com] On Behalf Of > murthy.sudarshan > Sent: 09 October 2007 01:04 > To: mono-list at lists.ximian.com > Subject: [Mono-list] Like some help compiling Mono 1.2.5.1 > > Hello, > > I need some help troubleshooting errors I get when I build > Mono 1.2.5.1. > FYI, I followed the instructions to build Mono found at > http://shana.iidbbs.com/en/mono_cygwin_tutorial.html > But not quite closely enough. :-,) From there: "The make version that comes with cygwin does not handle dos-style paths in pc files well, and will cause **"multiple target patterns"** errors when compiling Mono." That's the error you are seeing. I don't know about the other bits. [...] > Making clean in dis > make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/dis' rm -f > monodis.exe monodis rm -rf .libs _libs > test -z "libmonodis.a" || rm -f libmonodis.a rm -f *.o rm -f *.lo > make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/dis' > Making clean in mini > make[2]: Entering directory `/usr/src/mono-1.2.5.1/mono/mini' > .deps/genmdesc-genmdesc.Po:1: *** multiple target patterns. Stop. > make[2]: Leaving directory `/usr/src/mono-1.2.5.1/mono/mini' > make[1]: *** [clean-recursive] Error 1 > make[1]: Leaving directory `/usr/src/mono-1.2.5.1/mono' > make: *** [clean-recursive] Error 1 From nathan.trimble at pnl.gov Tue Oct 9 12:52:07 2007 From: nathan.trimble at pnl.gov (Trimble, Nathan G) Date: Tue, 9 Oct 2007 09:52:07 -0700 Subject: [Mono-list] PKCS7 Mail Message-ID: I need some advice for programmatically creating smime email. I have been trying to use MailMessage, EnvelopedCms, and X509Certificate2 under .Net 2.0 to create an encrypted mail message. I have a certificate from my organization's pki in .p7c pkcs7 format. When I try to create an X509Certificate2 object using it I get an exception. It would appear that format is not supported using this class. I'm now looking at the Mono.Security.X509 namespace. Does anyone know if there is something in Mono I could use to get a .p7c certificate imported into my program for this purpose? Thanks. N8 Trimble 509.375.6413 nathan.trimble at pnl.gov From sebastien.pouliot at gmail.com Tue Oct 9 13:26:03 2007 From: sebastien.pouliot at gmail.com (Sebastien Pouliot) Date: Tue, 09 Oct 2007 13:26:03 -0400 Subject: [Mono-list] PKCS7 Mail In-Reply-To: References: Message-ID: <1191950763.26264.40.camel@poupou.home> Hello Nathan, On Tue, 2007-10-09 at 09:52 -0700, Trimble, Nathan G wrote: > I need some advice for programmatically creating smime email. I have > been trying to use MailMessage, EnvelopedCms, and X509Certificate2 under > .Net 2.0 to create an encrypted mail message. I have a certificate from > my organization's pki in .p7c pkcs7 format. When I try to create an > X509Certificate2 object using it I get an exception. hmm... I'm surprised since 2.0 supports many formats > It would appear > that format is not supported using this class. IIRC Windows uses p7c files as a structure than contains a collection of certificates (and CRL). This is similar to the SPC format(*) used for Authenticode (which is supported by mono). (*) well SPC is a (very) small subset of PKCS#7 > I'm now looking at the > Mono.Security.X509 namespace. Does anyone know if there is something in > Mono I could use to get a .p7c certificate imported into my program for > this purpose? Thanks. Quick answer: yes Long answer: It depends. Mono.Security provides low-level API, down to ASN.1 decoding, so you can, in theory, decode anything (as long as you write the source to do so). Mono.Security contains some classes that can be useful (e.g. the SPC decoding) and other PKCS#7 related code (mostly for Authenticode). However it's not clear it they will work, as is, on you .p7c file. > N8 Trimble > 509.375.6413 > nathan.trimble at pnl.gov > _______________________________________________ > Mono-list maillist - Mono-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list From miguel at ximian.com Tue Oct 9 11:55:04 2007 From: miguel at ximian.com (Miguel de Icaza) Date: Tue, 09 Oct 2007 11:55:04 -0400 Subject: [Mono-list] [Mono-winforms-list] Winforms WebBrowser control - call for apps In-Reply-To: <3ec1038d0710090543r393373ebl8ad2f257052a34a2@mail.gmail.com> References: <3ec1038d0710090543r393373ebl8ad2f257052a34a2@mail.gmail.com> Message-ID: <1191945305.12313.77.camel@erandi.dom> Hello, > I would like to test winforms .net applications that use the > WebBrowser control, and I need your feedback on what applications are > out there that use it. If you have one, or you know of one, please let > me know. Use the archives that I posted to the internal mailing list, they contain full data about who is using the WebControl, and some contain urls. From abe.gillespie at gmail.com Tue Oct 9 13:55:42 2007 From: abe.gillespie at gmail.com (Abe Gillespie) Date: Tue, 9 Oct 2007 13:55:42 -0400 Subject: [Mono-list] Mono compile success Message-ID: Turns out my hosted server was just simply running out of memory. Coincidentally enough, my hosting provider (eapps) just upgraded their standard package which bumped up the memory from 128M to 160M. My server simply hadn't yet gotten the free upgrade. Once their support got me upgraded I was able to successfully build and install Mono 1.2.5.1. On the plus side, this process has allowed me to surmise the absolute minimum memory necessary to install Mono. Top reported almost 100% usage of 160M when compiling Managed.Windows.Forms. So, for me, memory usage *just* squeaked by building with 160M. Thanks Miguel et. al for your amazing effort. Hopefully I'll be reporting back with a Facebook app success story. -Abe From shana.ufie at gmail.com Tue Oct 9 18:16:56 2007 From: shana.ufie at gmail.com (Andreia Gaita) Date: Tue, 9 Oct 2007 23:16:56 +0100 Subject: [Mono-list] [Mono-dev] Winforms WebBrowser control - call for apps In-Reply-To: References: <3ec1038d0710090543r393373ebl8ad2f257052a34a2@mail.gmail.com> Message-ID: <3ec1038d0710091516u22aff53au575e1cbe2021005e@mail.gmail.com> On 10/9/07, Adar Wesley wrote: > > Hi Andreia, > > Is this implementation a wrapper around IE and/or Windows specific? > It is a wrapper for Mozilla, so it's not windows-specific. It runs on Linux and Windows at the moment. I have a sample application that hosts the WebBrowser control on a WinForms > application. > In this sample I do the following: > 1. derive from the WebBrowser control. > 2. overrid the Site associated with the browser by overriding > CreateWebBrowserSiteBase. > 3. Hook up the DWebBrowserEvents2 events > 4. Interact with the hosted JavaScript by supplying ObjectForScripting. > 5. Inject some JavaScript to the browser scripting environment. > 6. A little more Win32 and COM interop magic to override the scripting > environment window.open and window.close methods so I can control > where popup windows are opened. > Very interesting, thank you for the feedback. What you describe is not supported right now, but I would love to have a test case for this to help my implementation, it would be immensely useful. :) andreia gaita -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071009/9e2fb23d/attachment.html From ben at galactic-tales.de Tue Oct 9 18:32:01 2007 From: ben at galactic-tales.de (Benjamin Podszun) Date: Wed, 10 Oct 2007 00:32:01 +0200 (CEST) Subject: [Mono-list] Samples for XPCom, specifically the Virtualbox api Message-ID: Hi there. I'm a .Net developer and recently started to evaluate Virtualbox [1]. Their guys are quite friendly and helpful on IRC and told me that apart from the native C++ samples using their XPCom api there are some other samples as well - like the one Miguel postet on his blog [2]. Obviously he got it from Jonathan (whose blog is linked from that entry, see [3]). I had the somewhat stupid idea to drop into the mono irc channel some time ago and ask if one of those guys is available and was sent back to this ml. I'd love to get my hands on the samples that support those blog entries and it would be awesome if someone has a small, short introduction on this topic (but the source on its own would be more than enough, of course). Is there any chance to get this stuff from one of you guys? Is this the right place to discuss about (app-specific) xpcom stuff? Regards and thanks in advance, Ben 1: http://virtualbox.org/ 2: http://tirania.org/blog/archive/2007/Aug-28.html 3: http://jonathanchambers.blogspot.com/ From vsviridov at exceede.com Tue Oct 9 19:27:30 2007 From: vsviridov at exceede.com (Vasili Sviridov) Date: Tue, 09 Oct 2007 16:27:30 -0700 Subject: [Mono-list] CS2008 : Can't dig to the source of the problem. Message-ID: <470C0E62.4030405@exceede.com> Hello all, I have an apache server with mono installed and AutoHosting enabled. Despite having several successful tests with mono on my server most of the time when I try to access an application I get following response from the server --- Compilation Error Description: Error compiling a resource required to service this request. Review your source file and modify it to fix this error. Error message: (0,0) : error CS2008: No files to compile were specified Source File: 10/9/2007 11:19:24 PM --- **Source file may contain only <%@ Page declaration and some text, no other source code involved. All processes have RW access to the folder, mod-mono-server2 process is started normally... When I try to access the app by manually running xsp2 process in the site's folder - I get same output and no error messages in the console, even with (--verbose) option enabled. Would could cause this behaviour? Thanks, V. From joelwreed at gmail.com Wed Oct 10 10:12:26 2007 From: joelwreed at gmail.com (Joel Reed) Date: Wed, 10 Oct 2007 10:12:26 -0400 Subject: [Mono-list] mod_mono.so is a broken sym link In-Reply-To: <47064D28.1030403@newmedio.com> References: <47063B88.3060709@newmedio.com> <47064D28.1030403@newmedio.com> Message-ID: <20071010141225.GA8543@localdomain> On Fri, Oct 05, 2007 at 09:41:44AM -0500, brian wrote: > brian wrote: > > Hi all. > > > > wether I use mac ports or I build from source, mod_mono.so looks like > > [brian at brian ~/src/mod_mono-1.2.5]$ ls -l > > /opt/local/apache2/modules/mod_mono.so lrwxr-xr-x 1 root admin 17 > > Oct 4 14:04 /opt/local/apache2/modules/mod_mono.so -> mod_mono.0.0.0.so > > > > and mod_mono.0.0.0.so is nowhere to be found. "make all" deleted it. > > any ideas? I've tried building 1.2.5 and 1.1.16, both with the same outcome. > > > > I've got xsp 1.1.16 installed. > > > > as a side note, my goal here is really just to be able to use my mac for > > development related hosting. so if there is a way to skip using apache > > all together, in a sort of mongrel type way, that would serve me just as > > well. > > > > thanks! > > > > > Ok about my side note there, I did a little RTF?M and found that xsp.exe > is what I'm looking for. However, it doesn't seem to work for me. > > [brian at brian /opt/local/lib/xsp/test]$ MONO_OPTIONS=--debug xsp --verbose > xsp > Adding applications '/:.'... > Registering application: > Host: any > Port: any > Virtual path: / > Physical path: /opt/local/lib/xsp/test > Listening on port: 8080 (non-secure) > Listening on address: 0.0.0.0 > Root directory: /opt/local/lib/xsp/test > Hit Return to stop the server. > > it opens the port: > nmap localhost -p 8080 > > Starting Nmap 4.20 ( http://insecure.org ) at 2007-10-05 09:40 CDT > Interesting ports on localhost (127.0.0.1): > PORT STATE SERVICE > 8080/tcp open http-proxy > > Nmap finished: 1 IP address (1 host up) scanned in 0.106 seconds > > but requests from firefox go unanswered. any ideas? With firefox, you did use http://127.0.0.1:8080/ right? jr From joelwreed at gmail.com Wed Oct 10 10:20:17 2007 From: joelwreed at gmail.com (Joel Reed) Date: Wed, 10 Oct 2007 10:20:17 -0400 Subject: [Mono-list] Compile Errors In-Reply-To: References: <3652.132.203.134.15.1191611961.squirrel@pro.SoftHome.net> <3669.132.203.134.15.1191613470.squirrel@pro.SoftHome.net> Message-ID: <20071010142017.GC8543@localdomain> On Mon, Oct 08, 2007 at 02:26:10PM -0400, Abe Gillespie wrote: > OK, still having the same problems after doing as you suggested. Note > - I ran "make uninstall" on 1.2.4 before I started any upgrading to > 1.2.5 ... so I shouldn't have run into mismatched versioning anyhow. > > Even worse is I can't get 1.2.4 to compile anymore either. It fails > in the same fashion. I always make sure I unpack a fresh tarball and > start clean any time I attempt this. And all the /usr/local/* dirs > are free from any mono remnants. > > One thing I did notice is running "locate mono" gives me this: > /usr/share/terminfo/a/ansi80x60-mono > /usr/share/terminfo/a/ansil-mono > /usr/share/terminfo/a/ansi80x50-mono > /usr/share/terminfo/a/ansi80x25-mono > /usr/share/terminfo/a/ansi80x43-mono > /usr/share/terminfo/a/ansi80x30-mono > /usr/share/terminfo/a/ansis-mono > /usr/share/terminfo/a/ansi-mono > /usr/share/terminfo/b/bsdos-pc-mono > /usr/share/terminfo/i/ibmmono > /usr/share/terminfo/i/ibmpc3r-mono > /usr/share/terminfo/m/mono-emx > /usr/share/terminfo/p/pcansi-mono > /usr/share/terminfo/q/qnxtmono > > Could these be getting in the way / are they even anything to do with > Mono? I'm not sure what terminfo does ... these files have nothing to do with mono and should in no way effect your ability to build mono 1.2.5.1 jr From joelwreed at gmail.com Wed Oct 10 10:21:27 2007 From: joelwreed at gmail.com (Joel Reed) Date: Wed, 10 Oct 2007 10:21:27 -0400 Subject: [Mono-list] System.Web.MVC In-Reply-To: <140160570710081334l11816dcfqb6c76535aafa9059@mail.gmail.com> References: <140160570710081334l11816dcfqb6c76535aafa9059@mail.gmail.com> Message-ID: <20071010142127.GD8543@localdomain> On Mon, Oct 08, 2007 at 02:34:23PM -0600, Tom Opgenorth wrote: > Not to sure where (or if) to ask this but.... > > I sat in on Scott Guthrie's demo of the new MVC framework for .NET. > It definately was a hit with me, and there is a lot of talk about how > this will be a MonoRail killer. Now granted that this hasn't even > been released yet, but has there been any thought as when/if this will > make it's way into Mono? AFAIK, there are no current plans to work on this. jr From joelwreed at gmail.com Wed Oct 10 10:27:13 2007 From: joelwreed at gmail.com (Joel Reed) Date: Wed, 10 Oct 2007 10:27:13 -0400 Subject: [Mono-list] CS2008 : Can't dig to the source of the problem. In-Reply-To: <470C0E62.4030405@exceede.com> References: <470C0E62.4030405@exceede.com> Message-ID: <20071010142713.GF8543@localdomain> On Tue, Oct 09, 2007 at 04:27:30PM -0700, Vasili Sviridov wrote: > Hello all, > > I have an apache server with mono installed and AutoHosting enabled. > > Despite having several successful tests with mono on my server most of > the time when I try to access an application I get following response > from the server > > --- > Compilation Error > Description: Error compiling a resource required to service this > request. Review your source file and modify it to fix this error. > Error message: > (0,0) : error CS2008: No files to compile were specified > Source File: > > 10/9/2007 11:19:24 PM > --- > > **Source file may contain only <%@ Page declaration and some text, no > other source code involved. please post a small sample page / test case that demonstrates this problem. jr From abe.gillespie at gmail.com Wed Oct 10 11:00:56 2007 From: abe.gillespie at gmail.com (Abe Gillespie) Date: Wed, 10 Oct 2007 11:00:56 -0400 Subject: [Mono-list] Compile Errors In-Reply-To: <20071010142017.GC8543@localdomain> References: <3652.132.203.134.15.1191611961.squirrel@pro.SoftHome.net> <3669.132.203.134.15.1191613470.squirrel@pro.SoftHome.net> <20071010142017.GC8543@localdomain> Message-ID: Yep, you're absolutely right. I was able to fix the issue and get a successful build. I sent a post about it earlier. Thanks! On 10/10/07, Joel Reed wrote: > On Mon, Oct 08, 2007 at 02:26:10PM -0400, Abe Gillespie wrote: > > OK, still having the same problems after doing as you suggested. Note > > - I ran "make uninstall" on 1.2.4 before I started any upgrading to > > 1.2.5 ... so I shouldn't have run into mismatched versioning anyhow. > > > > Even worse is I can't get 1.2.4 to compile anymore either. It fails > > in the same fashion. I always make sure I unpack a fresh tarball and > > start clean any time I attempt this. And all the /usr/local/* dirs > > are free from any mono remnants. > > > > One thing I did notice is running "locate mono" gives me this: > > /usr/share/terminfo/a/ansi80x60-mono > > /usr/share/terminfo/a/ansil-mono > > /usr/share/terminfo/a/ansi80x50-mono > > /usr/share/terminfo/a/ansi80x25-mono > > /usr/share/terminfo/a/ansi80x43-mono > > /usr/share/terminfo/a/ansi80x30-mono > > /usr/share/terminfo/a/ansis-mono > > /usr/share/terminfo/a/ansi-mono > > /usr/share/terminfo/b/bsdos-pc-mono > > /usr/share/terminfo/i/ibmmono > > /usr/share/terminfo/i/ibmpc3r-mono > > /usr/share/terminfo/m/mono-emx > > /usr/share/terminfo/p/pcansi-mono > > /usr/share/terminfo/q/qnxtmono > > > > Could these be getting in the way / are they even anything to do with > > Mono? I'm not sure what terminfo does ... > > these files have nothing to do with mono and should in no way > effect your ability to build mono 1.2.5.1 > > jr > > From vsviridov at exceede.com Wed Oct 10 13:37:21 2007 From: vsviridov at exceede.com (Vasili Sviridov) Date: Wed, 10 Oct 2007 10:37:21 -0700 Subject: [Mono-list] CS2008 : Can't dig to the source of the problem. In-Reply-To: <20071010142713.GF8543@localdomain> References: <470C0E62.4030405@exceede.com> <20071010142713.GF8543@localdomain> Message-ID: <470D0DD1.2040508@exceede.com> Joel Reed wrote: > On Tue, Oct 09, 2007 at 04:27:30PM -0700, Vasili Sviridov wrote: > >> Hello all, >> >> I have an apache server with mono installed and AutoHosting enabled. >> >> Despite having several successful tests with mono on my server most of >> the time when I try to access an application I get following response >> from the server >> >> --- >> Compilation Error >> Description: Error compiling a resource required to service this >> request. Review your source file and modify it to fix this error. >> Error message: >> (0,0) : error CS2008: No files to compile were specified >> Source File: >> >> 10/9/2007 11:19:24 PM >> --- >> >> **Source file may contain only <%@ Page declaration and some text, no >> other source code involved. >> > > please post a small sample page / test case that demonstrates this problem. > > jr > Any default blank page the MSVS generates... --- <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> Untitled Page
--- or default *.ashx handler... Anything, really... Is there a way to enable some kind of "more in-depth" logging for the compiler or XSP process?? Thanks. From miguel at ximian.com Wed Oct 10 16:48:46 2007 From: miguel at ximian.com (Miguel de Icaza) Date: Wed, 10 Oct 2007 16:48:46 -0400 Subject: [Mono-list] Mono Summit 2007 announced. Message-ID: <1192049326.5557.34.camel@erandi.dom> The Mono Summit 2007 will be held in Madrid, Spain from November 26th to November 30th. The first two days are for contributors, the last three days are open to all users, developers and contributors to the project. See: http://www.mono-project.com/MonoSummit2007 You can also organize some activities with other people on the open Mono Wiki at: http://mono.wik.is/2007_Mono-Meeting Miguel. From joelwreed at gmail.com Wed Oct 10 23:15:53 2007 From: joelwreed at gmail.com (Joel Reed) Date: Wed, 10 Oct 2007 23:15:53 -0400 Subject: [Mono-list] [ANN] OpenTF 0.5.2 release - new name, vs2005, rpm Message-ID: <20071011031553.GA12806@localdomain> Version 0.5.4 of open source Team Foundation for Mono is now available at http://code.google.com/p/opentf/downloads/list *** PLEASE NOTE: The project has been renamed from tf4mono to OpenTF. *** This is a development update with VS2005 project files, a spec file for RPM packaging, new commands (lock, version, show [ build | cache | ident | stats | tools ]), numerous API and usability enhancements, and many bugfixes. A detailed changelog can be found below. To learn more about many of the unique features found in OpenTF see: http://code.google.com/p/opentf/wiki/ClientDifferences Example invocations of the opentf client can be found here: http://opentf.googlecode.com/svn/trunk/docs/examples/ Enhancements include: =================================================================== # add VS2005 project files and solution for building opentf on Windows # add spec file for building RPMs on OpenSuse # add "lock" command # add "show stats" command to show server statistics # add "show tools" command to show registered tools # add "show build" command to show build configuration # add "show ident" command to show server account information # rename "tf cache" to "tf show cache" # implement "tf changeset /latest" and test case # implement "tf history /user:FOO" for filtering history queries by user # implement "tf history /version:" - but not ranges! # add "tf history /format:byowner" and test case # add "tf version" command to print program version number # add "Server.Default" setting # teach File.Excludes to support directory specifications as well as file glob patterns # teach tf shelveset the "name;owner" syntax for specifying a shelveset API Enhancements ================================================================== # The following classes were added (partial implementations) ICredentialsProvider, ArtifactType, ChangeType, Database, IGroupSecurityService, IRegistration, Identity, IdentityType, QueryMembership, OutboundLinkType, RegistrationEntry, SearchFactor and ServiceInterface classes # Implement VersionControlServer.GetLatestChangesetId # Implement TeamFoundationServer.CheckAuthentication # Started work on Microsoft.TeamFoundation.WorkItemTracking.Client assembly Bugfixes include: =================================================================== # BUGFIX: rework exit codes throughout for more consistency # BUGFIX: tf shelveset /owner: should filter results by owner # BUGFIX: add column headers to history /format:brief output # BUGFIX: tf get /force shouldn't set preview mode! # BUGFIX: properly label renames in tf status output # BUGFIX: make sure all files in a directory are read-write before attempting to delete a directory containing these files # BUGFIX: handle QueryHistory requests with maxCount > 256 What is Team Foundation / Team System? =================================================================== Team Foundation is a 'collection of collaborative technologies that support a team effort to deliver a product' from Microsoft that includes bug tracking, source control, and other capabilities.' Team Foundation powers Microsoft's CodePlex site and is used in many corporate environments. Team Foundation for Mono provides the TF client for accessing Team Foundation Servers as well as the Microsoft.TeamFoundation.* assemblies related to Version Control. An example of accessing CodePlex to pull the latest version of the "Turtle" project is below. CodePlex Example Usage =================================================================== In the commands below, UID = your codeplex user name PWD = your codeplex password MACHINENAME = your machine name (or any other random name) First create a workspace: tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD workspace /new "MACHINENAME;UID" Then map the "Turtle" project to a local folder: tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD workfold "$/Turtle" ~/Source/turtle Then pull the files: tf /server:https://tfs01.codeplex.com /login:snd\\UID,PWD get ~/Source/turtle /recursive Then you could review the history, review a changeset, then look at the diff of the changeset. Note: the examples below assume the tf client "Credentials.Save" option was enabled. cd ~/Source/turtle tf history /recursive . tf changeset 340 tf diff C340 More examples can be found in the docs/examples/ folder. Source and Packages =================================================================== Deb packages, Win32 packages, RPM packages, and source tarball available here: http://code.google.com/p/opentf/downloads/list Additionally, a git clone of the source tree can be made with: git clone git://repo.or.cz/tfs.git This is where most development happens. SVN users can check out the semi-regularly updated project source code at: svn checkout http://opentf.googlecode.com/svn/trunk/ opentf Project Site =================================================================== There is a Google Code Project Site for opentf, the URL is: http://code.google.com/p/opentf/ There is a Google Discussion Group for opentf as well. The URL is: http://groups.google.com/group/opentf From ventsislav.mladenov at gmail.com Thu Oct 4 15:47:29 2007 From: ventsislav.mladenov at gmail.com (Ventsislav Mladenov) Date: Thu, 04 Oct 2007 22:47:29 +0300 Subject: [Mono-list] Releasing the Source Code for the .NET Framework Libraries Message-ID: <47054351.2030901@mail.bg> Scott Guthrie wrote in his blog that Microsoft will open source of .Net Libraries. http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx I think that will reflect on mono implementation for Windows in some way ?!? Could mono team use Microsoft code to fill holes in theirs version of .NET for Windows ? From colin.paterson at memex.com Mon Oct 8 10:58:37 2007 From: colin.paterson at memex.com (Colin J. Paterson) Date: Mon, 8 Oct 2007 15:58:37 +0100 Subject: [Mono-list] Mono Support for Sparc Solaris and Oracle Message-ID: <00a801c809bb$b4c43130$1e4c9390$@paterson@memex.com> What is the current level of support for accessing Oracle Data Sources using System.Data.OracleClient from Sparc Solaris? Is this possible or coming in the future? Many thanks Colin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071008/96e849c4/attachment.html From adar.wesley at gmail.com Tue Oct 9 15:54:44 2007 From: adar.wesley at gmail.com (Adar Wesley) Date: Tue, 9 Oct 2007 21:54:44 +0200 Subject: [Mono-list] [Mono-dev] Winforms WebBrowser control - call for apps In-Reply-To: <3ec1038d0710090543r393373ebl8ad2f257052a34a2@mail.gmail.com> References: <3ec1038d0710090543r393373ebl8ad2f257052a34a2@mail.gmail.com> Message-ID: Hi Andreia, Is this implementation a wrapper around IE and/or Windows specific? I have a sample application that hosts the WebBrowser control on a WinForms application. In this sample I do the following: 1. derive from the WebBrowser control. 2. overrid the Site associated with the browser by overriding CreateWebBrowserSiteBase. 3. Hook up the DWebBrowserEvents2 events 4. Interact with the hosted JavaScript by supplying ObjectForScripting. 5. Inject some JavaScript to the browser scripting environment. 6. A little more Win32 and COM interop magic to override the scripting environment window.open and window.close methods so I can control where popup windows are opened. If this seams like a good test case, let me know and we will see how to procede. (I don't have a mono version that I can test on at the moment.) --- Adar Wesley On 10/9/07, Andreia Gaita wrote: > Hear ye, Hear ye! > > I would like to test winforms .net applications that use the WebBrowser > control, and I need your feedback on what applications are out there that > use it. If you have one, or you know of one, please let me know. > > Thanx! > > andreia gaita > _______________________________________________ > Mono-devel-list mailing list > Mono-devel-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-devel-list > > -- --- Adar Wesley -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071009/d157c60d/attachment.html From anagappan at novell.com Thu Oct 11 04:36:33 2007 From: anagappan at novell.com (Nagappan) Date: Thu, 11 Oct 2007 14:06:33 +0530 Subject: [Mono-list] Mono Support for Sparc Solaris and Oracle In-Reply-To: <00a801c809bb$b4c43130$1e4c9390$@paterson@memex.com> References: <00a801c809bb$b4c43130$1e4c9390$@paterson@memex.com> Message-ID: <470DE091.6020500@novell.com> Hi, The current API implementation status is available here http://mono.ximian.com/class-status/mono-HEAD-vs-fx-2/class-status-System.Data.OracleClient.html Still more to go. We welcome any contributions / patches :) Thanks Nagappan Colin J. Paterson wrote: > > What is the current level of support for accessing Oracle Data Sources > using System.Data.OracleClient from Sparc Solaris? > > > > Is this possible or coming in the future? > > > > Many thanks > > > > Colin > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Mono-list maillist - Mono-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list > -- Nagappan A Novell Software Development (I) Pvt. Ltd. Linux Desktop Testing Project - http://ldtp.freedesktop.org http://nagappanal.blogspot.com/ Novell, Inc. SUSE? Linux Enterprise 10 Your Linux is ready? http://www.novell.com/linux From atsushi at ximian.com Thu Oct 11 04:49:54 2007 From: atsushi at ximian.com (Atsushi Eno) Date: Thu, 11 Oct 2007 17:49:54 +0900 Subject: [Mono-list] Releasing the Source Code for the .NET Framework Libraries In-Reply-To: <47054351.2030901@mail.bg> References: <47054351.2030901@mail.bg> Message-ID: <470DE3B2.3050305@ximian.com> I guess there wasn't any duplicate talk on this topic. So you wouldn't know, but it was already discussed on mono-devel-list. No, we couldn't. We posted relevant announce on our web page. Atsushi Eno > Scott Guthrie wrote in his blog that Microsoft will open source of .Net Libraries. > http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx > I think that will reflect on mono implementation for Windows in some way ?!? > Could mono team use Microsoft code to fill holes in theirs version of .NET for Windows ? > _______________________________________________ > Mono-list maillist - Mono-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list > > From mail4ng at googlemail.com Thu Oct 11 13:45:37 2007 From: mail4ng at googlemail.com (DW) Date: Thu, 11 Oct 2007 19:45:37 +0200 Subject: [Mono-list] Problems on CentOS Message-ID: Hello group, i just tried to install mono on my CentOS 5. I added the mono.repo file like described in the mono wiki. here's the output after trying to install mono-core: -------------------------------------------------------------------------------------------------------------- yum install mono-core Loading "installonlyn" plugin Setting up Install Process Setting up repositories Reading repository metadata in from local files Parsing package install arguments Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package mono-core.i586 0:1.2.5.1-0.novell set to be updated --> Running transaction check --> Processing Dependency: libgdiplus for package: mono-core --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package libgdiplus.i386 0:1.2.5-1.rhel4.novell set to be updated --> Running transaction check --> Processing Dependency: libungif.so.4 for package: libgdiplus --> Processing Dependency: libexif.so.9 for package: libgdiplus --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package giflib.i386 0:4.1.3-7.1.el5.1 set to be updated --> Running transaction check --> Processing Dependency: libexif.so.9 for package: libgdiplus --> Finished Dependency Resolution Error: Missing Dependency: libexif.so.9 is needed by package libgdiplus -------------------------------------------------------------------------------------------------------------- after searching the libexif.so.98 file i found this for CentOS 4: http://rpm2html.osmirror.nl/centos/4.3/os/i386/CentOS/RPMS/libexif-0.5.12-5.1.i386.html but libexif is installed on my system. so what am i missing here? known problem? regards Daniel From ml.awesterhold at dts.de Fri Oct 12 02:44:53 2007 From: ml.awesterhold at dts.de (Axel Westerhold) Date: Fri, 12 Oct 2007 08:44:53 +0200 Subject: [Mono-list] Problems on CentOS In-Reply-To: Message-ID: Hi there, I ran into the same problem. If you take a look into your /usr/lib directory you'll find libexif.so.12 . So there is no .9 which will make the binary fail to install and later on to start. The RPM's are CentOS4 RPMS and not everything in 5 is like 4. There are more dependencies not resolving properly. That's why I decided to get the SPEC files and Sources and recompile and build Mono for RHEL/CentOS 5 i386 and X64. Regards, Axel Am 11.10.2007 19:45 Uhr schrieb "DW" unter : > Hello group, > i just tried to install mono on my CentOS 5. I added the mono.repo file like > described in the mono wiki. > here's the output after trying to install mono-core: > > ------------------------------------------------------------------------------ > -------------------------------- > yum install mono-core > Loading "installonlyn" plugin > Setting up Install Process > Setting up repositories > Reading repository metadata in from local files > Parsing package install arguments > Resolving Dependencies > --> Populating transaction set with selected packages. Please wait. > ---> Package mono-core.i586 0:1.2.5.1-0.novell set to be updated > --> Running transaction check > --> Processing Dependency: libgdiplus for package: mono-core > --> Restarting Dependency Resolution with new changes. > --> Populating transaction set with selected packages. Please wait. > ---> Package libgdiplus.i386 0:1.2.5-1.rhel4.novell set to be updated > --> Running transaction check > --> Processing Dependency: libungif.so.4 for package: libgdiplus > --> Processing Dependency: libexif.so.9 for package: libgdiplus > --> Restarting Dependency Resolution with new changes. > --> Populating transaction set with selected packages. Please wait. > ---> Package giflib.i386 0:4.1.3-7.1.el5.1 set to be updated > --> Running transaction check > --> Processing Dependency: libexif.so.9 for package: libgdiplus > --> Finished Dependency Resolution > Error: Missing Dependency: libexif.so.9 is needed by package libgdiplus > ------------------------------------------------------------------------------ > -------------------------------- > > after searching the libexif.so.98 file i found this for CentOS 4: > http://rpm2html.osmirror.nl/centos/4.3/os/i386/CentOS/RPMS/libexif-0.5.12-5.1. > i386.html > > but libexif is installed on my system. so what am i missing here? > known problem? > > regards > > Daniel > > _______________________________________________ > Mono-list maillist - Mono-list at lists.ximian.com > http://lists.ximian.com/mailman/listinfo/mono-list From dipendrakumar.jaiswal at gmail.com Fri Oct 12 06:01:21 2007 From: dipendrakumar.jaiswal at gmail.com (dipendra kumar jaiswal) Date: Fri, 12 Oct 2007 15:31:21 +0530 Subject: [Mono-list] help on reporting tool Message-ID: <4586c6190710120301j60672159xaa3556f8b4149652@mail.gmail.com> hello i need a open source reporting tool for my web project and i cannot found any reporting tool expect reportman and fyireporting tool. these tool have many problem and not configure to the my project. so please some one tell me about any open source reporting tool which is work with my project or send the company list which is make this tool. thank you dipendra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071012/f18767b5/attachment-0001.html From mail4ng at googlemail.com Fri Oct 12 06:36:32 2007 From: mail4ng at googlemail.com (DW) Date: Fri, 12 Oct 2007 12:36:32 +0200 Subject: [Mono-list] Problems on CentOS References: Message-ID: Am Fri, 12 Oct 2007 08:44:53 +0200 schrieb Axel Westerhold: > I ran into the same problem. If you take a look into your /usr/lib directory > you'll find libexif.so.12 . So there is no .9 which will make the binary > fail to install and later on to start. in fact. just searched for libexif.so.9 thank you for this hint. > That's why I decided to get the SPEC files and Sources and recompile and > build Mono for RHEL/CentOS 5 i386 and X64. just compiled it. thought it would be more tricky. i'm not that experienced with linux. but everything works fine now. thx for your help. regards Daniel From dipendrakumar.jaiswal at gmail.com Fri Oct 12 06:46:42 2007 From: dipendrakumar.jaiswal at gmail.com (dipendra kumar jaiswal) Date: Fri, 12 Oct 2007 16:16:42 +0530 Subject: [Mono-list] help on reporting tool Message-ID: <4586c6190710120346j16899e6dmbc8ccdabd353d101@mail.gmail.com> hello i need a open source reporting tool for my web project (which is made in .net2005 and deploying in mono)and i cannot found any reporting tool expect reportman and fyireporting tool. these tool have many problem and not configure to the my project. so please some one tell me about any open source reporting tool which is work with my project or send the company list which is make this tool. thank you dipendra -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.ximian.com/pipermail/mono-list/attachments/20071012/32fc040a/attachment.html From andyhume32 at yahoo.co.uk Fri Oct 12 07:18:43 2007 From: andyhume32 at yahoo.co.uk (Andy Hume) Date: Fri, 12 Oct 2007 12:18:43 +0100 Subject: [Mono-list] A tool to have MSBuild use the Mono compilers Message-ID: <004001c80cc1$a65ca510$0302a8c0@alanpc1> I've seen requests in the past for how to have MSBuild use the Mono compilers. I attach a tool to allow this. It can be useful in troubleshooting to find whether a problem is with xbuild/monodevelop or with the compiler etc. [[ // // Copyright (c) 2007 Andy Hume. // No restrictions, free for any use. // //============================================================================== // // This tool configures MSBuild to use the Mono compilers. This can be useful // in some situations. For instance I had an issue where neither xbuild nor // monodevelop would compile a project, but on using this tool the issue was shown // to be a compiler issue. // // Two parts are needed, firstly a .targets file to configure MSBuild to look in // a new location for the compilers. The second part is an executable that fulfills // two purposes, firstly MSBuild still looks for compiler filenames csc.exe and // vbc.exe. But secondly, neither of the Mono compilers support all the command- // line options used by the MSFT tools, nor are all the assemblies supported, so // we strip or convert both these -- for details see the code below. // //