SamSaffron / MiniProfiler

A simple but effective mini-profiler for ASP.NET MVC, ASP.NET and Ruby.
http://miniprofiler.com
1.05k stars 221 forks source link

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

Closed a-h closed 11 years ago

a-h commented 11 years ago

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'.

https://github.com/SamSaffron/MiniProfiler/issues/167

dixon commented 11 years ago

Thanks!