Re: [Mono-dev] [MonoDevelop] Banshee: TypeLoadException due to mono 2.10 ?

2011-05-31 Thread Levi Bard
This is definitely a bug that has to do with mono 2.10. I installed Ubuntu 11.04, and let run banshee. It worked fine. Then I installed mono 2.10.2 from the stable tarballs. When I restarted banshee afterwards, I got: Unhandled Exception: System.TypeLoadException: Could not load type

Re: [Mono-dev] Jump trampoline threading problem with synchronized methods

2011-05-31 Thread Martin Däumler
On 30.05.11 16:50, Rodrigo Kumpera wrote: The fix is to actually disable jmp to synchronized methods and use a regular call. On Mon, May 30, 2011 at 11:46 AM, Martin Däumler m...@cs.tu-chemnitz.de mailto:m...@cs.tu-chemnitz.de wrote: Hello, maybe there might be a problem with a

Re: [Mono-dev] [MonoDevelop] Banshee: TypeLoadException due to mono 2.10 ?

2011-05-31 Thread Rodrigo Kumpera
Are there bug reports for those issues? Please fill them so they can be fixed. On Tue, May 31, 2011 at 6:06 AM, Levi Bard taktaktaktaktaktaktaktaktak...@gmail.com wrote: This is definitely a bug that has to do with mono 2.10. I installed Ubuntu 11.04, and let run banshee. It worked fine.

Re: [Mono-dev] [MonoDevelop] Banshee: TypeLoadException due to mono 2.10 ?

2011-05-31 Thread Quandary
Is there anyone left to fix the bugs if I file them ? But yes, you're right, I just checked. If I start it like this: /usr/lib/banshee-1# ./Banshee.exe then it works When I start it like this: /usr/lib/banshee-1# mono Banshee.exe or like this /usr/lib/banshee-1# mono Banshee.exe then I get

[Mono-list] https with webHttpBinding?

2011-05-31 Thread wuffus
Hello, I am trying to make a self-hosted wcf service for a Silverlight client. I have managed to get https working with basicHttpBinding. But it does not work with webHttpBinding under mono. (Error message: Requested listen uri scheme must be http, but was https.) Is it possible to use

Re: [Mono-list] https with webHttpBinding?

2011-05-31 Thread Atsushi Eno
Hello, For this case, I can only say it should work without any runnable example. See how WebHttpBinding supports HttpsTransportBindingElement here (especially in .ctor() and Scheme property):

Re: [Mono-list] future of Mono

2011-05-31 Thread Matthew Winter
Hi, On 31/05/2011, at 11:09 AM, Mike Christensen wrote: I, for one, after hearing that Attachmate was firing the Mono team thought Well crap, that's game over for Mono - that was fun while it lasted.. That was my first impression to when I heard. But during the past few weeks learning

Re: [Mono-list] https with webHttpBinding?

2011-05-31 Thread wuffus
Thank you, I am getting closer to a solution. I found out that I need to set up the webHttpBinding in code, instead of in the config file. -- View this message in context: http://mono.1490590.n4.nabble.com/https-with-webHttpBinding-tp3562650p3562793.html Sent from the Mono - General mailing

Re: [Mono-list] future of Mono

2011-05-31 Thread Daniel Hughes
Miguel de Icaza was asked about creating a non profit organisation for mono, (mono foundation) but he said he did not have the time to do it, however het did offer to support it if one was created. I think a non profit organisation for mono is a very good idea. On Tue, May 31, 2011 at 10:54 PM,

Re: [Mono-list] future of Mono

2011-05-31 Thread Dotan Cohen
On Tue, May 31, 2011 at 13:54, Matthew Winter winte...@teratools.com wrote: As for Attachmate/Novell/SuSE, they have lost me as a Linux customer. I will be using Ubuntu from now on, and recommending that going forward. Regards Matt Hi Matt. Longtime Kubuntu user, and frequent distro

Re: [Mono-list] https with webHttpBinding?

