[Mono-list] System.DllNotFoundException: gdiplus.dll

2008-05-05 Thread matt
Could anyone give me some pointers on how to troubleshoot the following error? I checked and verified i have libgdiplus.so on my machine (theres actually 2 diffrent copies) This is a console only CentOS server running mod-mono 1.9.1, pages that dont use graphical stuff work mint. I looked at

[Mono-list] ALINK: error A1010: Missing: '' for 'culture' option

2008-05-05 Thread Julian Amann
I tried to build some projects, which were originally developed under visual studio 2008 I tested 5 projects - 4 work fine but one fails The linker (???) says: "ALINK: error A1010: Missing: '' for 'culture' option" I have no idea what this means - has anybody an idea how to fix this?

Re: [Mono-list] How best to detect if running in mono from an unmanaged library?

2008-05-05 Thread Paolo Molaro
On 04/30/08 Maser, Dan wrote: > I've got a situation where my managed app p/invokes to my unmanaged > library. The unmanaged library also gets used in regular unmanaged > processes. > > The library has some logic that uses the name of the executable. > Which doesn't what I want when it's used

Re: [Mono-list] Linux Printers

2008-05-05 Thread Ivan N. Zlatev
On Mon, May 5, 2008 at 3:08 PM, Steve Harp <[EMAIL PROTECTED]> wrote: > > > >On 5/2/08, Steve Harp <[EMAIL PROTECTED]> wrote: > >> Hi All, > >> > >> How do I get list of available printers on a Linux machine? I'm using > >> C#/Mono and trying to populate a ComboBox with printers available on the >

Re: [Mono-list] Linux Printers

2008-05-05 Thread Steve Harp
>On 5/2/08, Steve Harp <[EMAIL PROTECTED]> wrote: >> Hi All, >> >> How do I get list of available printers on a Linux machine? I'm using >> C#/Mono and trying to populate a ComboBox with printers available on the >> computer. > One way is to use > System.Drawing.Printing.PrinterSettings.Installe

Re: [Mono-list] Mono 1.9.1 and MonoDevelop 1.0 Packages for Debian Etch

2008-05-05 Thread Adrien Dessemond
On Sun, 27 Apr 2008 15:49:43 +0200 Mirco Bauer <[EMAIL PROTECTED]> wrote: Hi, > On Thu, 2008-04-24 at 17:31 -0500, Daniel Espinosa wrote: > > Are there any plan to create Ubuntu debian packages and its repository? > > I am only a Debian Developer, you need to ask Ubuntu Developers if they > plan

Re: [Mono-list] using Gecko not working in Monodevelop in Ubuntu Hardy

2008-05-05 Thread Mads Bondo Dydensborg
fredag 02 Maj 2008 skrev supercarrot: > > Please help, having real problems with trying to use Gecko. I have "using > Gecko;" It states: > > The type namespace name `Gecko' could not be found. Are you missing a using > directive or an assembley directive?(CS0246) You probably need an assembly re

Re: [Mono-list] Compiling Mono from source code

2008-05-05 Thread Robert Jordan
You must set the env var MONO_DEPENDENCIES_PREFIX to point to your local mono installation. However, you will not succeed w/out cygwin since it's still needed for parts of mono's build process. Robert Paramesh Gunasekaran wrote: > I also tried Visual Studio build by building mono.sln present at

Re: [Mono-list] Compiling Mono from source code

2008-05-05 Thread Paramesh Gunasekaran
I also tried Visual Studio build by building mono.sln present at C:\Cygwin\usr\src\mono\mono\msvc. I've attached the error produced during the build. Any clue here??? On Fri, May 2, 2008 at 4:01 PM, Paramesh Gunasekaran < [EMAIL PROTECTED]> wrote: > I'm seeing the same error No luck Any

[Mono-list] using Gecko not working in Monodevelop in Ubuntu Hardy

2008-05-05 Thread supercarrot
Please help, having real problems with trying to use Gecko. I have "using Gecko;" It states: The type namespace name `Gecko' could not be found. Are you missing a using directive or an assembley directive?(CS0246) I have installed everything in the repository that is linked with Gecko or Mozilla

Re: [Mono-list] Using System.Data.Common.DbProviderFactory with Mono

2008-05-05 Thread hannes_a
I have a similar problem with ASP.NET site to connect to oracle on mono. Same error message with mono 1.9.1 Oracle 11g 64 bit on openSuse 10.3 64 bit And I have actually no idea, how to solve ssamayoa wrote: > >> As with any software, bugs are part of it and we sincerely appreciate >> your effo

Re: [Mono-list] Mono 1.9.1 and MonoDevelop 1.0 Packages for Debian Etch

2008-05-05 Thread Mirco Bauer
On Thu, 2008-04-24 at 17:31 -0500, Daniel Espinosa wrote: > Are there any plan to create Ubuntu debian packages and its repository? I am only a Debian Developer, you need to ask Ubuntu Developers if they plan to create backports. > > 2008/4/24 Mirco Bauer <[EMAIL PROTECTED]>: > > [please CC me i

Re: [Mono-list] Mono 1.9.1 and MonoDevelop 1.0 Packages for Debian Etch

2008-05-05 Thread Mirco Bauer
On Thu, 2008-04-24 at 23:06 -0700, [EMAIL PROTECTED] wrote: > Do those debs work in Ubuntu too or just Debian? Thanks for all your hard > work. They are known to work on Ubuntu/Gutsy. If you have problems please tell me. > > Tony > > Mirco Bauer-2 wrote: > > > > [please CC me if you reply

Re: [Mono-list] Mono 1.9.1 and MonoDevelop 1.0 Packages for Debian Etch

2008-05-05 Thread Mirco Bauer
On Sat, 2008-04-26 at 12:47 +0200, Ben Motmans wrote: > are there any packages for amd64? Or is there some "easy" way to get > them without installing the complete mono stack from source ? I only build for the x86 architecture, but you can rebuild the package easily on your favorite architecture