Hi Suresh,
The error message doesn't seem to be related to RadControls but to the export settings of inkscape software. It may be possible that either a wrong
SvgFilePath is passed to the inkscape.StartInfo.Arguments property in ExportHtmlChart() sub or the first argument (i.e.
filePath) of ReadFile() function is modified, so that the output SVG image cannot be passed to the inkscape for exporting.
I have created a short video that illustrates the proper functionality of the provided code library. The only change that I have made is the
InkscapePath variable in HtmlChartExportSettings.vb file that references the path to the Inkscape executable on the server. What I can suggest is that you either reuse the provided code library and just modify the path to inkscape or proceed further with the debugging on this regard.
Regards,
Danail Vasilev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the
blog feed now.