Instrumenting with signed assemblies in Orcas Beta 2
I'm trying to instrument my code, which is made up of several C# projects in Visual Studio 2008 Beta 2.
When I start my performance session, it only collects data for my exe, not my class libraries. So I added a class library under targets, and now when launch the perf session it tells me that instrumentation will break the signed dll, see:
http://blogs.msdn.com/ianhu/archive/2005/07/25/443021.aspx
I've tried following the steps on this blog entry, to re-sign the dll, but the resigning fails. From the command line it looks like sn.exe is saying 'wrong version of provider'.
- Alex

