VS 2010 Profiling Problem with Signed Assemblies

Posted by Binder on Stack Overflow See other posts from Stack Overflow or by Binder
Published on 2010-04-26T06:33:13Z Indexed on 2011/11/28 17:50 UTC
Read the original article Hit count: 518

I have a website that uses AjaxControlToolkit.dll and Log4Net.dll; When I try to run the performance profiling tool in VS 2010 on it it gives me the following warnings "AjaxControlToolkit.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". Now, if I choose the option to continue without re-signing the profiling starts but the assembly doesn't load and gives an ASP.NET exception.

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about profiling