c# - Visual Studio Profiler "Calling thread must be STA" PRF0025 -
i'm working on c# console app uses several tasks implement threading. when try , profile program using visual studio 2013 profiler in "instrumentation" mode, profiler collects data , writes program runs, when run completes, following error output:
data written c:\...\console140910.vsp. profiling finished. calling thread must sta, because many ui components require this. prf0025: no data collected.
surely can connect profiler multithreaded applications. see problem before? in advance help.
Comments
Post a Comment