cancel
Showing results for 
Search instead for 
Did you mean: 

Has there been an update for the red x issue for Visual Studio 2010?

Former Member
0 Kudos

I've read this pdf here and the fixes for the red X problem stop with visual studio version 2008.

http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5...

I am running the report in Sharepoint 2010.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello all,

I have a solution who is ok

Sharepoint 2010 64 bits

Custom Webpart

Crystal viewer

CR 2008/2011

I have created a new httphandler   crystalimagehandler

you can see my post here :

http://social.technet.microsoft.com/Forums/fi/sharepoint2010programming/thread/fe294135-7681-412e-ba...

i have post some minutes ago

i can help you or answer to your questions if you have

It was not easy but now i have "graphics in Crystal reports viewer on sharepoint 2010"

I hope i ll help you

have a good day

Christophe BRUNOIS

former_member183750
Active Contributor
0 Kudos

Hello Christophe

Many, many thanks for providing the solution. It is the participation of people like you that enrich this community way beyond what all of SAP could. I'll take a closer look at your solution and see if we can create a KBase out of it. If it helps just one other person, the effort will well worth it.

Have a great weekend,

- Ludek

Follow us on Twitter

Got Enhancement ideas? Try the SAP Idea Place

Share Your Knowledge in SCN Topic Spaces

Answers (1)

Answers (1)

0 Kudos

It's still the same problem as in all other versions, either your app doesn't have access to the CrystalReportViewer13 folder or it doesn't exist or is incomplete.

You Process Monitor or Fiddler to verify the folder and files exist and access is allowed.

Try copying the source:

C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls

to this folder:

C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETClientFiles\crystalreportviewers13

Don

Former Member
0 Kudos

Don,

I don't have that path. The closest thing I could find was this path.

C:\Program Files (x86)\Business Objects\Common\4.0\crystalreportviewers12\ActiveXControls

With these files. Are these the correct ones to move?

0 Kudos

Crystal Reports for Visual Studio 2010 is not installed then. What you are using is CR 2008 which is not supported in VS 2010.

Click on the Overview tab and you'll find the downloads for it.

Don

Former Member
0 Kudos

Ok. I missed the "SAP" part of the path and found that directory:

C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\Crystal Reports 2011\crystalreportviewers\ActiveXControls

I copied everything over to :

C:\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETClientFiles\crystalreportviewers13

And I still  have the red X. I am running fiddler and process explorer and it looks like I am gettign a 404 error when the report tries to access a dynamicimage with a value of cr_tmp_image_****.png.

The red X's are where a logo and a graph are supposed to be.

Is there another step I need to take. How does the iamge from the report get to the virtual directory?

Thanks,

Phil

0 Kudos

Hi Phil,

Typically then this would indicate either IIS doesn't have access to our charting dependencies and/or the location where the image is supposed to be is not accessible by the IIS Process.

Check the path and permissions in IIS.

Is the image dynamic? If so then you have to place the image in a folder IIS has access to.

Don

Former Member
0 Kudos

I found an answer here:

http://social.technet.microsoft.com/Forums/fi/sharepoint2010programming/thread/fe294135-7681-412e-ba...

But so far I have had to put the .aspx and .aspx.cs page in every folder where the web part page is.

Is there a setting in the Crystal to set the path to the CrystalImageViewer.aspx file?