Hi All,
I trying to deploy CR for VS 2010 and without success. it is the first time I am deploying an application that is using CR so Im probably doing something wrong.
I installed the SAP Crystal Reports runtime engine for .NET Framework 4 (32-bit) and I get the error message : "Could not load file or assembly 'System.Web.Extensions, Version=4.0.0.0, Culture=neutral, Pub.."
I am using WINDOWS XP as OS.
Hagit
Basically the error means that the System.Web.Extension.dll is requested in your project but it is not present, so add the DLL to your project using ADD REFERENCE option in the context menu when you rigth click the name of your project.
Hope that helps