Hello, I am working with mixed mode assemblies in C++/CLI. All managed mode assemblies pdb's get loaded when successfully in mixed mode assembly. But native dll's pdb's not getting loaded even no information shown of native pdb in Modules pane (i.e in VS Debug->Windows->Modules).
Note: I am using native dll and calling its exported function in mixed assembly in C++/CLI code.Here functions get called successfully , but native pdb symbols not loading and all breakpoints in native code are shown as hollow circle and tool tip says : No symbols loaded for this...
I have done everything, pdb placed in current directory from where managed process launched. Deleted all obj and debug folders and recompiled every project at the same time. even used ChkMatch utility which shown that symbols in Exe and corresponding pdb matched.
Any way around to enable breakpoints of native code while calling from managed(C++/LCI Mixed mode)code.
Regards Usman