How can I profile Signed Assemblies with VS 2012

103 views Asked by At

This is basically the same as How can I profile Signed Assemblies with VS 2010 or VS 2013, but after having run

sn -Vr *

successfully (in an elevated cmd.exe), as suggested by the answer with the most votes.

I still get this dialog for every strong named dll selected for instrumentation

x.dll is signed and instrumenting it will invalidate its signature. If you proceed without a post-instrument event to re-sign the binary it may not load correctly.

and no matter if I click "yes" or "no", VS won't profile. So how can I instrument-profile?

0

There are 0 answers