Re: [Mono-dev] HttpListener https bug?

2010-09-07 Thread salar2k
Thanks for the reply. I've done the way you did and it works. But that was not my issue. Try to set browser's proxy to "localhost:9667" and browse https://mail.google.com/mail/ . You will see it doesn't work and connection resets. This happens only when you're using https in listener. Change l

[Mono-dev] Interrop native lib

2010-09-07 Thread olivier dufour
Hello, I try to create my own extension for banshee but I have an issue My project contain 2 project files: 1 c++ project with a native lib and a managed part for extension and glue with banshee. All my code is here : http://github.com/dufoli/banshee All work yesterday, and today, I do not know

Re: [Mono-dev] XBuild colors

2010-09-07 Thread Ankit Jain
What are you setting XBUILD_COLORS to? It works for me (2.6.7 on opensuse 11.2). What terminal are you trying this in? -Ankit On Wed, Sep 8, 2010 at 2:52 AM, Nicholas Salerno wrote: > Has anyone noticed that XBuild warnings are not being colored?  Or is it > just my setup (Mono 2.6.7 on openSUSE

Re: [Mono-dev] HttpListener https bug?

2010-09-07 Thread Gonzalo Paniagua Javier
I've followed the steps in http://www.mono-project.com/UsingClientCertificatesWithXSP to create a root certificate and a client certificate (instead of generating a .p12, I created a .pvk and a .cer) and then used the "client" certificate as my server's. Then I created a small program (attached hl

[Mono-dev] XBuild colors

2010-09-07 Thread Nicholas Salerno
Has anyone noticed that XBuild warnings are not being colored? Or is it just my setup (Mono 2.6.7 on openSUSE 11.2)? If I change the colors via the XBUILD_COLORS shell variable I can see the colors change for errors and events, but warnings appear unaffected. They still remain the default ter

[Mono-dev] mkbundle assembler generation

2010-09-07 Thread Hin-Tak Leung
Hi, (I am not subscribed to mono-devel so please cc:) . Recently I have played with mkbundle and monolinker and they are rather neat! So thanks. I am wondering why mkbundle generates assembler, instead of say, C? according to the git log, it has been this way since day 1. What the generated ass

[Mono-dev] Sesame SPARQL desktop client

2010-09-07 Thread Anton Andreev
Hello, My friend Jeen and I have released a new client for Sesame repositories and SPARQL endpoints. It is written in C#, Windows.Forms and uses libraries from Java converted to .NET through IKVM. Geeky, isn't it? The web site is: http://sourceforge.net/projects/sesamewinclient/ 1. Could someo