[Mono-dev] Exception at System.ServiceModel.Channels.Http.HttpReplyChannel.TryReceiveRequest

Rob Wilkens robwilkens at gmail.com
Sat Jun 16 00:20:39 UTC 2012


I'm somewhat new to this myself, but from a recent post, one way to do
it is just :
1) Checkout git source from main mono branch (git clone
git at github.com:mono/mono)
2) Make the change
3) run 'git add ' followed by the filename that you changed
3) run 'git diff --staged' to confirm your change on screen
4) run 'git diff --staged > ~/patchfile' if you're ok with the changes
5) E-mail the patch to this list.
6) when your done delete your working directory, and re-clone again
later if needed. 

If you're going to do a lot of patches, you'll instead want to create a
github account, fork mono, create branches, do everything except step 4
and 5, and in the end commit your change 'git commit' and make a
description, 'git push' to put it on your github account, then go to
github.com login, select the branch you made your change in, and do a
pull request...

-Rob

On 06/15/2012 08:14 PM, Ali Shahbour wrote:
> Yes I will but this is the first time I do that if you can show me how I
> will be thankful.
>
> BR
> Shahbour
>
> On 6/16/12 12:11 AM, "Rob Wilkens" <robwilkens at gmail.com> wrote:
>
>> Was this the null check?
>>
>> If so, perhaps we need to submit some sort of official patch, if you
>> didn't already?
>>
>> -Rob
>>
>> On 06/15/2012 08:08 PM, shahbour wrote:
>>> Hello All
>>>
>>> My problem is saved , now my wcf service is not crashing any more it is
>>> still running from like 40 hour perfectly.
>>>
>>> BR
>>> Shahbour
>>>
>>> --
>>> View this message in context:
>>> http://mono.1490590.n4.nabble.com/Exception-at-System-ServiceModel-Channe
>>> ls-Http-HttpReplyChannel-TryReceiveRequest-tp4649878p4649961.html
>>> Sent from the Mono - Dev mailing list archive at Nabble.com.
>>> _______________________________________________
>>> Mono-devel-list mailing list
>>> Mono-devel-list at lists.ximian.com
>>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>



More information about the Mono-devel-list mailing list