I am developing a web application project in Visual Studio 2010. It is published to a Windows 2008 server.
I have added references to:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.Shared
CrystalDecisions.Web
And added CrystalReportViewer to a .aspx page.
The crystal report files that are to be displayed by the viewer are on the server the application is published to.
If I run the application locally - it works fine and the reports are displayed in the viewer.
If I publish the application to the server, it falls over with a 'log4net' missing assembly message.
Do I need to install something from Crystal Reports on the server?