3
Answers

Configuration Error

Dear All,

i got this error
 
"Parser Error Message: Could not load file or assembly 'CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified." when i put the published file on another pc which have vs2008 and iis 7.5. i search on net a lot every body says install crystalreport but i don't know from where can i get. can some body help me to solve this issue and i have attache the image also please look and give the solution.



thanks in addvance
Answers (3)
1
Krishna Garad

Krishna Garad

NA 16.5k 6.2m 14y
In your project add reference to CrystalDecision.Web library. It will get solved.
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 14y
 
 Installation file path

0
Raja Krishnamurthy

Raja Krishnamurthy

NA 1.2k 57k 14y
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