[Mono-dev] Asp.Net webpart question

2007-10-14 Thread Sándor Kiss
Hello, I hope this is the best place to send this question. Is it among the plans of the team to finish webpart support in Mono's Asp.Net? The webpart infrastructure would greatly help our company to adopt Mono in its portal projects. Regards Sándor Kiss Sense/Net http://english.sensenet.hu

Re: [Mono-dev] Asp.Net webpart question

2007-10-14 Thread Miguel de Icaza
Is it among the plans of the team to finish webpart support in Mono's Asp.Net? The webpart infrastructure would greatly help our company to adopt Mono in its portal projects. The bad news, is that currently we have no plans to work on this; There is very little demand for this feature

[Mono-list] Gtk#

2007-10-14 Thread cichlasoma
hi. when i create a gtk# application in sharpdevelop and i try to run it, it compiles, yet i get Exception System.DllNotFoundException was thrown in debuggee: cannot load the DLL library (glibsharpglue). (the part after the semicolon baeing in my language.) i'm on windows xp, have mono 1.2.5.1

Re: [Mono-list] help on reporting tool

2007-10-14 Thread Daniel Hofmann
Hello, You might wanna have a look at NPlot http://netcontrols.org/nplot/wiki/ We use it in a mono project and it hasn't made any problems so far. Daniel dipendra kumar jaiswal schrieb: hello i need a open source reporting tool for my web project (which is made in .net2005 and deploying

Re: [Mono-list] Which distribution is used when...

2007-10-14 Thread murthy.sudarshan
Thanks Jonathan for the clarification. That explains which version of the runtime is chosen. At this point, my original question about which *distribution* of the runtime is used--Mono or Microsoft-- still remains. Assume I run a .NET application under each of the following conditions, using the

Re: [Mono-list] Gtk#

2007-10-14 Thread Brenton Partridge
Hi, On Oct 14, 2007, at 1:27 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi. when i create a gtk# application in sharpdevelop and i try to run it, it compiles, yet i get Exception System.DllNotFoundException was thrown in debuggee: cannot load the DLL library (glibsharpglue).

[Mono-list] Need Help: Mono under Windows-problems in using events

2007-10-14 Thread Marc Glenn
Hello guys, I tried compiling a csharp code that uses gtk# and event handlers under Mono. // 04-gtk/01-basics using System; using Gtk; class MainClass { public static void Main (string[] args) { Application.Init (); Window w = new Window