Can someone tell me what I'm missing? I've found several sample apps that include the following declarations:
Dim SessionManager As SessionMgr
Dim m_crEnterpriseSession As EnterpriseSession
Dim m_crEnterpriseService As EnterpriseService
Dim IStore As InfoStore
Dim m_crReportAppFactory As Object
However, I can not find the correct References & Imports to make them work. I get errors on each of the Types.
Thanks
Dim SessionManager As SessionMgr
Dim m_crEnterpriseSession As EnterpriseSession
Dim m_crEnterpriseService As EnterpriseService
Dim IStore As InfoStore
Dim m_crReportAppFactory As Object
However, I can not find the correct References & Imports to make them work. I get errors on each of the Types.
Thanks