Performance profiling Database Tool reports unknown duration, no source files
Hi there,
I've been trying to run the Database Tool within the Performance Profiler for my Startup project with Release configuration.
The generated report is showing the queries and their start times and the swim lane, but for each query, the duration, records affected, records read are [Unknown]. Also, when I right-click on the queries, navigating to the Source File is disabled.
My output seems to be indicating that the symbols are loading correctly:
Symbols loaded for moovd.identity.api.dll from C:\Users\irisv\AppData\Local\Temp\SymbolCache\Moovd.Identity.API.pdb\2B5B79CE9C3D463086396CE93E0CA46BFFFFFFFF\Moovd.Identity.API.pdb
Symbols loaded for moovd.identity.application.dll from C:\Users\irisv\AppData\Local\Temp\SymbolCache\Moovd.Identity.Application.pdb\8FA7A020A48241A0802F9C591C6EF151FFFFFFFF\Moovd.Identity.Application.pdb
Symbols loaded for moovd.identity.infra.dll from C:\Users\irisv\AppData\Local\Temp\SymbolCache\Moovd.Identity.Infra.pdb\C58C1E10F72B444290F8699CBAADA314FFFFFFFF\Moovd.Identity.Infra.pdb
Profiling of 'Moovd.Identity.API' started.
Profiling of 'Moovd.Identity.API' stopped.
What could possibly be going wrong here?
Hope someone can help me out!