I am converting a Visual Basic 6.0 application to VB.Net 2012. It reads .bqy files using the Brioqry.Tbl as reference. Hyperion 9.3 has been installed on my computer. C:\Windows\System32\brioqry.tlb is reference in the application. When I create a new instance of BrioQry in VB.Net I get a comObject error.
Code
Dim objBqyApp As BrioQry.Application
objBqyApp = New BrioQry.Application
Error Message
Unable to cast COM object of type 'System.__ComObject' to interface type 'BrioQry.Application'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{5D2B9A02-4F48-11D2-B1A6-00104B67DFD5}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE))."