Why is my C# program faster in a profiler?
I have a relatively large system (~25000 lines so far) for monitoring radio-related devices. It shows graphs and such using latest version of ZedGraph. The program is coded using C# on VS2010 with Win7. The problem is: when I run the program from within VS, it runs slow when I run the program from the built EXE, it runs slow when I run the program though Performance Wizard / CPU Profiler, it runs Blazing Fast. when I run the program from the built EXE, and then start VS and Attach a profiler to ANY OTHER PROCESS, my program speeds up! I want the program to always run that fast! Every project