[Mono-winforms-list] TLS Invalid Certificate Error when connecting to WebService

2011-09-29 Thread GCHQ
Attempting to debug a windows app in Mono produces this error when it attempts to connect to the backend web service http://mono.1490590.n4.nabble.com/file/n3856100/Mono_001.jpg I ran certmg --ssl mysite.com It found the current certificate (X.509 v3) from Comodo (valid from 16/04/2010 to

Re: [Mono-winforms-list] TLS Invalid Certificate Error when connecting to WebService

2011-09-29 Thread GCHQ
http://mono.1490590.n4.nabble.com/file/n3856109/Mono_001.jpg -- View this message in context: http://mono.1490590.n4.nabble.com/TLS-Invalid-Certificate-Error-when-connecting-to-WebService-tp3856100p3856109.html Sent from the Mono - WinForms mailing list archive at

Re: [Mono-dev] Socket.Accept() causes [1]+ Stopped

2011-09-29 Thread DJL
ahh, that kinda makes sense - although I am not expecting my bash script to require user input. Thanks for the pointer, I'll do some more digging btw - what's the convention in here? top or bottom post? does it matter? On 28 September 2011 20:03, Robert Jordan [via Mono]

[Mono-dev] System.Data.OracleClient.OracleParameter.SetOracleType() bug?

2011-09-29 Thread iamwind
the source code: private void SetOracleType (OracleType type, bool inferring) { FreeHandle (); Type valType = value.GetType (); string exception =

[Mono-list] mono e ikvm problem

2011-09-29 Thread alessandro binhara
I coppy IKVM dll to directory aplication and mono run but i got a exception from aplication.. it start runing... and : /home/binhara# mono scalabilty.exe = Prevayler vs JDBC Scalability Tests

Re: [Mono-list] gnome-sharp compilation error

2011-09-29 Thread Daniel Soto
I did it!! I hacked {root}/sample/gnomevfs/Makefile.am, commenting out lines referencing to TestXfer.cs, TestXfer.exe and Mono.GetOptions.dll (lines 18, 48, 88 and 89). Compilation successful and Monodevelop 2.6 working with Mono 2.10 building from tarball. Thanks for you great help! Regards.

Re: [Mono-list] mono e ikvm problem

2011-09-29 Thread Slide
On Thu, Sep 29, 2011 at 5:51 AM, alessandro binhara binh...@monobrasil.com.br wrote: I coppy IKVM dll to directory aplication and mono run but i got a exception from aplication.. it start runing... and : /home/binhara# mono scalabilty.exe

[Mono-list] monodevelop-debugger build errors

2011-09-29 Thread Daniel Soto
Hi! After of my adventures installing monodevelop building it from tarball, I found another error, this time related to monodevelop-debugger. At compilation, four errors occurs: ./MonoDebuggerSession.cs(124,43): error CS0115:

Re: [Mono-list] monodevelop-debugger build errors

2011-09-29 Thread Alex
Hi, This is the Mono hard debugger. It's a deprecated addin, because we use the soft debugger nowadays. You should avoid building it. Regards, Alex On Thu, Sep 29, 2011 at 3:46 PM, Daniel Soto daniel.sot...@gmail.com wrote: Hi! After of my adventures installing monodevelop building it from

Re: [Mono-list] monodevelop-debugger build errors

2011-09-29 Thread Daniel Soto
Oh, I see. Thank you so much!! 2011/9/29 Alex xtzgzo...@gmail.com Hi, This is the Mono hard debugger. It's a deprecated addin, because we use the soft debugger nowadays. You should avoid building it. Regards, Alex On Thu, Sep 29, 2011 at 3:46 PM, Daniel Soto daniel.sot...@gmail.com

Re: [Mono-list] Method not found: 'System.Threading.Monitor.Enter'

2011-09-29 Thread Sebastien Pouliot
Hello Chris, Your application was [re]compiled against the 4.0 framework and you're still trying to execute it using the 2.0 runtime, i.e. mscorlib.dll from v2 does not have the (new v4) method that your compiled application is using. Sebastien Le 2011-09-29 à 15:37, Chris Derrick

Re: [Mono-list] Method not found: 'System.Threading.Monitor.Enter'

2011-09-29 Thread Chris Derrick
Thanks, that was it. I guess that I must have upgraded mono-devel at the same time which in turn changed the runtime version of my solution. Thanks again! -- View this message in context: http://mono.1490590.n4.nabble.com/Method-not-found-System-Threading-Monitor-Enter-tp3857390p3857512.html

[Mono-list] Method not found: 'System.Threading.Monitor.Enter'

2011-09-29 Thread Chris Derrick
I'm running Ubuntu 10.04 and I wrote a service that worked correctly on mono-2.0-service version 2.6.7-5ubuntu1~dhx1 (which I installed through http://badgerports.org/), but I was prompted to update to 2.10.5-1~dhx1~lucid1 and now the service is throwing this error: mono-service2 Sample.exe

[Mono-list] Can You Programmatically Determining Architecture (x86, x64, IA64)?

2011-09-29 Thread Rodney Foley
Is there a cross-platform pure C# (Mono/.Net) method for determining if your code is running on an IA64 system? Calling Environment.Is64BitOperatingSystem property will tell me 32bit pr 64bit. However that doesn't tell me if it is Itanium. Calling

[Mono-list] geting process when they out

2011-09-29 Thread Leonel Florin Selles
hi: I need to know when a process get exit, before I have get a list with Process.GetProcess(); and I have put their .EnableRaisingEvent to true and I have create the methor thar will respond when some process get exit, and added to their event Exited, but when I close a process that is in the