Successfully registered a .NET DLL and I can see the ProgId in the registry as well. But I can't call it from my VB script
Dim objQRM
Set objQRM = CreateObject("QRM.RiskFramework.161")
IF IsNull(objQRM) Then
Msgbox("Failed to create QRM COM object")
wscript.quit(1)
End If