Re: [Mono-list] Announcing Mono 2.2 Preview 3...

2008-12-15 Thread Peter Alfredsen
On Monday 15 December 2008, Thomas Wiest wrote: > Hey Everyone, > > We've just released Mono 2.2 Preview 3 today! > > Preview 3 contains Gtk# 2.12.7 for Windows (please test this!). > > Please help us out by giving it a try with your applications. > > As always, you can get the preview/RC releases

[Mono-list] Mono AOT Mode - Limitations

2008-12-15 Thread Gluber
Hi there ! After the recent superb talk by miguel at PDC about Mono/AOT and the (secret) work they have done on certain Game Console Platforms i decided to prototype a fully Managed Game Engine. ( At my day job we do this kind in native C++ of course ) I am now thinking about the features of th

Re: [Mono-list] Error compiling webservice: An element with the samekey already exists in the dictionary.

2008-12-15 Thread Andrus
> System.ArgumentException: An element with the same key already exists in > the > dictionary. at > System.Collections.Generic.Dictionary`2[System.Object,System.Object].Add > (System.Object key, System.Object value) [0x0] at > System.Web.Compilation.BuildManager.AddToCache (System.String vir

[Mono-list] Announcing Mono 2.2 Preview 3...

2008-12-15 Thread Thomas Wiest
Hey Everyone, We've just released Mono 2.2 Preview 3 today! Preview 3 contains Gtk# 2.12.7 for Windows (please test this!). Please help us out by giving it a try with your applications. As always, you can get the preview/RC releases here: http://mono.ximian.com/monobuild/preview/download-previe

[Mono-list] ASP.NET: Strange problem with UserControls not being found

2008-12-15 Thread Christian Prochnow
Hi, i've a strange problem where the type of a control in an registered assembly is not being found. Weird is that some controls defined in the assembly are found, and some not. Parser Error Description: Error parsing a resource required to service this request. Review your source file and modi

Re: [Mono-list] NAnt / PowerPC

2008-12-15 Thread Gert Driesen
Hey Mike, I'll be fixing this ASAP in NAnt CVS. This is a result of the introduction of a specific PlatformID for MacOSX in .NET 3.5 SP1 (and the 2.0 profile of Mono). Sorry for the trouble. Gert -- From: "Mike Cleaver" Sent: Monday, December 1

[Mono-list] NAnt / PowerPC

2008-12-15 Thread Mike Cleaver
Hi all, I've just upgraded to Mono 2.2 (preview 2, via package) on my powerpc based mac laptop (old school I know but I left my work laptop at the office over the weekend). Haven't been able to get NAnt to work, I get the error: BUILD FAILED NAnt currently does not support this platform (

[Mono-list] Mono on Windows- Mysql reference error

2008-12-15 Thread bhanu2217
I have installed Mono on Windows. I am using Visual Studio 2005 & Mysql. I have created a simple program/website to read data from mysql database using mysql Connection 5.0.9. The program works fine on windows/iis. but when i run it on XSP/Mono i get the following error. CS0246: The type or

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Tobi
Chris Howie wrote: > I'd write a test case and file a bug report. If it is a bug that's > the fastest way to get a response. Ok, done: http://bugzilla.novell.com/show_bug.cgi?id=459052 (A test case doesn't make sense, as the debugger doesn't work at all) Tobias __

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Chris Howie
On Mon, Dec 15, 2008 at 5:11 AM, Tobi wrote: > Tobi wrote: > >> Even a with simple "Hello World", mdb causes a SIGSEGV as soon as I try to >> run the program: >> >> [mono-trunk] /tmp @ gmcs -debug+ HelloWorld.cs >> [mono-trunk] /tmp @ mdb ./HelloWorld.exe > > I've now tested this on a 32bi

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Tobi
Tobi wrote: > Even a with simple "Hello World", mdb causes a SIGSEGV as soon as I try to > run the program: > > [mono-trunk] /tmp @ gmcs -debug+ HelloWorld.cs > [mono-trunk] /tmp @ mdb ./HelloWorld.exe I've now tested this on a 32bit machine, and it works fine. So there seems to be an i

Re: [Mono-list] Problem getting Mono debugger mdb working

2008-12-15 Thread Tobi
Sandy Armstrong wrote: >> [mono-trunk] /tmp @ mdb ./HelloWorld.exe > > I don't know much about the debugger, but don't you need to run "mono > HelloWorld.exe" instead of "./HelloWorld.exe"? No. This would only be the case for GDB. ___ Mono-list mai