This must be more simple than I am making it... I have been tasked by my company to write an application that will query the SCOM data warehouse. We are using SCOM 2007 R2. I know this can be done from readings online, but when I try to create an application (using C# in VS 2013), I add the using clauses:
using Microsoft.EnterpriseManagement;
using Microsoft.EnterpriseManagement.Common;
and EnterpriseManagement remains in red (Cannot resolve symbol 'EnterpriseManagement'). Ok, so I need to add a reference; but from where? I have checked all locations available in VS (Assemblies & COM) and I have even gone so far as to install the System Center Operations Manager 2007 R2 Authoring Resource Kit; but I cannot find the library (or libraries) that need to be referenced. Can someone please point me in the right direction? Thank you.