2011-05-31 Thread Atsushi Eno
Ah, that's a good information to proceed :) So far I have commited some changes in WebHttpBinding in git master and mono-2-10 branches so that it takes configuration into consideration at least. Your code might work now. (Don't hit me if it still doesn't, I don't have verifiable code from you

Re: [Mono-list] future of Mono

2011-05-31 Thread Matthew Winter
On 31/05/2011, at 10:14 PM, Dale Ragan wrote: Did a not-for-profit company ever get setup to maintain the Mono domains, homepage, IP, etc? I'm one of the organizer's for Monospace[1] and we do have plans to create a non-profit around Mono once we get the conference behind us. We'll be

Re: [Mono-list] future of Mono

2011-05-31 Thread jmalcolm
ArmchairBronco wrote: Matthew, I'm curious why you think you can't use MonoTouch now. I'm still operating under the assumption that MonoTouch will still be a viable solution for me. I'm sure that that there will be bumps in the road, and there may be some issues that I can't work around,

Re: [Mono-list] future of Mono

2011-05-31 Thread Matthew Winter
On 31/05/2011, at 11:03 PM, jmalcolm wrote: ArmchairBronco wrote: Matthew, I'm curious why you think you can't use MonoTouch now. I'm still operating under the assumption that MonoTouch will still be a viable solution for me. I'm sure that that there will be bumps in the road, and there

Re: [Mono-list] ubuntu support

2011-05-31 Thread Victor Rocha
I guess this could be addressed with current Debian/Ubuntu mono packagers, who would be more knowledgeable on both technical and process details. On Sat, May 21, 2011 at 12:24 PM, NokNok Developer develo...@noknok.net wrote: Ok, I will bite. Lets say we were willing to sponsor such an

[Mono-list] Incorrect TCP connection termination in Novell.Directory.Ldap.Disconnect using SSL on Windows

2011-05-31 Thread pseud0
Hi, we are using Novell.Directory.Ldap.dll from Mono 2.10.2 in a VS2005 C# application on Windows. When we watch the network traffic for an LDAP connection using SSL, during a Disconnect the client terminates the connection with a tcp reset rather than a fin. This happens even with the very simple

[Mono-list] linux+mono and windows client sslstream communication failure

2011-05-31 Thread Chirag Patel
Hi, I need to debug a client server communication failure, while I'm trying to migrate my windows .net framework code to linux mono. Here is some code on the client: _sslstream = new SslStream(_tcpclient.GetStream(), false, callback, null);

Re: [Mono-list] linux+mono and windows client sslstream communication failure

2011-05-31 Thread Sebastien Pouliot
On Tue, 2011-05-31 at 10:47 -0700, Chirag Patel wrote: Hi, I need to debug a client server communication failure, while I'm trying to migrate my windows .net framework code to linux mono. Here is some code on the client: _sslstream = new SslStream(_tcpclient.GetStream(), false,

Re: [Mono-list] future of Mono

2011-05-31 Thread jmalcolm
Matthew Winter wrote: My biggest concern is purely upgrades. I have read many tweets/posts suggesting that Attachmate/Novell are not activating new licenses (I have no proof this is true other than the number of posts), and since the core development team is no longer a part of

[Mono-list] Mono Foundation

2011-05-31 Thread James Darbyshire
Hi all, Has anyone made any progress on a 'mono foundation'? I have been working on some plans this end (including registering monofoundation.net monofoundation.org domain names for us to use), but it would be good if we could all put our heads together to help get the foundation off the

Re: [Mono-list] Mono Foundation

2011-05-31 Thread Dale Ragan
Hey James, I'm happy to see interest popping up around this topic. I'm one of the organizer's for Monospace[1] and we will be discussing the future of such a venture at the conference and getting a non-profit organization around Mono setup once the conference is

Re: [Mono-list] Mono Foundation

2011-05-31 Thread James Darbyshire
Hi Dale, Unfortunately I am in Sydney, Australia, so not going to be able to make it to the conference - even though I would love to be there. However, I would be more than happy to have an online meeting (Skype or GoTo meeting) with you to discuss the needs/objectives. As said, I have the 2