iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
I'm using Web UI Studio 2009 R2 SP1 assembly version 7.0.7200.402. I wanted to add Pivot charting to some WebGrids in my applicatoin. To test that I simply add:
AllowPivotCharting="True"
in the web grid defination in my aspx page.
Then I run it and the pivot-icon is displayed in the bottom. When I press it the pivot frame is displayed except the graph it self. Instead of that a small "red x" is displayd like when a picture ref. is missing. If right click the "red x" and select "Properties" I get:
Type: Not available.Address (URL): http://localhost/C2NetDesktop/WPages/Profiler/ISChart.axd?imageId=7c4aa281-a500-4228-b30e-25dfaf4beff1&imageFileServer=undefined&imageFormat=
I have added reference to ISNet.WebUI.WebBrid.ISChartEngine.dll and dobble checked if it exist in the bin folder.
I have SmartResources registered correctly.
Every thing works fine except the graph is allways displayed as this "red x". What could be causing this prolem?
Please try to open the web.config file to ensure whether WebGrid Chart handler has been added or not.
Add WebGrid Chart httpHandler to <httpHandlers> section.
<system.web> <httpHandlers> ... <!-- Intersoft WebGrid Chart--> <add path="ISChart.axd" verb="GET" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" validate="true"/> ... </httpHandlers> </system.web>
Add WebGrid Chart handler to <handlers> section under <system.webServer>
<system.webServer> <handlers> ... <add name="ISChart.axd_GET, POST" path="ISChart.axd" verb="GET, POST" type="ISNet.WebUI.WebGrid.Chart.ChartRequestHandler, ISNet.WebUI.WebGrid" preCondition="integratedMode"/> ... </handlers> </system.webServer>
Hope this helps.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname