Why is the Type
in VS Attach to Process
showing X64
for PID 88048
(What can cause this ?) even though it is Managed code ?
Using default debugger type as Automatic
, it assumes the process is native code, failing to load symbols (error is This module is a pre-compiled binary created by the ngen.exe tool.). But when I change the type to Managed (.NET 4.x)
I can get symbols loaded.