Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The OnDeserialized method requires a StreamingContext parameter. (Issue 167) #168

Merged
merged 2 commits into from
Jun 10, 2013

Conversation

a-h
Copy link
Contributor

@a-h a-h commented Jun 10, 2013

The OnDeserialized method requires a StreamingContext parameter.

Attempting to use the WCF profiler was throwing the following exception:

System.Runtime.Serialization.InvalidDataContractException: Serialization
Callback 'Void OnDeserialized()' in type
'StackExchange.Profiling.MiniProfiler' must have a single parameter of
type 'System.Runtime.Serialization.StreamingContext'.

#167

The OnDeserialized method requires a StreamingContext parameter.

Attempting to use the WCF profiler was throwing the following exception:

System.Runtime.Serialization.InvalidDataContractException: Serialization
Callback 'Void OnDeserialized()' in type
'StackExchange.Profiling.MiniProfiler' must have a single parameter of
type 'System.Runtime.Serialization.StreamingContext'.
Added a nuspec file to enable the for MiniProfiler.WCF package at
https://nuget.org/packages/MiniProfiler.WCF
dixon added a commit that referenced this pull request Jun 10, 2013
The OnDeserialized method requires a StreamingContext parameter. (Issue 167)
@dixon dixon merged commit 0375b2c into SamSaffron:master Jun 10, 2013
@dixon
Copy link
Collaborator

dixon commented Jun 10, 2013

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants