I am trying to resolve some older issues. Please see
http://support.castleproject.org/projects/DYNPROXY/issues/view/DYNPROXY-ISSUE-52
Basically StrongNameUtil.ContainsPublicKey() in DP2 calls Assembly.GetName()
just to check if the public key isn't null.
Under Silverlight DP2 does the following:
assembly.FullName.Contains("PublicKeyToken=null")
What is everyone's opinion for this issue. Do we leave DP2 as it is or do we
want to change it to work under partial trust?
--
Jono
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Castle Project Development List" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/castle-project-devel?hl=en
-~----------~----~----~----~------~----~------~--~---