开发者

How to debug delay signed silverlight assemblies?

开发者 https://www.devze.com 2022-12-21 01:55 出处:网络
Our .Net 3.5 projects are delay signed and are registred with sn -Vr to allow debugging these assemblies on dev machines.

Our .Net 3.5 projects are delay signed and are registred with sn -Vr to allow debugging these assemblies on dev machines.

Recently we ported some projects to Silverlight 3.0 and found out that sn -Vr won't allow to execute a delay signed silverlight assembly through iexplorer.

Is there a way to execute a delay signed silverlight application in iexplorer?

Fully signing on dev machines is not an option and not signing silverlight assemblies on dev machines will cause us some trouble with their strong name be开发者_如何学Pythoncause we make heavy use of reflection, so we're kind of stuck there...


This is "by design", Silverlight does not support delay signed assemblies unfortunately.

I'd recommend using a separate .snk file that you generate for development use; then if you are doing code signing, you'll need to do some additional work for official builds.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号