Error(s) occurred while rendering the component:
EXCEPTION
The control was unable to generate an image on the server.
CAUSE
The server control needs a special folder where to store the generated images.This error can occur if the folder does not exist or if the control does not have the necessary permissions to write to it.
RESOLUTION
Manually create the directory and assign read, write and browse folder contents permissions to it for the ASPNET account. Task list:
1) Create the folder [C:\inetpub\wwwroot\ExampleSites\AspNetDiagramExamples\NevronTemp]2) Right Click on the folder and select Properties3) Select the Security tab4) Click Add, select the ASPNET user account and then click OK5) Check the Write, Read, List folder contents and Read and Execute checkboxes6) Apply settings and press OK