

when project is running in visual studio, In Debug-> Windows->Module the file is not listed however in global assembly cache that file is installed but I don't know how its installed to global cache and from where. I tried to search that DLL on my machine but couldn't. After that I received the error Could not load file or assembly ', Version=11.0.0.0. I managed to resolve ReportViewer.WebForms error by copying the DLLįrom C:\Program Files (x86)\Microsoft Visual Studio 11.0\ReportViewer to bin folder of solution and set property copylocal = true and deployed the package. The Application failed to load by throwing errorĬould not load file or assembly, Version=11 When I deployed the package in test environment windows server 2008 R2 Īfter installing the above package I had to resolve some deprecated function and properties ofĬrystalViewer and after that reports rendering properly in development environment (Windows 7 64 bit, SQL Server 2005, Visual Studio 2012).

Every thing went fine apart from crystal reports and I had to install new runtime crystal reports for visual studio 2012 from the following link. I recently upgraded my n-tier solution from.
