I have a Visual Studio project containing a Windows C # application that references an F # class. When I run Visual Studio 2010 Performance Profiler in toolkit mode, I get no hardware information for the F # class except where it was called by the C # application.
When I run in fetch mode, it works fine.
Ive tried to run the project in VS2012 and get the same problem.
How do I get Visual Studio to display hardware information for an F # class?
source
share