Hi, On Sun, Feb 27, 2011 at 9:30 PM, Kevin Jones <[email protected]> wrote: > It appears that the "typeof(SomeType...)" retains it's reference to > the assembly's strong name key from when it was originally compiled.
Hm, I see. > Is the correct solution to just hunt this attribute down, remove it, > and add it back without the public key, or is there a step I am > missing when removing the public key? No I think you're right, it looks a Cecil issue, due to the way custom attributes are encoded. I'll see about fixing it directly in Cecil, but as a workaround, you can indeed hunt those down. Thanks! Jb -- -- mono-cecil
