No symbols in native image library(mscorlib.ni.dll)

No symbols in native image library(mscorlib.ni.dll)

pclover@163.com的头像

Hi, I'm a newbie of Vtune software. my application is a 64bit windows software, write by c# & C; when i use Vtune to tuning it, i confused by following problems: 1why there are two same library? (mscorlib.dll & mscorlib.ni.dll) 2Can i use ngen.exe to generate symbols for native image library? please ref the picture for detail; Best regards. Henry Ho.

2 帖子 / 0 new
最新文章
如需更全面地了解编译器优化,请参阅优化注意事项
pclover@163.com的头像

I have solved this problem. The reason is that I dynamic load a native dll without PDB file. code like this: if (Intptr.Size == 4) LoadLibrary("x86\my.dll"); else LoadLibrary("x64\my.dll");

登陆并发表评论。