I know there have been many questions about this and it has been answered many times but I have not found a solution to our particular problem
yet. The background…
We are busy implementing a web application that uses Crystal for reporting. It works well except for the problem mentioned above. As with all
the other posts about this problem, the actual PDF is fine (shows the logo image). Background… We run this new application under the URL of
another application on another server. Let’s call this application1 so the URL is www.application1.ca. The new application (let’s call it application2) is on another server and its URL is www.a pplication1.ca/application2. The image file gets created properly on the application2 server in the windows….. cr_tmp_image folder and it has the necessary permissions. The problem seems to be that the path to the image is www.application1.ca/ crystalreportviewers115/crystalimagehandler.aspx?dynamicimage=cr_tmp_image_XXX.png. In other words the link is pointing to the
server where application1 runs from but that site does not use Crystal so no viewers are installed there. The path
should probably be more like www.application1.ca/application2/crystalreportviewers115……. I hope this makes sense – IIS is not my area
of expertise!
Any help would be appreciated.