Hi,
Have just downloaded the sample, added the missing references, but am getting the following error. Can anyone help?
Server Error in '/' Application.
Error in line 1 position 145. Expecting element 'PluginSetting' from namespace 'http://schemas.datacontract.org/2004/07/Kona.Infrastructure'.. Encountered 'Element' with name 'PluginSetting', namespace 'http://schemas.datacontract.org/2004/07/Microsoft.Web.Infrastructure'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Runtime.Serialization.SerializationException: Error in line 1 position 145. Expecting element 'PluginSetting' from namespace 'http://schemas.datacontract.org/2004/07/Kona.Infrastructure'.. Encountered 'Element' with name 'PluginSetting', namespace 'http://schemas.datacontract.org/2004/07/Microsoft.Web.Infrastructure'.
Source Error:
Line 29: //IFormatter formatter = new BinaryFormatter();
Line 30: using (MemoryStream ms = new MemoryStream(bits)) {
Line 31: result = (TResult)dc.ReadObject(ms);
Line 32: }
Line 33: |