I created a commercial c# .net app that referenced Microsoft.AnalysisServices.AdomdClient.dll and used it's methods to communicate with an analysis server cube. I know want to deploy the app to customers, who may not have this dll available on their local machine. Am I permitted to distribute this dll with my app? Does Microsoft have an install package for this dll? I am not clear on the licensing and distribution rules for this dll.
-- Dave