[Mono-winforms-list] GUI desginer for winforms ?

2005-11-11 Thread Alexander Reiter
Hi all, is there a project to create a GUI desginer for winforms running under mono/linux ? maybe linked to monodevelop regards, alex ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

Re: [Mono-dev] latest mono completely broken for ASP.NET on Suse as far as I can tell

2005-11-11 Thread Joe Audette
Thanks Gonzalo! Dean Brettle also suggested I try launching it with just xsp from the command line to see if it gives any more error info. I will try that after I get home from work as well. I'm using the same configuration for apache that I have been using all along and was wondering whether

[Mono-dev] ASP 2 CodeFile/Inherits

2005-11-11 Thread D. Moonfire
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I had a little bug open on the codefile stuff not working properly. The SVN patch didn't quite handle all the conditions, so I reopened the ticket at: http://bugzilla.ximian.com/show_bug.cgi?id=76423 I also went through and created a patch for the

Re: [Mono-dev] latest mono completely broken for ASP.NET on Suse as far as I can tell

2005-11-11 Thread Gonzalo Paniagua Javier
On Fri, 2005-11-11 at 09:32 -0800, Joe Audette wrote: Thanks Gonzalo! Dean Brettle also suggested I try launching it with just xsp from the command line to see if it gives any more error info. I will try that after I get home from work as well. I'm using the same configuration for

[Mono-dev] MonoDevelop crashes under Mono 1.1.10 on FC3

2005-11-11 Thread Dean Brettle
Hi all, Yesterday MonoDevelop was working fine. Last night, I upgraded my FC3 system from 1.1.9.2 to 1.1.10. Now MonoDevelop crashes on startup. See below for stacktrace. In case it matters, I'm running the x86_64 variant of FC3, but I use the i386 Mono RPMS (for both versions). Has anyone

Re: [Mono-dev] latest mono completely broken for ASP.NET on Suse as far as I can tell

2005-11-11 Thread Joe Audette
Great! I'll give it a try this evening on my suse 9.2 machine and try and confirm the fix.Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: On Fri, 2005-11-11 at 09:32 -0800, Joe Audette wrote: Thanks Gonzalo! Dean Brettle also suggested I try launching it with just xsp from the command line to

Re: [Mono-dev] Mono 1.1.10 Issues with XSP and Radio Button.

2005-11-11 Thread Gonzalo Paniagua Javier
On Fri, 2005-11-11 at 18:10 -0500, Yogendra Thakur wrote: Hi, I am running Mono 1.1.10 on Fedora Core 3 machine. I observed following issues, 1. Following message is thrown lot of time on Screen while accessing web application.. ** (/opt/mono-1.1.10/lib/xsp/1.0/xsp.exe:11150): WARNING

Re: [Mono-dev] latest mono completely broken for ASP.NET on Suse as far as I can tell

2005-11-11 Thread Joe Audette
Yes! I confirm it is fixed in svn r52934 http://demo.mojoportal.com is back online Many Thanks Gonzalo! --- Gonzalo Paniagua Javier [EMAIL PROTECTED] wrote: On Fri, 2005-11-11 at 09:32 -0800, Joe Audette wrote: Thanks Gonzalo! Dean Brettle also suggested I try launching it with just

AW: [Mono-list] To compile with mono mbas

2005-11-11 Thread Jochen Wezel - CompuMaster GmbH
Hi Valentina, In Form.aspx, there should be a directive like %@ Page Language=VB Src=Form.aspx.vb Inherits=MyNamespace.MyClassName.Form % Please pay attention to the difference between Codebehind= and Src=; the first one is a hint for Visual Studio only, the second leads to a real JIT

Re: [Mono-list] Scripting the Linux OS with Mono

2005-11-11 Thread tom potts
I havent tried this but... http://www.codeproject.com/csharp/cs-script_for_CP.asp I have seen another project but I cant find it at the moment. ___ Yahoo! Model Search 2005 - Find the next catwalk superstars -

Re: [Mono-list] Scripting the Linux OS with Mono

2005-11-11 Thread Shawn Vose
I did something similar; however, my cs file was already compiled into a dll. I then created an exe that would take command line arguments, the args were the name of the dll to load and, the method to execute, and the parameters it expected. All of this was done using Refelection. I didnt do

Re: [Mono-list] Web service returning DataSet

2005-11-11 Thread Oleg Deribas
Ivano Luberti wrote: Thanks Oleg, when it will be released ? Maybe I have lost some messages: how endend up this request by Oleg ? Here is reply from Lluis Sanchez: http://permalink.gmane.org/gmane.comp.gnome.mono.general/24519 And I'm waiting for the next release. Today I've tested

Re: [Mono-list] Web service returning DataSet

2005-11-11 Thread Ivano Luberti
Thank to you for the news ! At 16.45 11/11/2005, Oleg Deribas wrote: Ivano Luberti wrote: Thanks Oleg, when it will be released ? Maybe I have lost some messages: how endend up this request by Oleg ? Here is reply from Lluis Sanchez:

[Mono-list] Release 1.1.10 for Windows?

2005-11-11 Thread Andy Waddell
I see that release 1.1.10 is out. Will there be an installer for Windows? Im assuming that this is just lagging by a day or two. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] Scripting the Linux OS with Mono

2005-11-11 Thread Elliott Draper
Hi Abe, Abe Gillespie wrote: *snip mono script_host.exe MyScript.cs myarg1 myarg2 *snip Has anyone out there done something or started a project like this? Give the attached source code a try :-) I'm not claiming it's perfect, but it's something I knocked up while I was bored this

Re: [Mono-list] Scripting the Linux OS with Mono

2005-11-11 Thread ted leslie
On Fri, 11 Nov 2005 19:34:51 + Elliott Draper [EMAIL PROTECTED] wrote: Hi Abe, Abe Gillespie wrote: *snip mono script_host.exe MyScript.cs myarg1 myarg2 *snip Has anyone out there done something or started a project like this? Give the attached source code a try :-) I'm not

Re: [Mono-list] Scripting the Linux OS with Mono

2005-11-11 Thread Abe Gillespie
Dude, you totally rock! I'll be giving this a try this weekend. -Abe On 11/11/05, Elliott Draper [EMAIL PROTECTED] wrote: Hi Abe, Abe Gillespie wrote: *snip mono script_host.exe MyScript.cs myarg1 myarg2 *snip Has anyone out there done something or started a project like this?

[Mono-list] Error when loading monodevelop

2005-11-11 Thread mono-list . 1 . tracyanne
I've posted this to both the mono and monodevelop lists. I have just unistalled all the previous mono stuff, and attempted to get monodevelop running using the new mono-1.1.10_0-installer.bin. I get the following error when I attempt to start monodevelop. Unhandled Exception:

[Mono-list] Error when loading monodevelop

2005-11-11 Thread mono-list . 1 . tracyanne
I now have monodevelop working using the mono-1.1.9.2_2-installer.bin the missing gnomesharpglue-2 error does not occur in the older version. Regards Tracy Barlow ___ Mono-list maillist - Mono-list@lists.ximian.com