Could not load file or assembly ‘log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304’

To configure IIS to run 32-bit applications you must follow these steps: Open IIS Go to current server – > Application Pools Select the application pool your 32-bit application will run under Click Advanced setting or Application Pool Default Set Enable 32-bit Applications to True If this option is not available to you, follow these … Read more

The type initializer for ‘CrystalDecisions.CrystalReports.Engine.ReportDocument’ threw an exception

Here is what worked for me: If you are installing on a 64-bit machine, make sure the application properties under the Build tab have “Any CPU” as the platform target, and unselect the check box for “Prefer 32-bit” if you have the option. Crystal is very touchy about 32/64 bit assemblies, and makes some pretty … Read more