locked
OpenXML SDK 2.5 with Visual Studio 2008 RRS feed

  • Question

  • I am trying to use the OpenXML 2.5 with Visual Studio 2008, but have not been able to get it to work.  I added the DocumentFormat.OpenXml and WindowBase as references to the project, but there is an exclamation mark over the DocumentFormat.OpenXml reference.  When I double click it, it says "This project cannot be viewed in the object browser because it is unavailable or not yet built. Please ensure that the project is available and built".

    When I try to use the library in the code with this line:

    using DocumentFormat.OpenXml.Wordprocessing;

    I get an error that the type or namespace could not be found.

    Tuesday, February 11, 2014 3:34 PM

Answers