[Mono-list] Mono and Microsoft.CSharp.CSharpCodeProvider?

2006-08-21 Thread ChrisTheAvatar
Does mono have a CSharpCodeProvider implemented that I should be using instead of Microsoft.CSharp.CSharpCodeProvider? I am using the class to dynamically compile c# scripts from a compiled program but mono throws an error under linux: ->Unhandled Exception: System.ComponentModel.Win32Exception

Re: [Mono-list] [mono-vb] [Mono-dev] Visual Basic upgrade.

2006-08-21 Thread Rolf Bjarne
The compiler is using just about every new feature that came with VB8 (.NET v2.0), changing the compiler so that it can compile with VB7 (.NET v1.1) will be much more work than finding some other solution to emit 1.1 assemblies (like using Cecil for instance). Rolf >> > Hello, >> > >> > The vbnc

[Mono-list] The type or namespace `Npgsql' could not be found in xsp2

2006-08-21 Thread Eduardo Sanchez
Hi!, I'm testing mono+pgsql with xsp2, but keep getting the error: "The type or namespace `Npgsql' could not be found" I'm using CodeFile atribute in my index.aspx file: <%@ Page language="C#" CodeFile="index.aspx.cs" Inherits="index_aspx"%> My index.aspx.cs has the following: // created on 8/

Re: [Mono-list] ISerializable

2006-08-21 Thread einKI.ml
Hi > [NonSerialized] has no effect in ISerializable types as fields of > ISerializable types are not serialized. You didn't post a lof of your code > that is maked with that is trying to serialize one or more objects of > type Gdk.Pixpuf. Thats what I assumed but I just discovered that the

Re: [Mono-list] ISerializable

2006-08-21 Thread Kornél Pál
Hi, [NonSerialized] has no effect in ISerializable types as fields of ISerializable types are not serialized. You didn't post a lof of your code that is maked with that is trying to serialize one or more objects of type Gdk.Pixpuf. Kornél - Original Message - From: "einKI.ml" <[

[Mono-list] ISerializable

2006-08-21 Thread einKI.ml
Hi I tried to serialize a class with the ISerializable interface bacause I one member of the class is a Gdk.Pixbuf which is not serializable by default. [Serializable] public class ContentImage : ISerializable { [NonSerialized] Gdk.Pixpuf image; protected SerializablePixb

[Mono-list] TIFF Images

2006-08-21 Thread Paul Oremland
Anyone know of a C# TIFF image reader and writer? Any that can read/write TIFF Tag information. -- - Paul Oremland [EMAIL PROTECTED] "We are what we pretend to be, so we must be careful about what we pretend to be." - Kurt Vonnegut _

Re: [Mono-list] Amber Communications Framework

2006-08-21 Thread Matthijs ter Woord
The Microsoft announcement referred to in the quoted post, is that really the case? Will Microsoft fight against any compatible implementation of WCF and WPF? Regards, Matthijs ter Woord - Original Message - From: "Elliott Draper" <[EMAIL PROTECTED]> To: ; Sent: Friday, September 02,