I am using the OpenXMLSDK for some DOCX manipulation. I am trying to compile the OpenXML Power Tools source for help with this. I read that I needed to instal the MS Power Shell for this to compile (for its use of Cmdlets), so I downloaded it from here. The first option, Windows Management Framework 3.0 CTP1. I am still having problems with the OutpuTypeAttribute class. It is not available in my code. MSDN says its in the System.Management.Automation namespace, which I am 'using'. I am still getting this error message for any references to this class:
"The type or namespace name 'OutputTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)".
So, does anyone know what is going on here?
BTW, I am on Windows 7 and using VS 2010.