I have a Linear Webgauge in my application, working under FileSystem Deployment Scenario and everything works fine under local machine. The problem is when i deploy the application on the server. The background image of the gauge is show, but the values are not drawned. No exception is throw and there is no javascript errors.
On Local Machine:
On Server Machine:
The deployment scenario configuration: <DeploymentScenario FilePath="~/App_Themes/XP Blue/Infragistics/GaugeImages/" ImageURL="/App_Themes/XP Blue/Infragistics/GaugeImages/#CLIENT_#SESSION.#EXT" DeleteOldImages="False" />
The server folder also have the correct write permissions too (i have tried to remove it, then an exception was throw, so this is not the problem)
Thanks in advance.
i'm not sure what would cause this. is it possible that the server's GaugeImages folder has old images in it?