Problem profiling ClickOnce application
Hello, I downloaded the JetBrains dotTrace profiler recently to evaluate its capability in profiling our ClickOnce application. However, since dotTrace requires the path to the exe file to start profiling, I cannot determine how to start profiling a ClickOnce application. Has anyone ever been able to do this?
Mike
Please sign in to leave a comment.
dotTrace doesn't support profiling ClickOnce applications as such, but once you've installed a ClickOnce application on a local computer you can look for it's executables under %APPDATA%\Local Settings\Apps\<dotnet version>\... and run the executable under dotTrace. Let me know if this helps.
Andrey Serebryansky