I wonder if anyone has had issues with running MSCharts with MVC 2? I have tried a couple of different issues, but still have not got them to render correctly. In the end I always end up with broken image links. Has anyone seen this?
I have no errors displaying in my MVC 2 Application build or anything, nothing specific that leads me to any explanation. If anyone has any ideas, please leave a comment or shoot me an e-mail; adronhall at gmail dot com. I would greatly appreciate any insight you MSChart Elite may have. : )
ADDITIONAL NOTE: The links look like this:
http://localhost:1799/Scorecard/ChartImg.axd?i=chart_6d740211d16b41bd9cc2662b602c4045_0.png&g=8840cdffa191495caafa73150dc0de7d
Which I assume is what they should look like, since the ChartImg.axd is supposed to be handling the requests for the chart images. Maybe the handler is broken/messed up?
Dumb question: What’s the image path showing up in view source?
The links look like this.
http://localhost:1799/Scorecard/ChartImg.axd?i=chart_6d740211d16b41bd9cc2662b602c4045_0.png&g=8840cdffa191495caafa73150dc0de7d
Which is what they should look like, since the CharyImg.axd is supposed to be processing the things.
I also just tried this on some additional machines and I still get the same problems. Somebody has to have gotten some basic projects working with the MVC2 and the Charts – any ideas on that?
I would download FireFox and the FireBug plugin. Then on the images tab of firebug look at the response and see if you see an error. I suspect you have a routing issue.
Quick example of what I am talking about http://bit.ly/dp6wFO