[Mono-dev] problem

2005-09-13 Thread Adriano
I have writed an asp.net application for query a db and show result in a datagrid whit sorting, paging ecc I have a lot ofproblems using datagrid withversion 1.1.9. If i copy System.Web.dll into gac from version 1.1.8 all work fine. Is it normal? Thank you

Re: [Mono-dev] Building libgdiplus-1.1.9 from sources

2005-09-13 Thread Alberto Avila
Hi! Libgidiplus ships with it's own version of cairo (to avoid the versions problems). You don't need to install it apart. Greets On 9/12/05, Vorobiev Maksim [EMAIL PROTECTED] wrote: Good day. Just downloaded libgdiplus-1.1.9 tarball from Download page. I compile and install Cairo

[Mono-dev] customized mono embedding on osx

2005-09-13 Thread Davide Morelli
Hi, sorry if these questions are dumb.. but i'm becoming mad with osx install_names.. I need to embed mono into an OSX application. Following these tips http://www.go-mono.com/embedded-api.html I can compile my osx application that uses mono embedded to draw on a CGContextRef. I am using a

AW: [Mono-dev] STL .NET

2005-09-13 Thread Eduard Ralph
Hi, as far as I understand it, the issue is a managed C/C++ Compiler for mono. Of course its been a while that I asked. Greets, Eduard Eduard Ralph www.eduard-ralph.de No eternal reward will forgive us now for wasting the dawn. - Jim Morrison

Re: [Mono-dev] embedded runtime questions

2005-09-13 Thread Allan Hsu
On Sep 12, 2005, at 6:08 AM, Paolo Molaro wrote: Upgrade to 1.1.9, this issue should be fixed (at least as long as you call mono_thread_attach()). I've noticed that there is a matching function called mono_thread_detach(). Do I need to call this before the thread exits? junk about using

[Mono-dev] Status of System.Drawing.Printing after 6 month

2005-09-13 Thread PChot
Hi all, In January i was asking about status of System.Drawing.Printing class. Then was said that not much was done and that is on waitlist. Now i'm asking if there was any progres with development of that class. Thanks for good work on mono! Have a nice bugless day Jan Kraljic

[Mono-dev] STL .NET

2005-09-13 Thread Bu Bacoo
Hello I'm a C++ programmer, exploring the world of .NET and C#. I used to work with STL and in MS VS, I can see STL .NET support in Managed C from MS. Is there some approach and some possibility to have this on Linux with Mono? THanks Bu ___

[Mono-dev] (no subject)

2005-09-13 Thread Sridhar Kulkarni
Hi, If we have executable hello.exe created from a cs file, then to run the file we have to say mono hello.exe. I have several exe which needds to be executed to start my app. Is there a way that the executable runs just by saying hello?.. Any script needs to be written for that. Anybody

[Mono-dev] libgnomesharpglue error MonoDevelop 0.7 on Mac OSX 10.4 Tiger

2005-09-13 Thread Lifewarped
Im trying to run monodevelop on OS X. Ive got Gnome Installed and Running as well as GTK# etc. Ive edited my DYLIB path, my MONO path, etc and i keep getting this error. Ive even edited the *.dll.config file to fix errors and nothing :-/ im so fustrated but i miss my C# and i dont have a

Re: [Mono-dev] patch for Mono.Cairo ImageSurface

2005-09-13 Thread Hisham Mardam Bey
Here is a patch to add the two other relevent constructors to ImageSurface and Obsoletes the Surface.CreateForImage () Applied. methods. If Mono.Cairo is not frozen it would be better to just delete them instead of marking them obsolete. I'll fix up and remove the obsolete

[Mono-dev] PowerPC/Linux port of mono-1.1.9

2005-09-13 Thread Brian Strelioff
I am trying to get mono-1.1.9 running on a Linux/PowerPC system. I could not find any existing binaries, so I am trying to bootstrap it from scratch. After some much appreciated hints from Paolo, I am running into the following issues: 1) A ./configure error: line 25 in libgc/configure.host

Re: [Mono-dev] (no subject)

2005-09-13 Thread Jonathan Pryor
On Tue, 2005-09-13 at 12:17 +0530, Sridhar Kulkarni wrote: If we have executable hello.exe created from a cs file, then to run the file we have to say mono hello.exe. I have several exe which needds to be executed to start my app. Is there a way that the executable runs just by saying

Re: [Mono-dev] TimeZone and CurrentTimeZone

2005-09-13 Thread Atsushi Eno
Hi, Hello everyone, I'm getting an exception trying to send an object of type DateTime from a Linux machine running Mono to a Windows one running .Net. The exception is Type System.CurrentTimeZone is not marked as Serializable. System.TimeZone is supposedly serializable, but called

Re: [Mono-dev] TimeZone and CurrentTimeZone (updated)

2005-09-13 Thread Chris Micacchi
Slight correction. The deserialization error I get isn't coming from DateTime, but directly from the class with a member of type TimeZone. An example: On Mono: class MyClass { System.TimeZone _TimeZone = System.TimeZone.CurrentTimeZone; MyClass() {

[Mono-dev] TimeZone and CurrentTimeZone

2005-09-13 Thread Chris Micacchi
Hello everyone, I'm getting an exception trying to send an object of type DateTime from a Linux machine running Mono to a Windows one running .Net. The exception is Type System.CurrentTimeZone is not marked as Serializable. System.TimeZone is supposedly serializable, but called

[Mono-dev] Mono 1.1.9 broken DataGrid

2005-09-13 Thread Slava Petrenko
Hi all, It seems to me mono 1.1.9 has a broken support for DataGrid's tag asp:BoundColumn. Now property Visible of that tag doesn't affect on column's visibility, it stays visible independently from a value of Visible property. Mono 1.1.9, SuSe Pro 9.3, rpms are taken from mono-project.com Any