Thursday, September 2, 2010

error: add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions...

Solving the .net error on Crystal Image Handle is easy ;)

When you get an error on porting .net application, particularly on the below line:



You can trouble shoot it by:
1. Verify if the crystal report runtime is properly installed on the server
2. Verify if the PublicKeyToken is equivalent to the Public Key Token of Crystal runtime that was installed on the server. If you don't know where to find, just go to c:\WINDOWS\Assembly folder. You can view the Crystal Public Token. Now, to resolve the error just copy the Public Token of the installed Crystal and replace the one on your web.config file. 

One problem of the developers on porting .net application with crystal report is the Crystal Navigation button. To solve this issue, just copy the folder aspnet_client on the root directory of the published application.

Thats all folks!

No comments:

Post a Comment