I'm developing a custom security extension to Reporting services. In my authorization class I have a problem to deserialize the ACL (secDesc parameter). I have many examples and I’m doing the same excepted for one thing I’m not in form authentication but I’m in windows authentication.
The problem is in the method 'DeserializeAcl(byte[] ...)'.
I encounter this kind of bug :
BinaryFormatter versions incompatibility : Excpected version 1.0,
received version 880850475.24252454.
Thanx for your help