dottrace Invalid mvid for the absolute module path is detected IISExpress.exe
Hi I am tring to use dottrace for analyse my method for optimization. But it fails with the error: dottrace Invalid mvid for the absolute module path is detected IISExpress.exe.
Please help asap.
Please sign in to leave a comment.
Hello,
This error occurs when the version of an assembly located on an absolute path and the version of the assembly loaded to memory are not the same. Do you use any tools for modifying assemblies like PostSharp or Mono.Cecil?
We can try to tell you the name of this assembly if you send us profiler logs. Please perform the following steps:
- Close all instances of dotTrace and Visual Studio with integrated dotTrace.
- Find and empty the 'JetLogs' folder ('%Temp%\JetLogs').
- Launch dotTrace, prepare for profiling; in the 'Profile Application' window, press Ctrl+Shift+Alt+F11.
- In the 'Expert options' dialog box, select 'Enable logs', 'Enable PDB server logs', 'PdbBridge', 'EtwBridge' and 'PdbGt' checkboxes.
- Click 'Save', then click 'Run'.
- Get the error.
- Close dotTrace.
Logs will be located in the 'JetLogs' folder and/or in %Temp% folder (lgc.*.tmp files). You can upload logs to our ftp: https://uploads.services.jetbrains.com/
Upload id: 2020_09_24_T4UtBS2a7jzYeAen (files: JetBrainsLog.JetBrains.2020-09-24T10-17-26.dotTrace64#25232.PdbServer#0.log, JetBrainsLog.JetBrains.2020-09-24T10-17-26.dotTrace64#25232.Core#0.log)
Not the OP obviously, but having the same problem.