.NET 3.5 chart controls exception: Error executing child request for ChartImg.axd

后端 未结 12 2064
伪装坚强ぢ
伪装坚强ぢ 2020-12-08 00:19

Anyone getting this error when using the new free chart controls MS bought from Dundas?

\"Error executing child request for ChartImg.axd\"

On the MSDN forum

12条回答
  •  庸人自扰
    2020-12-08 01:07

    Just wanted to point out that it is also a permission problem with the image not found error.

    Set the "Allow modify" permissions on your image folder (per default it is "C:\TempImageFiles" for the account under which your website is running.

    Problem disappears.

提交回复
热议问题