I downloaded the eval and am trying to get the demo to work, but running into a few problems. I’m using VS 2005 and have included the sample code/references to my project, but cannot get it to compile. I confirmed the dll version is correct, install from the msi went fine.
In the code: AddExtension(reportViewer1, “AWDOC”, “DOC - Word Document via Aspose.Words”, GetType(Aspose.Words.ReportingServices.DocRenderer))
I get the following error: Reference required to assembly Micrsoft.ReportingServices.ProcessingCore, Version=9.0.242.0
I tried to add a reference to this, but when I do I get an error in the AddExtension sub about the IRenderingExtension being ambiguous.