Skip to content
Loading...

INTERNAL – Quest Chart webpart unable to display

Title

INTERNAL – Quest Chart webpart unable to display

Description

INTERNAL – Quest Chart webpart unable to display

Please wait...

When creating the chart in development studio, the chart unable to display in the sharepoint site.

Cause

<p>The problem is originated from site utilizing both Quest DevStudio and Skelta suite, both products rely on Telerik RadControls but shipped with different versions. Skelta uses most of the RadControl as Quest DevStudio does. When Skelta product is installed, they add assembly reference entries into the web.config file. The entry refers to an older version of RadChart.NET.DLL - version 3.1.0.0 instead of 4.0.1.0 that Quest uses.</p>

Resolution

<p>WORKAROUND: <br/><br/> Modify the line of the web.config in <br/> <compilation> <br/> <assemblies> <br/> ... <br/> <add assembly="RadChart.Net2, Version=3.1.0.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" /> <br/> ... <br/> </compilation> section <br/> Change the version from 3.1.0.0 to 4.0.1.0 <br/><br/> Please verify that Quest chart and Skelta control still work. Please make sure the Session state is enabled for the site that you are working, otherwise, you may still receive broken image. <br/><br/> Once done, perform IISReset. <br/></p>

Defect ID

<p>The problem is originated from site utilizing both Quest DevStudio and Skelta suite, both products rely on Telerik RadControls but shipped with different versions. Skelta uses most of the RadControl as Quest DevStudio does. When Skelta product is installed, they add assembly reference entries into the web.config file. The entry refers to an older version of RadChart.NET.DLL - version 3.1.0.0 instead of 4.0.1.0 that Quest uses.</p>

Leave a Reply