1
In your project add reference to CrystalDecision.Web library. It will get solved.
0
This happens when you don't have the specified "dll" in your machine. Usually your application will search for the "dll" first in its bin directory (as Krishna suggests add reference) and then tries to find it in GAC (c:\windows\assembly). If it does not find the "dll" in both the places then it throws that configuration error. I think you might have not installed crystal reports in the new system. Either install Crystal Reports (which might not be possible due to licenses) or do as Krishna suggests. Add the reference and then redeploy.
@Krishna +1 :-)
HTH.
Happy Programming!!!
Regards,
Raja