Re: [Mono-dev] System.NotImplementedException: The requestedfeature is not implemented. atSystem.ServiceModel.Configuration.WSHttpBindingElement.OnApplyConfiguration

2010-05-26 Thread Matt Dargavel
. Matt. From: Greg Robinson [mailto:gregarobin...@gmail.com] Sent: 25 May 2010 9:10 PM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] System.NotImplementedException: The requestedfeature is not implemented

[Mono-dev] Garbage Collection Issue?

2010-05-13 Thread Matt Dargavel
Hi there, We have an application written in Mono that appears to be leaking memory. I've tried using the profiler and mprof-heap-viewer to identify any objects that are being left around, but I couldn't see anything significant. The application doesn't seem to leak on .NET,

Re: [Mono-dev] Build Microsoft Visual Studio Solution under Mono

2010-04-08 Thread Matt Dargavel
Hi, I suggest you start here: http://www.mono-project.com/Main_Page Especially: http://mono-project.com/Start http://mono-project.com/FAQ:_General http://mono-project.com/Moma But to give you a quick answer, .NET binaries produced by Visual Studio will run under Mono depending on the feature

Re: [Mono-dev] [PATCH] WCF multithreaded and property handling

2010-04-08 Thread Matt Dargavel
(my version or your version) got applied in the end? I saw it got rolled back due to a regression. If you could point me in the right direction I'd be happy to look in to this in a bit more. Regards, Matt. -Original Message- From: Matt Dargavel

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-04-01 Thread Matt Dargavel
Cool, thanks. I'll do an update. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 01 April 2010 10:46 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Hi

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-25 Thread Matt Dargavel
Thanks for the explanation, I had a feeling it wouldn't be as simple as I was hoping it was. :-) -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 25 March 2010 4:12 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-24 Thread Matt Dargavel
March 2010 6:18 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable Instead of waiting for your reply, I've rather committed the patch (with a few change) and verify it later with a runnable repro

Re: [Mono-dev] [PATCH] WCF multithreaded and property handling

2010-03-24 Thread Matt Dargavel
- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 24 March 2010 10:58 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [PATCH] WCF multithreaded and property handling After examining the patch, I have applied some parts of your patch

[Mono-dev] [PATCH] WCF multithreaded and property handling

2010-03-23 Thread Matt Dargavel
The included patches fix the following: multithreaded_fixes.patch: ObjectDisposedException, InvalidOperationException(Another async TryReceiveRequest operation is in progress) and other multithreaded timing fixes. Also includes change to make GET ?wsdl case insensitive.

[Mono-dev] [PATCH] WCF multiple service contracts on one end point

2010-03-23 Thread Matt Dargavel
Patch to allow multiple service contracts on one end point. I've included an example source code file to show what I mean. Patch also includes a one line change (101-102 in patch) to ApplyConfiguration() to add base addresses to the list directly. I noticed that calling AddBaseAddress from

[Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-23 Thread Matt Dargavel
A patch to return more detail when an endpoint / operation isn't found. Not sure if you'll want to apply this, but it helped in some service debugging I was doing. Matt. DestinationUnreachableInfo.patch Description: DestinationUnreachableInfo.patch

[Mono-dev] [PATCH] WCF updated .csproj file

2010-03-23 Thread Matt Dargavel
Just in case it's of any use... :-) Matt. project_file.patch Description: project_file.patch ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list

Re: [Mono-dev] [PATCH] WCF multithreaded and property handling

2010-03-23 Thread Matt Dargavel
. Cheers, Matt. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 23 March 2010 12:50 PM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [PATCH] WCF multithreaded and property handling Hello, Thanks

Re: [Mono-dev] [PATCH] WCF more detail on Destination Unreachable

2010-03-23 Thread Matt Dargavel
- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 23 March 2010 12:57 PM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [PATCH] WCF more detail on Destination Unreachable It's looking fine, but how did you check your change? (I know it could happen

[Mono-dev] AutoResetEvent when debugging under MonoDevelop (Windows x64)

2010-03-19 Thread Matt Dargavel
Hi there, I've been doing some debugging of System.ServiceModel recently, and managed to get the library compiling and running on Mono 2.6.1 and MonoDevelop 2.2.1 (Mono 2.6.3 doesn't seem to be compatible with the MonoDevelop 2.2.1 debugger), but noticed that the AutoResetEvent

Re: [Mono-dev] WCF: ObjectDisposedException in System.ServiceModel.Channels

2010-03-19 Thread Matt Dargavel
the patches? Regards, Matt. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 12 March 2010 3:25 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] WCF: ObjectDisposedException

Re: [Mono-dev] WCF: ObjectDisposedException in System.ServiceModel.Channels

2010-03-15 Thread Matt Dargavel
. Hopefully I might have a chance of working out what's causing the problem and coming up with a fix for it. Cheers, Matt. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 12 March 2010 3:25 AM To: Matt Dargavel Cc

Re: [Mono-dev] WCF: ObjectDisposedException in System.ServiceModel.Channels

2010-03-15 Thread Matt Dargavel
for it. Cheers, Matt. -Original Message- From: Atsushi Eno [mailto:atsushi...@veritas-vos-liberabit.com] Sent: 12 March 2010 3:25 AM To: Matt Dargavel Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] WCF: ObjectDisposedException

[Mono-dev] WCF: ObjectDisposedException in System.ServiceModel.Channels

2010-03-11 Thread Matt Dargavel
Hi there, I've found an issue in Mono 2.6.0 using a self hosted WCF service and was wondering if anyone had seen this before (Mono trace below). It appears to be caused by firing in a request to the Service that takes a long time and while that request is still running

Re: [Mono-dev] Custom Uri Parsing

2010-02-12 Thread Matt Dargavel
2010 11:45 PM To: Miguel de Icaza Cc: Matt Dargavel; mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Custom Uri Parsing Hey, The main reason why I didn't actually do any work on this at the time is that it would probably take 1 man month to do the rewrite, pass the existing tests

[Mono-dev] Custom Uri Parsing

2010-02-10 Thread Matt Dargavel
Hi there, We're doing some SIP related work with Mono and wanted to use a custom Uri parser to decode SIP uris. The one we're using is based on the method described here: http://www.codeproject.com/KB/recipes/customuriparser.aspx . This all works fine in .NET, but the