Getting rid of Warning VSP2013
I'm trying to generate a warning-free build so that all new warnings are immediately obvious. Every time I run tests on our DLLs with code coverage turned on I get
"Warning VSP2013 : Instrumenting this image requires it to run as a 32-bit process. The CLR header flags have been updated to reflect this."
I want to stop getting this message, so how do I either:
1) Suppress this message?
or
2) Change something so that instrumentation does not have to change anything?
Thanks you for your help.
Matt

