Hi folks, 1) I'm trying to use the Profiling that comes with VSTS to see if I can profile all the code which my unit tests, test. Currently I've got signed assemblies which is really easy to do using the properties page on a project. When I try profiling a single unit test, I get a number of warnings about trying to instrument the signed assembly, etc. so.. how can I unsigned (pre-task) and re-sign (post task) the assembly. I found the wizard-UI screen to define pre/post command line stuff, I'm just not sure about what to do. Now, before anyone says sn.exe RTF (e.g.. http://msdn.Microsoft.com/library/default.asp?url=/library/en-us/cptools /html/cpgrfstrongnameutilitysnexe.asp <http://msdn.Microsoft.com/library/default.asp?url=/library/en-us/cptool s/html/cpgrfstrongnameutilitysnexe.asp> ) I have and I'm confused. Firstly, I have a .pfk file for each assembly which my visual studio project made when I use the Project Properties window to create the signed key (using a create key wizard thing). That was easy and really kewl to use/implement. I'm not sure how I can reuse my .pfk file which is currently being used to sign the .dll's with the sn.exe program because that sn.exe program never mentions something about .pfk files. I was hoping there would be something like: a) sn.exe -sign <assembly> <someFile.pfk> b) sn.exe -unsign <assembly> <someFile.pfk> Any suggestions/clues? 2) Can team builds include profiling? I can only see unit tests (vsmdi lists) and code coverage. 3) Can I profile more than ONE unit test at a time? thanks folks :) --------------------------------------------------------
Justin Adler Senior Developer Stargate Group Level 4, 600 Victoria Street Richmond Victoria 3121 Telephone: 03 8420 3009 Facsimile: 03 9428 1533 This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately if you have received this e-mail by mistake and delete this e-mail from your system. No responsibility is assumed by the company or its employee to any other person for any loss or damage (whether caused by negligence or not) arising from the use of the information and advice contained herein. Finally, it is your responsibility to check any attachments for viruses and defects before opening or sending them on. -------------------------------------------------------- OzTFS.com - to unsubscribe from this list, send a message back to the list with 'unsubscribe' as the subject. Powered by mailenable.com - List managed by www.readify.net

