Silverlight 5 动态装配错误
Silverlight 5 中似乎有一个很好的错误,它阻止创建强命名的动态程序集。在 Silverlight 4 中,我能够通过在 AssemblyName 上显式调用 SetPublicKey 来对动态程序集进行强命名(因为 StrongNameKeyPair 在 Silverlight 中是内部的)。
自从升级到 Silverlight 5 以来,我的动态程序集创建代码现在抛出一个错误:
System.InvalidOperationException: A strong name key pair is required to emit a strong-named dynamic assembly.
即使我显式调用 SetPublicKey。
有什么办法可以解决这个错误吗?
There seems to be a nice bug in Silverlight 5 that prevents creation of strong named dynamic assemblies. In Silverlight 4 I was able to strong name my dynamic assemblies by explicitly calling SetPublicKey on the AssemblyName (since StrongNameKeyPair is internal in Silverlight).
Since upgrading to Silverlight 5, my dynamic assembly creation code now throws an error that:
System.InvalidOperationException: A strong name key pair is required to emit a strong-named dynamic assembly.
Even though I'm calling SetPublicKey explicitly.
Any way to work around this bug?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论