Replacement for Office Web Components
I have some ASP.Net pages that use Office Web Components. I've recently read that the Office Web Components do not work on Windows 7.
Is this true?
If so, what ca开发者_StackOverflown I use to replace the spreadsheet functionality?
Windows 7 ships with the providers of MSOLAP.2 and MSOLAP.4 but not MSOLAP.3 which is needed for SSAS 2005 cubes. You can just install the 64 bit provider and OWC will work in windows 7.
Microsoft SQL Server 2005 Analysis Services 9.0 OLE DB Provider The Analysis Services 9.0 OLE DB Provider is a COM component that software developers can use to create client-side applications that browse metadata and query data stored in Microsoft SQL Server 2005 Analysis Services. This provider implements both the OLE DB specification and the specification’s extensions for online analytical processing (OLAP) and data mining.
Dowloand here http://www.microsoft.com/download/en/details.aspx?id=15748
精彩评论