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

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

imagem de 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 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de 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");

Faça login para deixar um comentário.