Symptoms:
Any operation with typedVar or typeInfo raises exception:
SymbolException: symbol not found
Cause:
vcredist does not install msdia110.dll and installer does not register it
Workaround:
copy file msdia110.dll from MS DIA SDK to your computer and register it with command:
regsvr32 msdia110.dll
Comments: ** Comment from web user: kernelnet **
Any operation with typedVar or typeInfo raises exception:
SymbolException: symbol not found
Cause:
vcredist does not install msdia110.dll and installer does not register it
Workaround:
copy file msdia110.dll from MS DIA SDK to your computer and register it with command:
regsvr32 msdia110.dll
Comments: ** Comment from web user: kernelnet **
I think you should use msdia110.dll or you can build pykd with your VS 2013