Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, apparently, it did... what is the value you are trying to return from your ExecuteScalar call? It appears as though it is not being serialized correctly. The ES serializes values that are returned from ExecuteScalar because the return value is not of a known type. The encryption keys are being set correctly because I'm pretty sure you would have received a Bad Data exception before it even tried to deserialize the value from the stream.
|