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

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -