Error running exe file from Performance Profiler
gajo357
Posts: 2
Hi!
I have a program that runs from both Visual Studio and from "outside", as exe file.
It even runs from Memory Profiler. But when I run it from Performance Profiler I get an error:
"Could not load file or assembly 'mscorlib'. . ."
How can I avoid this?
I have a program that runs from both Visual Studio and from "outside", as exe file.
It even runs from Memory Profiler. But when I run it from Performance Profiler I get an error:
"Could not load file or assembly 'mscorlib'. . ."
How can I avoid this?
Comments
Secondly, if this process is .Net 4.0 or higher, try using the 'Attach-to-process' profiling option.