Re: [Mono-dev] Problem with custim marshaller on list

2015-10-16 Thread Robert Jordan
Hey, On 15.10.2015 18:21, Guillaume wrote: when I call that method, I have this error: marshaling type 15 not implemented * Assertion: should not be reached at marshal.c:1952 The error most likely means that Mono's marshaller does not support generic types in structures supposed to be used in

[Mono-dev] Problem with custim marshaller on list

2015-10-15 Thread Guillaume
Hello, I have made a custom marshaller for lists. My class is simple: [StructLayout(LayoutKind.Sequential)] struct Toto2 { public Toto2(long a, IList b):this() {this.a = a; /*this.b = b;*/} public long a{ get; private set;}

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Marius Ungureanu
gt; transparency is incorrect. >>> >>> Kind regards, >>> Benjamin >>> >>> Am 2015-06-09 12:45, schrieb Alexander Köplinger: >>> >>> There aren't that many commits for pngcodec.c in the last 4 years >>>> (which is whe

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
e too hard to figure out which one broke your scenario. -- Alex > To: kno...@gmail.com > Date: Tue, 9 Jun 2015 12:31:43 +0200 > From: benja...@anderdonau.de > CC: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable >

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Andres G. Aragoneses
Date: Tue, 9 Jun 2015 12:31:43 +0200 > From: benja...@anderdonau.de > CC: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable > > Alright, I compiled libgdiplus 2.10 and put it into /opt/libgdiplus2.10/ > I then did the

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
too hard to figure out which one broke your scenario. > > -- Alex > >> To: kno...@gmail.com >> Date: Tue, 9 Jun 2015 12:31:43 +0200 >> From: benja...@anderdonau.de >> CC: mono-devel-list@lists.ximian.com >> Subject: Re: [Mono-dev] Problem with PNG transparan

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
ocs/getting-started/install/linux/#debian-ubuntu-and-derivatives > [2] ? > > I suspect this has something to do with libgdiplus (the native library most > of the System.Drawing code calls into). > > -- Alex > >> To: mono-devel-list@lists.ximian.com >> Date: Tue, 9

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Alexander Köplinger
lex > To: kno...@gmail.com > Date: Tue, 9 Jun 2015 12:31:43 +0200 > From: benja...@anderdonau.de > CC: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Problem with PNG transparancy on current Debian > Unstable > > Alright, I compiled libgdiplus 2.10 and put it int

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Rafael Teixeira
Alex > > > To: mono-devel-list@lists.ximian.com > > Date: Tue, 9 Jun 2015 10:15:02 +0200 > > From: benja...@anderdonau.de > > Subject: [Mono-dev] Problem with PNG transparancy on current Debian > Unstable > > > > Hello. > > > > I have a problem

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
hing to do with libgdiplus (the native library most of the System.Drawing code calls into). -- Alex > To: mono-devel-list@lists.ximian.com > Date: Tue, 9 Jun 2015 10:15:02 +0200 > From: benja...@anderdonau.de > Subject: [Mono-dev] Problem with PNG transparancy on current Debian Uns

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
ves ? I suspect this has something to do with libgdiplus (the native library most of the System.Drawing code calls into). -- Alex > To: mono-devel-list@lists.ximian.com > Date: Tue, 9 Jun 2015 10:15:02 +0200 > From: benja...@anderdonau.de > Subject: [Mono-dev] Problem with PNG t

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Andres G. Aragoneses
bject: [Mono-dev] Problem with PNG transparancy on current Debian Unstable > > Hello. > > I have a problem with PNG transparancy in mono on current Debian > Unstable. > I created a small example (4 kB download) with minimal code and two > example images: > https://oc.ander

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
- Alex > >> To: mono-devel-list@lists.ximian.com >> Date: Tue, 9 Jun 2015 10:15:02 +0200 >> From: benja...@anderdonau.de >> Subject: [Mono-dev] Problem with PNG transparancy on current Debian Unstable >> >> Hello. >> >> I have a problem with

Re: [Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Alexander Köplinger
the System.Drawing code calls into). -- Alex > To: mono-devel-list@lists.ximian.com > Date: Tue, 9 Jun 2015 10:15:02 +0200 > From: benja...@anderdonau.de > Subject: [Mono-dev] Problem with PNG transparancy on current Debian Unstable > > Hello. > > I have a problem

[Mono-dev] Problem with PNG transparancy on current Debian Unstable

2015-06-09 Thread Benjamin Schieder
Hello. I have a problem with PNG transparancy in mono on current Debian Unstable. I created a small example (4 kB download) with minimal code and two example images: https://oc.anderdonau.de/index.php/s/VwTAlcjETG6j3XP Running this example on a current Debian Unstable results in this - bad -

Re: [Mono-dev] Problem building with big arrays

2014-06-10 Thread Brandon Perry
I believe you can enable big array support with recompilation. --enable-big-arrays --with-large-heap On Tue, Jun 10, 2014 at 7:33 PM, Neale Ferguson wrote: > Building from head and using --trace=E > > [0x228a030:] EXCEPTION handling: System.IndexOutOfRangeException: > Array index is out of

[Mono-dev] Problem building with big arrays

2014-06-10 Thread Neale Ferguson
Building from head and using --trace=E [0x228a030:] EXCEPTION handling: System.IndexOutOfRangeException: Array index is out of range. [0x228a030:] EXCEPTION handling: System.TypeInitializationException: An exception was thrown by the type initializer for System.TermInfoDriver [0x228a

Re: [Mono-dev] Problem with full-AOT mode on ARM

2014-06-01 Thread LarsJep
Hi again, I could really use some help on this problem. Any help is appreciated. Ex. Has anyone got --full-aot on ARM working on this mono version ?, if yes with what compiler/kernel version. Is is normal to have .so.la files ?, or is the problem that it tries to load it ? Any ideas on how I sho

[Mono-dev] Problem with full-AOT mode on ARM

2014-05-15 Thread LarsJep
Hi, I'm having a problem with running with the --full-aot option. I have compiled the core libraries with the --aot=full option. But when I start my program with --full-aot I just get this error message: Failed to load AOT module '/usr/local/lib/mono/4.5/mscorlib.dll.so' in aot-only mode. But th

Re: [Mono-dev] Problem with Mono 3.4.0 and config appSettings on ARM target

2014-04-22 Thread Alex J Lennon
On 21/04/2014 09:01, Alex J Lennon wrote: > Hi all, > > I've encountered a problem with an application I was running on an ARM > VFP (i.MX6) target > under 3.2.8, which now fails under 3.4.0. > > The error reported is related to a problem with the configuration file > and in particular the > elem

[Mono-dev] Problem with Mono 3.4.0 and config appSettings on ARM target

2014-04-21 Thread Alex J Lennon
Hi all, I've encountered a problem with an application I was running on an ARM VFP (i.MX6) target under 3.2.8, which now fails under 3.4.0. The error reported is related to a problem with the configuration file and in particular the element, I have reduced it down to a simple test case as follo

Re: [Mono-dev] Problem building mono from source

2013-09-16 Thread Luciano _
Hi Rodrigo, it works with: CFLAGS="-m32" ./configure --host=i386-linux-gnu Date: Tue, 10 Sep 2013 11:38:24 -0400 Subject: Re: [Mono-dev] Problem building mono from source From: kump...@gmail.com To: ln...@hotmail.com CC: mono-devel-list@lists.ximian.com It looks like you're

Re: [Mono-dev] Problem building mono from source

2013-09-10 Thread Rodrigo Kumpera
@hotmail.com > CC: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Problem building mono from source > > > What target are you trying to compile mono for? > > > On Sun, Sep 8, 2013 at 7:59 PM, Luciano _ wrote: > > > Hi, i’m having problems building mono from

Re: [Mono-dev] Problem building mono from source

2013-09-09 Thread Luciano _
Linux, Debian wheezy x86-64 Date: Sun, 8 Sep 2013 21:45:52 -0400 From: kump...@gmail.com To: ln...@hotmail.com CC: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Problem building mono from source What target are you trying to compile mono for? On Sun, Sep 8, 2013 at 7:59 PM

Re: [Mono-dev] Problem building mono from source

2013-09-08 Thread Rodrigo Kumpera
What target are you trying to compile mono for? On Sun, Sep 8, 2013 at 7:59 PM, Luciano _ wrote: > > Hi, i’m having problems building mono from source. Could someone point me > to the solution? Thanks. > > > > Making all in utils > make[3]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono

[Mono-dev] Problem building mono from source

2013-09-08 Thread Luciano _
Hi, i’m having problems building mono from source. Could someone point me to the solution? Thanks. Making all in utils make[3]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils' make all-am make[4]: se ingresa al directorio `/root/mono32/mono-3.2.0/mono/utils' CC mono-m

Re: [Mono-dev] problem compiling mono

2013-08-02 Thread Greg Najda
*** You need Mono version 2.4 or better installed to build MCS *** Check mono README for information on how to bootstrap a Mono installation. As the message says, you need a working mono installed. On Wed, Jul 31, 2013 at 6:03 PM, alex ninos wrote: > Hi > I get this message what should i do? >

[Mono-dev] problem compiling mono

2013-08-02 Thread alex ninos
Hi I get this message what should i do? make[2]: Entering directory `/home/alexandros/mono/runtime' if test -w /home/alexandros/mono/mcs; then :; else chmod -R +w /home/alexandros/mono/mcs; fi cd /home/alexandros/mono/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES=' net_2_0 net_3_5

[Mono-dev] problem compiling mono

2013-08-02 Thread alex ninos
Hi I get this message what should i do? make[2]: Entering directory `/home/alexandros/mono/runtime' if test -w /home/alexandros/mono/mcs; then :; else chmod -R +w /home/alexandros/mono/mcs; fi cd /home/alexandros/mono/mcs && make --no-print-directory -s NO_DIR_CHECK=1 PROFILES=' net_2_0 net_3_5

[Mono-dev] problem with loading System.Windows.Forms.XplatUI on osx mono 3.0.1

2012-11-14 Thread Jonathan Shore
I am trying to run a simple WinForms application (verified to work on windows and Linux mono 3.0.x). For whatever reason, mono has a problem attaching to or finding the libc shared lib: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Form

Re: [Mono-dev] problem every 8k with using Microsoft Exchange Web Services Managed API

2012-05-15 Thread Belis, Joeri
[mailto:mono-devel-list-boun...@lists.ximian.com] Namens Belis, Joeri Verzonden: maandag 14 mei 2012 17:04 Aan: mono-devel-list@lists.ximian.com Onderwerp: [Mono-dev] problem every 8k with using Microsoft Exchange Web Services Managed API Using the Microsoft Exchange Web Services Managed API on linux with

[Mono-dev] problem every 8k with using Microsoft Exchange Web Services Managed API

2012-05-14 Thread Belis, Joeri
Using the Microsoft Exchange Web Services Managed API on linux with mono te extract attachments from exchange server gives an error in the extracted attachment every 8K At byte 8192 and 16384 ( and i guess after every 8k block ) it is loosing data. I got only my code working in linux/mono becaus

[Mono-dev] Problem with libgdilplus (probably)

2012-04-15 Thread Konrad Kruczyński
Hi all, I'm trying to run the cooja software [1] on IKVM via Mono. Unfortunately it crashes with segfault soon, and, due to stack traces, I believe that the problem is in the libgdiplus or the abovelying System.Drawing (I'm aware that in case of memory corruption problems the points of segfauls may

Re: [Mono-dev] Problem cross compiling for windows

2012-02-05 Thread Jeff Ward
So, I figured this out (there's an issue detecting Mono Version on the master branch). However, trunk is currently crashing when the .dll loads (I believe). I can't tell if this is an issue with MinGW or with trunk. Anyone have any ideas? -- Jeff On Sun, Feb 5, 2012 at 3:53 PM, Jeff Ward wrot

[Mono-dev] Problem cross compiling for windows

2012-02-05 Thread Jeff Ward
I'm attempting to build the trunk source for windows on an ubuntu system but I keep running into an error: This is the command I'm running: ./build-mingw32.sh -d /usr/i586-mingw32msvc -m i586-mingw32msvc And the error: checking build system type... Invalid configuration `dist-bzip2': machine `dis

[Mono-dev] Problem with EventWaitHandle.WaitOne(timeout) during setting time

2012-01-17 Thread Mirko Wischer
Hi everyone, we hit a problem concerning EventWaitHandle.WaitOne(timeout) in conjunction with changing system time during long timeouts. The problem only exists using named events. After a short analysis I think I found the main problem: In the io-layer the WaitForSingleObjectEx method uses _w

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Torello Querci
Bug filled: http://bugzilla.xamarin.com/show_bug.cgi?id=1888 Sorry for the delay. 2011/11/4 Robert Jordan : > On 04.11.2011 13:26, Robert Jordan wrote: >> Meanwhile, you could just increase the open files limit >> with "ulimit -S -H 2", so don't mark the bug as super critical ;) > > I've fat

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Robert Jordan
On 04.11.2011 13:26, Robert Jordan wrote: > Meanwhile, you could just increase the open files limit > with "ulimit -S -H 2", so don't mark the bug as super critical ;) I've fat-fingered ulimit's arguments: ulimit -S -H -n 2 Robert ___ Mono-dev

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Robert Jordan
On 04.11.2011 08:19, Torello Querci wrote: > Hi al, > > trying to handle more that 1024 handle file I got an exception even if > I increase the max number of file limit using "setrlimit". The example > source code below. > Of course mono have the right pcap permission. This is a bug in Mono's io-l

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Robert Jordan
On 04.11.2011 11:18, Torello Querci wrote: > Hy Robert, > > On 32bit arch IntPtr is 32bit, on 64 bit arch, IntPrt is 64 bit. Yes, this is not the issue here. > > However I try your suggestion but the setrlimit no more work. Looking > inside the strace output this is the setrlimit syscall: > > set

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Torello Querci
Hy Robert, On 32bit arch IntPtr is 32bit, on 64 bit arch, IntPrt is 64 bit. However I try your suggestion but the setrlimit no more work. Looking inside the strace output this is the setrlimit syscall: setrlimit(RLIMIT_NOFILE, {rlim_cur=2, rlim_max=0}) = -1 EINVAL (Invalid argument) As you

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Robert Jordan
On 04.11.2011 10:49, Torello Querci wrote: > Sorry, You are right I'm on 32bit arch Then you need this: struct rlimit { public long rlimit_cur; public long rlimit_max; } Robert ___ Mono-devel-

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Torello Querci
Looking in the strace output file this is the setrlimit call: setrlimit(RLIMIT_NOFILE, {rlim_cur=2, rlim_max=2}) = 0 so seems to be correct 2011/11/4 Torello Querci : > Sorry, You are right I'm on 32bit arch > > 2011/11/4 Robert Jordan : >> On 04.11.2011 10:17, Torello Querci

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Torello Querci
Sorry, You are right I'm on 32bit arch 2011/11/4 Robert Jordan : > On 04.11.2011 10:17, Torello Querci wrote: >> This is the first test that I realized. >> On the same machine, same kernel same calls > > You don't say which Mono arch you're using. On 32 bit, > the following might no

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Robert Jordan
On 04.11.2011 10:17, Torello Querci wrote: > This is the first test that I realized. > On the same machine, same kernel same calls You don't say which Mono arch you're using. On 32 bit, the following might not be correct: struct rlimit { public IntPtr rlimit_cur;

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Torello Querci
This is the first test that I realized. On the same machine, same kernel same calls Below the source code: = #include //#include #include int main(int argc, char* argv[]) { FILE** fp; int nFiles = atoi(ar

Re: [Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Alan
Hi, Mono itself has no trouble opening 1000's of files. Would you be able to create an equivalent C program and see if that works as expected? My guess would be that the equivalent C program will fail in the same way. If it does not, then it's likely to be a mono bug. Alan On 4 November 2011 07:

[Mono-dev] Problem handling more the 1024 file handle

2011-11-04 Thread Torello Querci
Hi al, trying to handle more that 1024 handle file I got an exception even if I increase the max number of file limit using "setrlimit". The example source code below. Of course mono have the right pcap permission. Using strace on both this code and no setrlimit version code I have some differenc

Re: [Mono-dev] Problem with go-mono.com/status site

2011-11-01 Thread Stefano Canepa
Scott Price at "Tue, 01 Nov 2011 12:20:33 +" wrote: SP> Hello there, SP> I was wanting to review the status of certain items to see if I might be SP> able to help contribute in some areas, and found I was having a problem SP> with the pages. SP> It seems the current javascript tree

[Mono-dev] Problem with go-mono.com/status site

2011-11-01 Thread Scott Price
Hello there, I was wanting to review the status of certain items to see if I might be able to help contribute in some areas, and found I was having a problem with the pages. It seems the current javascript tree nodes will not expand. There is no error in Google Chrome, or Mozilla Firefox, bu

[Mono-dev] Problem building mscorlib.dll

2011-04-28 Thread Neale ferguson
I am adding softdebugger support to s390x and tried a build this morning. It's clean through my changes but I am getting the following when it starts on MCS: make[8]: Entering directory `/home/neale/Mono/mono/mcs/class/corlib' MCS [build] mscorlib.dll error CS2011: Unable to open respo

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-14 Thread Matt Johnson
l-list@lists.ximian.com Subject: Re: [Mono-dev] Problem when running winforms app on arm processor Matt, We cannot replicate this problem, so you'll need to help narrow down the field. Can you get the gdb output of x/6i code-16 when gdb is at tramp-arm.c line 48? Thanks

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-14 Thread Geoff Norton
.com > [mailto:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Matt Johnson > Sent: Monday, January 03, 2011 10:24 AM > To: mono-devel-list@lists.ximian.com > Subject: Re: [Mono-dev] Problem when running winforms app on arm processor > > No, I have no resolution yet. I hav

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-14 Thread Matt Johnson
:mono-devel-list-boun...@lists.ximian.com] On Behalf Of Matt Johnson Sent: Monday, January 03, 2011 10:24 AM To: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Problem when running winforms app on arm processor No, I have no resolution yet. I have simplified my winforms test application

Re: [Mono-dev] Problem when running winforms app on arm processor

2011-01-03 Thread Matt Johnson
December 17, 2010 10:52 AM To: mj1856 Subject: Re: [Mono-dev] Problem when running winforms app on arm processor Hi Matt, Did you ever resolve this? I'm experiencing the same problem. Thanks, Jae On Mon, Nov 29, 2010 at 7:44 PM, mj1856 wrote: I have cross compiled mono 2.8 with l

Re: [Mono-dev] Problem when running winforms app on arm processor

2010-12-13 Thread jaekim
I'm getting this same assertion with an arm processor. The following code triggers this exception. PositionReport.Position position = Serializer.Deserialize(streamParse); Jae mj1856 wrote: > > I have cross compiled mono 2.8 with libgdiplus for the s3c2410 processor I > am running. It is an a

[Mono-dev] Problem with WCF and IEnumerable as return type

2010-11-30 Thread Chakotey STME
Hello, I have a problem with WCF. If I have this service contract: _ Public Interface IHelloService _ Function Greet(ByVal name As String) As IEnumerable(Of Objekt) End Interface This Service: Imports System.ServiceModel Module Module1 Sub Main() Dim host As ServiceHost =

[Mono-dev] Problem when running winforms app on arm processor

2010-11-29 Thread mj1856
I have cross compiled mono 2.8 with libgdiplus for the s3c2410 processor I am running. It is an arm920t (armv4t architecture). I use scratchbox with a recent codesourcery toolchain. I have two test applications that I wrote in visual studio targeting .net 2.0. The first is a console app with a

Re: [Mono-dev] Problem building mono-2.8.1

2010-11-24 Thread Paul F. Johnson
Hi, > > Is there a patch to fix this? > > I just pushed one: mono-2-8 79d5f2e There is a problem later on which the patch doesn't cater for... /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net.S

Re: [Mono-dev] Problem building mono-2.8.1

2010-11-23 Thread Gonzalo Paniagua Javier
On Tue, 2010-11-23 at 13:31 +, Paul F. Johnson wrote: > Hi, > > Just working through the latest tarballs and have found I can't build > due to the following > > /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll > (Location of the symbol related to previous warning)

[Mono-dev] Problem building mono-2.8.1

2010-11-23 Thread Paul F. Johnson
Hi, Just working through the latest tarballs and have found I can't build due to the following /home/paul/rpmbuild/BUILD/mono-2.8.1/mcs/class/lib/moonlight_raw/System.dll (Location of the symbol related to previous warning) ../System/System.Net.Sockets/Socket_2_1.cs(488,69): error CS0117: `Syste

Re: [Mono-dev] Problem with FileSystemWatcher

2010-11-17 Thread Chakotey STME
mhh...ok... that's the problem. if I use the command line and type something like this: ls >> filepath the systems appends the output from ls to my file. If I use the filesystemwatcher to watch this I get exactly one event. thanks for your help chakoteystme 2010/11/17 Robert Jordan : > On 17

Re: [Mono-dev] Problem with FileSystemWatcher

2010-11-17 Thread Robert Jordan
On 17.11.2010 14:52, Chakotey STME wrote: > I use the editor vi. > Then I delete a line or insert a cr. --> the result is the same > > could it be a problem with the editor? Yes. The file is probably rewritten line-by-line. Robert ___ Mono-devel-list

Re: [Mono-dev] Problem with FileSystemWatcher

2010-11-17 Thread Chakotey STME
I use the editor vi. Then I delete a line or insert a cr. --> the result is the same could it be a problem with the editor? chakoteystme 2010/11/17 Robert Jordan : > On 17.11.2010 14:45, Chakotey STME wrote: >> If I execute this programm under windows and .net and make a change in >> the file, F

Re: [Mono-dev] Problem with FileSystemWatcher

2010-11-17 Thread Robert Jordan
On 17.11.2010 14:45, Chakotey STME wrote: > If I execute this programm under windows and .net and make a change in > the file, FileSystemWatcher get me 2 events. > It works perfect. How do you change the file? Robert ___ Mono-devel-list mailing list Mo

[Mono-dev] Problem with FileSystemWatcher

2010-11-17 Thread Chakotey STME
Hi Community, I have a big problem with the FileSystemWatcher. This is my source-Code: Private i As Integer = 0 Sub Main() Dim m_PerfdataFileWatcher As IO.FileSystemWatcher = New IO.FileSystemWatcher m_PerfdataFileWatcher.Filter = "service-perfdata" m_PerfdataFileWatc

[Mono-dev] Problem printing on Mac OS X

2010-10-29 Thread Vladimir Dimitrov
Hello, We are trying to use the printing capabilities of System.Drawing on Mac OS X. The functionality works fine on Linux and Windows but fails on Mac. Looks like the library libcups is not found by mono on Mac. Any suggestions? There is a bug report filed by my colleague here: https://bugzil

Re: [Mono-dev] Problem with Linq in Mono

2010-10-20 Thread Chakotey STME
Thanks for your answer I produced the error. It's no bug! I had no elements in the list or the list wasn't initialized when I make the .Max-Operation. Sorry 2010/10/20 Jb Evain : > Hi, > > On Wed, Oct 20, 2010 at 1:58 PM, Chakotey STME wrote: >> I have a vb.net project (.net 3.5). >> I use thi

Re: [Mono-dev] Problem with Linq in Mono

2010-10-20 Thread Jb Evain
Hi, On Wed, Oct 20, 2010 at 1:58 PM, Chakotey STME wrote: > I have a vb.net project (.net 3.5). > I use this Linq-Statement: > > Dim minPosition = myIndexing.Where(Function(x) x.Key < > beginTime).SelectMany(Function(x) x.Value).ToList > > It works perfect under .net and mono 2.6 > > But I get an

[Mono-dev] Problem with Linq in Mono

2010-10-20 Thread Chakotey STME
Hi Community, I have a vb.net project (.net 3.5). I use this Linq-Statement: Dim minPosition = myIndexing.Where(Function(x) x.Key < beginTime).SelectMany(Function(x) x.Value).ToList It works perfect under .net and mono 2.6 But I get an exception if I use this operation (i get the exception only

[Mono-dev] Problem with certificate using SMTP

2010-10-18 Thread jose_cruz64
Hi Everybody, We've been trying to send an email using the SmtpClient to the ExchangeOnline Service but it is not working, we are getting an RemoteCertificateNotAvailable Exception. Here is the configuration we are using: SmtpHost = smtp.mail.microsoftonline.com SmtpPort = 587 SmtpSSLEnabled =

Re: [Mono-dev] Problem running mkbundle using cygwin/windows

2010-10-12 Thread Patrick Kowalzick
Hello Robert, thanks for your answer. >> temp.c: In function `main': >> temp.c:170: warning: implicit declaration of function `g_utf16_to_utf8' >> Any ideas what is missing? (I'd guess a header with a valid definition >> of g_utf16_to_utf8, but I was not able to figure out where to find it). >

Re: [Mono-dev] Problem running mkbundle using cygwin/windows

2010-10-11 Thread Robert Jordan
Hey, On 11.10.2010 18:43, Patrick Kowalzick wrote: > Dear List, > > I get an error running mkbundle using cygwin/windows. I installed > mono-2.8, cygwin 1.7 (gcc-mingw, mingw-zlib) and set up the paths in my > .bashrc. > > A test run looks like: ... > > temp.c: In function `main': > temp.c:170:

[Mono-dev] Problem running mkbundle using cygwin/windows

2010-10-11 Thread Patrick Kowalzick
Dear List, I get an error running mkbundle using cygwin/windows. I installed mono-2.8, cygwin 1.7 (gcc-mingw, mingw-zlib) and set up the paths in my .bashrc. A test run looks like: $ mkbundle -z -o jpegp4d-mono.exe jpegp4d-mono-sharp.exe OS is: Windows Sources: 1 Auto-dependencies: False

[Mono-dev] Problem building against mono-2.8

2010-10-06 Thread Paul F. Johnson
Hi, A bit of help would go down well here :) I'm doing a mass rebuild for fedora against mono-2.8 and have hit a bit of a problem. When I try to build gtk-sharp2 it looks like MONO_CAIRO_LIBS is not picking up that it's now in $(libdir)/mono/2.0 instead of $(libdir)/mono/1.0. Looking in the conf

Re: [Mono-dev] Problem authenticating at ssl atom feed

2010-08-27 Thread alexware69
Thank you for the link, hope this gets fixed soon. -- View this message in context: http://mono.1490590.n4.nabble.com/Problem-authenticating-at-ssl-atom-feed-tp2328577p2341475.html Sent from the Mono - Dev mailing list archive at Nabble.com. ___ Mono-d

Re: [Mono-dev] Problem authenticating at ssl atom feed

2010-08-27 Thread Sebastien Pouliot
On Tue, 2010-08-17 at 10:31 -0700, alexware69 wrote: > Hi, yes I have already been through that article and I have tried the > mozroots.exe to import all mozilla root certificates, but still have get the > same error. I also tried: > > certmgr -ssl https://mail.google.com/mail/feed/atom > > but

[Mono-dev] Problem authenticating at ssl atom feed

2010-08-25 Thread alexware69
Hi, I am trying to connect to google's gmail atom feed in order to get unread(new) emails. I have no problems connecting in Windows, but when I try to do it in linux with mono I get the following error: Error getting response stream (Write: The authentication or decryption has failed.): SendFailu

Re: [Mono-dev] Problem authenticating at ssl atom feed

2010-08-17 Thread alexware69
Hi, yes I have already been through that article and I have tried the mozroots.exe to import all mozilla root certificates, but still have get the same error. I also tried: certmgr -ssl https://mail.google.com/mail/feed/atom but still get the error. What am I missing? -- View this message in c

Re: [Mono-dev] Problem authenticating at ssl atom feed

2010-08-17 Thread Sebastien Pouliot
Google "mono ssl gmail", first link will provide answer. Sebastien Le 2010-08-17 à 11:59, alexware69 a écrit : > > Hi, I am trying to connect to google's gmail atom feed in order to get > unread(new) emails. I have no problems connecting in Windows, but when I try > to do it in linux with mono

[Mono-dev] Problem authenticating at ssl atom feed

2010-08-17 Thread alexware69
Hi, I am trying to connect to google's gmail atom feed in order to get unread(new) emails. I have no problems connecting in Windows, but when I try to do it in linux with mono I get the following error: Error getting response stream (Write: The authentication or decryption has failed.): SendFailu

Re: [Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-12 Thread Thiago Padilha
Actually, I worked arround this by wrapping the networkstream inside a bufferedstream then used a binaryreader to advance line by line without much performance loss. Then I just passed the bufferedstream which was on the right position(even though it probably consumed the entire networkstream). On

Re: [Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-11 Thread Roman Procopie
Hi I had same problem, in similar circumstances. It seems that you need to pass the actual StreamReader to the further use of the stream. Regards Roman On 8 July 2010 22:22, Thiago Padilha wrote: > Hi, > > I'm using StreamReader to read some text from a network stream that > will contain a t

Re: [Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-08 Thread Thiago Padilha
Neverming, it seems to be the correct behavior according to http://msdn.microsoft.com/en-us/library/system.io.streamreader.readline.aspx On Thu, Jul 8, 2010 at 4:22 PM, Thiago Padilha wrote: >  Hi, > >  I'm using StreamReader to read some text from a network stream that > will contain a two part

[Mono-dev] Problem in Mono's implementation of System.IO.StreamReader?

2010-07-08 Thread Thiago Padilha
Hi, I'm using StreamReader to read some text from a network stream that will contain a two part message : the first part(the one I'm reading) contains some headers in plain text, the second part may contain any kind of data. It doesnt matter the data in the second part of the message, I inte

[Mono-dev] problem with fastcgi-mono-server4

2010-07-07 Thread begomag
Hi, can anyone help me out with this problem: http://mono.1490590.n4.nabble.com/Problem-with-fastcgi-mono-server4-tp2280670p2280670.html Thanks & best regards -- View this message in context: http://mono.1490590.n4.nabble.com/problem-with-fastcgi-mono-server4-tp2280790p2280790.html Sent from

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-06 Thread Thiago Padilha
Alan, I think I read that explanation before, but responsive UI can be achieved using background threads, so I don't think silverlight should "force" programmers to use the async pattern. It seems that the async pattern is forced at the socket level, as shown in http://msdn.microsoft.com/en

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-06 Thread Thiago Padilha
Atsushi, I doubt I have the required knowledge to implement what you said right now. As I have said before, I'm still getting familiar with WCF architeture. I hope I can contribute to your efforts soon. On Tue, Jul 6, 2010 at 1:08 AM, Atsushi Eno wrote: > Hello Thiago, > > Thanks, there's a

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-06 Thread Alan McGovern
The reason why there are no synchronous calls in silverlight is (I believe) because you can easily deadlock the plugin by attempting a synchronous call when using the browser http stack. For the web request to be completed, the browser has to be able to iterate and if a plugin is blocking,

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-05 Thread Atsushi Eno
Hello Thiago, Thanks, there's a lot of major and minor missing functionalities all around. Our class status describes large part of those missing stuff (primarily in System.ServiceModel.dll): http://go-mono.com/status/ Right now we have no plan to build "mono specific" WCF libraries. IMO libra

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-05 Thread Thiago Padilha
Hi Atsushi, I have started messing with WCF last week but I'm very interested in learning, If you need help with anything just send me a message. Also, today I'm starting to develop an http binding/channel to allow REST syncronous programming of WCF Services/Clients(compatible with moonlight/si

Re: [Mono-dev] Problem in SvcHttpHandler.cs ?

2010-07-02 Thread Atsushi Eno
Hi, Right, thanks for the analysis, that should be fixed, and I have an idea. Though I am now rewriting ASP.NET channel support based on our new HTTP (non-ASP.NET) channel stack and it does not use the code path you mentioned, I'd rather finish the rewrite first and then fix the actual issue.

[Mono-dev] Problem in SvcHttpHandler.cs ?

2010-06-29 Thread Thiago Padilha
Hi, I'm hosting a WCF service using asp.net/mono from trunk (r159644) but encountered a problem when accessing the service from a virtual machine : " The argument HTTP context did not match any of the registered listener manager (could be mismatch in URL, method etc.) http://172.16.122.2:

Re: [Mono-dev] Problem with CA sending certified emails

2010-06-22 Thread Sebastien Pouliot
g a parallel installation of 2.6, and redirecting > > > >mod_mono to use the new one, it didn't work for me: > > > >http://lists.ximian.com/pipermail/mono-aspnet-list/2010-March/000668.html > > > > > > > >My next attempt is to use http://badgerports

Re: [Mono-dev] Problem with CA sending certified emails

2010-06-22 Thread APS
gt; > > > > >My next attempt is to use http://badgerports.org/ to upgrade the whole > > >thing to 2.6. My current workaround is to use: > > >http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via- > smtpgmailcom/ > > >and send mail to localhost.

Re: [Mono-dev] Problem with CA sending certified emails

2010-06-22 Thread Sebastien Pouliot
grade the whole > >thing to 2.6. My current workaround is to use: > >http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/ > >and send mail to localhost. > > > > > >Joe > > > > > Message: 3 > > > Date: Mon, 21 Jun 201

Re: [Mono-dev] Problem with CA sending certified emails

2010-06-21 Thread APS
668.html > >My next attempt is to use http://badgerports.org/ to upgrade the whole >thing to 2.6. My current workaround is to use: >http://ubuntu-tutorials.com/2008/11/11/relaying-postfix-smtp-via-smtpgmailcom/ >and send mail to localhost. > > >Joe > > > Message: 3 >

Re: [Mono-dev] Problem with CA sending certified emails

2010-06-21 Thread Joe Dluzen
x-smtp-via-smtpgmailcom/ and send mail to localhost. Joe > Message: 3 > Date: Mon, 21 Jun 2010 11:52:38 +0200 > From: APS > Subject: [Mono-dev] Problem with CA sending certified emails > To: mono-devel-list@lists.ximian.com > Message-ID: > Content-Type: text/plain; charset="u

[Mono-dev] Problem with CA sending certified emails

2010-06-21 Thread APS
Hi everyone, I need your help cause I've problems sending certified mail with mono and a specific provider. I tried with gmail as explained in http://www.mono-project.com/FAQ:_Security#Does_SSL_works_for_SMTP.2

Re: [Mono-dev] Problem creating a parallel mono environment

2010-06-04 Thread Dale Ragan
If you're using the source tarballs to install, then during configure you need to pass the install directory by using the prefix flag. $ ./configure --prefix=$HOME/parallel/mono If you're installing from svn, then you need to use autogen.sh $ ./autogen.sh --prefix=$HOME/parallel/mono Do

  1   2   3   4   >