- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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");

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page