Good Morning Everyone,
I am using Visual Studio 2013 as my IDE, I have installed the CR for VS SP09 and have been able to create a basic web form that displays a report. The report I am using has images embedded in it that display fine within my SAP Crystal Reports 2013 application when I run the report from within it. The images also show up when I export from the web form's crystalreportviewer and print just fine. The problem I am having is more related to the web form report viewer as runtime on the page.
The web form pulls up the report, the data is there all looks great but the images are not showing.
I added the following line to my web.config....
"<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>"
but to be honest I do not think the "CrystalImageHandler.aspx exists anywhere on my machine.... am I missing something?
All help is appreciated, thanks!
-Zack