Getting error - Library not registered

Problem: When loading the type-library (using #import directive or even from oleview.exe), getting problem which says something as follows,

Troubleshooting: Complete.

Debugged in Windbg and found that OLEAUT32!LoadRegTypeLib was failing.

Solution : Upgrading to latest version of OLEVIEW (Platform SDK Sample)
https://msdn2.microsoft.com/en-us/library/w9yyfff5(VS.80).aspx

Solves the issue.

Stay tuned.. Wave