Re: [Mono-dev] (WCF) Binding elements order

2010-07-07 Thread Thiago Padilha
Hi, Try this test on both plataforms : [Test] [ExpectedExceptionAttribute(typeof(InvalidOperationException))] public void BuildChannelListenerThrowsIfOrderIsIncorrect () { BindingElement[] bindingElements = new BindingElement[2];

[Mono-dev] 70014 error on mod_mono start

2010-07-07 Thread Ben Clewett
Dear Mono, I have recently upgraded to 2.6.4, and I am now having a lot of difficulty starting mod_mono. The Apache error log will report: [Wed Jul 07 11:33:02 2010] [error] (70014)End of file found: read_data failed [Wed Jul 07 11:33:02 2010] [error] Command stream corrupted, last command

[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

[Mono-dev] diff: bug-438454.exe.stdout.expected: No such file or directory

2010-07-07 Thread KISHIMOTO, Makoto
Hello, In my FreeBSD box, make check of Mono svn trunk failed. log is follow. $ gmake check Making check in po gmake[1]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po' Making check in mcs gmake[2]: Entering directory `/export/home/ksmakoto/Mono/BUILD/po/mcs' gmake[2]: Leaving directory

[Mono-dev] Different behavior on Thread(ThreadEntryPoint, maxStackSize) on .net and mono?

2010-07-07 Thread Torello Querci
Hi guys, I'm testing an the behavior of Thread class on mono and VS2005. In the documentation page of MS it's specify that is maxStackSize is less of 128KB an ArgumentOutOfRangeException it's raised. This seems not to be true. Using this code I try to change the maxStackSize value and wait to

Re: [Mono-dev] [Mono-list] Preview 2.6.6

2010-07-07 Thread Paul
Hi, We have pushed a preview release of Mono (actually sort of a release). Find your files, installers, and repos here: http://mono.ximian.com/monobuild/preview/download-preview/ Nice. Pity libgdiplus won't build... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/glib-2.0

Re: [Mono-dev] [Mono-list] Preview 2.6.6

2010-07-07 Thread Sebastien Pouliot
Paul, That will happen if you have the latest libpng 1.2 (with last week security fix) but compile with earlier libpng 1.2 and (newer) 1.4. Fix is in SVN (both HEAD and 2.6 branch). Sebastien On Wed, 2010-07-07 at 22:04 +0100, Paul wrote: Hi, We have pushed a preview release of Mono

[Mono-dev] SVN based mono monodevelop install, but (new) moonlight project gives error

2010-07-07 Thread ted leslie
I have built mono, monodevelop (even moonlight) from svn. Everything works fine, even the generated moonlight plugins to firefox and chrome and monodevelop works great, BUT on start up of monodevelop (or if one tries to make a new moonlight project) I get the following (enclosed below). I

Re: [Mono-dev] SVN based mono monodevelop install, but (new) moonlight project gives error

2010-07-07 Thread ted leslie
Now when I build a moonlight project i get: Unhandled Exception: System.ArgumentException: Path is empty at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x0] in filename