MemPro DIA setup
MemPro uses the Microsoft DIA library to read in the pdb symbol files. The version that MemPro uses is msdia100.dll which is installed by the MemPro installer as part of the VC 2010 redist.
If MemPro gives an error while connecting saying that it can't load the DIA dll do the following:
1.Open a command prompt with admin priviledges
(windows key, type cmd, right click on cmd and select 'Run as Administrator')
2. Register msdia100.dll as follows:
regsvr32 "C:\Program Files\Common Files\Microsoft Shared\VC\msdia100.dll"
Please note that the dll mgiht be in a different folder, search your system drive for msdia100.dll
If it succeeded registering you should see this:
If that doesn't work please email me.