SV: SV: [Mono-list] Verifying end certificate againstrootcertificates in store

2005-10-12 Thread Hellan.Kim KHE
Hi Sebastien, Sorry, I misunderstood you. In sourcefiles like certmgr.cs you operate on "Personal" and "TrustedRoot" stores using the X509Stores/X509Store class. What kind of "store" is that then? All I need is somewhere to put 3-4 CA certificates and use these for issuer verification of my end

[Mono-list] Cannot find '60625.dll'

2005-10-12 Thread Ben Clewett
Dear Mono, My Apache2 has reported this error when I attempt to access a WebService in Mono. After working perfectly for several weeks: Server error in '/' application Cannot find '60625.dll'. Description: Erro

[Mono-list] Re: Cannot find '60625.dll'

2005-10-12 Thread Robert Jordan
Hi, My Apache2 has reported this error when I attempt to access a WebService in Mono. After working perfectly for several weeks: Server error in '/' application Cannot find '60625.dll'. Description: Error proc

[Mono-list] editable datagrid

2005-10-12 Thread Alan Campbell
Hi mono users, I am having problems with a simple editable datagrid. When I click on "edit" the datavalues in the selected row do not change into editable textboxes. The code is picking up EditItemIndex correctly. I also have a similar problem with the datagrid webcontrol. When I request the v

[Mono-list] Calling back from unmanaged code to managed code with Mono 1.1.9

2005-10-12 Thread Jorge García
Hi, about one year ago I tried to get working a libjack (Jack Audio Connection Kit [1]) binding to .Net using mono 1.0.2-1. My attempt had no success because the Mono runtime couldn't handle unmanaged petitions from unmanaged to managed code. I asked to this list [2] but there wasn't an easy solu

Re: [Mono-list] Re: Cannot find '60625.dll'

2005-10-12 Thread Ben Clewett
Hi Robert and other Mono experts, This sounds right, this is likely. I may have some daemon running which caused this, a periodic deletion of this directory. Are there any ways of overcoming this? Like defining a local tmp directory and asking Mono to use that. Or asking Mono to recompile

[Mono-list] Re: Cannot find '60625.dll'

2005-10-12 Thread Robert Jordan
Hi Ben, I'm not sure if it's implemented by Mono's System.Web, but try to insert the following into your web.config: Robert This sounds right, this is likely. I may have some daemon running which caused this, a periodic deletion of this directory. Are there any ways of overco

Re: [Mono-list] newbie: using mono for Web Services

2005-10-12 Thread Ivano Luberti
Thanks Steven : it seems I have reached the right place. At 05.05 12/10/2005, Steven Bell wrote: I am using mono to develop several web services. One project is returning mostly DataSets (.net constructs) and the main program calling the web service is a C# app written in Visual Studio 2005. The

Re: [Mono-list] Calling back from unmanaged code to managed code with Mono 1.1.9

2005-10-12 Thread Paolo Molaro
On 10/12/05 Jorge García wrote: > Luckily, a few days ago I tried it again with Mono 1.1.9 and now all > it's working pretty well. Thanks Mono hackers, you are the best! This > is very important because soon I will release the binding and it will > be very easy to develop audio apps with Mono. I h

[Mono-list] Dissertation

2005-10-12 Thread peter
Hi, I've mentioned before that I was doing an MSc to which mono would, hopefully, be central. After some toing and froing between me, my tutor and the academic co-ordinator, my project proposal has finally been agreed. It isn't quite the project I had in mind when I made my original submiss

Re: [Mono-list] Problem in Mono WebServices

2005-10-12 Thread Miguel de Icaza
Hello, > but after runing the 99 request successfully it give a time out error. > and until i restart the apachee server this will not work again. > > can any body tell me wat is the reason for this. and a solution to > overcome this. You probably overflowed the Threadpool and all of your reques

Re: SV: SV: [Mono-list] Verifying end certificate againstrootcertificates in store

2005-10-12 Thread Sebastien Pouliot
Hello Kim, On Wed, 2005-12-10 at 09:33 +0200, Hellan.Kim KHE wrote: > Hi Sebastien, > > Sorry, I misunderstood you. > In sourcefiles like certmgr.cs you operate on "Personal" and > "TrustedRoot" stores using the X509Stores/X509Store class. > What kind of "store" is that then? Those are the Mono

Re: [Mono-list] Re: Cannot find '60625.dll'

2005-10-12 Thread Gonzalo Paniagua Javier
On Wed, 2005-10-12 at 15:42 +0200, Robert Jordan wrote: > Hi Ben, > > > I'm not sure if it's implemented by Mono's System.Web, > but try to insert the following into your web.config: > > > > > > Robert That should work. But you will also need the .wapi directory created somewhere n

[Mono-list] Server crash when compiling Mono

2005-10-12 Thread Bernhard Herzog
Hi, This might not really be a Mono problem, but maybe a Linux expert here on the list can give me some hints: I have created a chat application using Mono, and have rented a root server in Germany to host it (PIII 1 GHz 256 MB RAM). The application runs fine, but when I try to compile Mono on

[Mono-list] .NET Remoting

2005-10-12 Thread Gayan Perera
can any body please tell me is .NET Remoting is supported on Mono ? thanks, Gayan. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list

Re: [Mono-list] .NET Remoting

2005-10-12 Thread Abe Gillespie
Yes it is. -Abe On 10/12/05, Gayan Perera <[EMAIL PROTECTED]> wrote: > can any body please tell me is .NET Remoting is supported on Mono ? > > thanks, > Gayan. > > ___ > Mono-list maillist - Mono-list@lists.ximian.com > http://lists.ximian.com/mailm

[Mono-list] Re: Dissertation

2005-10-12 Thread Marcin P
Hello Peter, A few weeks ago I have come across the article comparing Web Services, .NET Remoting and Enterprise Services performance on MS .NET Framework. Maybe it will help you somehow: http://www.microsoft.com/indonesia/msdn/asmxremotesperf.aspx It would be great to see how these numbers look on