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: Hanan_Natan **
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: Hanan_Natan **
Should i register the msdia110.dll file even if i have VS 2013 (msdia120.dll)?