Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
245
FilePath and ImageUrl for Filesystem Deployment scenario
posted

I cannot get the filesystem scenario working as described in the knowledgebase.

I keep getting the following error: "/chart_images' is not a valid virtual path.

 

What am I doing wrong. ? 

My code is as follows:

UltraChart1.DeploymentScenario.Scenario = Infragistics.UltraChart.Shared.Styles.ImageDeploymentScenario.FileSystem

UltraChart1.DeploymentScenario.FilePath =  "/chart_images"

UltraChart1.DeploymentScenario.ImageURL =  "/chart_images/2d_barchart_#SEQNUM(500).jpg"

 

I have followed article Knowledge Base Article: KB09850 to no avail

Parents Reply Children
No Data