On Sun, Feb 13, 2011 at 6:44 PM, [email protected] <[email protected]> wrote: > Well, that's the problem: I'm getting a System.Security.SecurityException: > "Failure decoding embedded permission set object." when trying to run the > assembly. I'm running it under Windows XP on .NET 1.1 (I do have other > versions installed).
If you're using .net 1.1 then it makes sense. > Any chance we can write old-style permission sets? Copy the blob? I'll have to add support for that. As a very sad workaround, you can go back to Cecil 0.6.x as found in Mono 2.8. Jb -- -- mono-cecil
