views:

111

answers:

2

Hi,

I am using dotnetCHARTING: the dll is installed in the GAC and referenced in my web.config (all versions appear to match). The project has a reference to the dll.

web.config:

<add assembly="dotnetCHARTING, Version=5.3.3540.17054, Culture=neutral, PublicKeyToken=af2cd47db69d93bd"/>

The site code compiles ok, but all aspx pages using the charting library complain that the Chart tag does not exist (warning that it might be a compile error). The aspx pages do not render the charts.

Each page has a reference to the assembly:

<%@ Register Assembly="dotnetCHARTING" Namespace="dotnetCHARTING" TagPrefix="dotnetCHARTING" %>

Does anybody know what could be causing this?

Thanks a lot for any help - I'm quite desperate to get this resolved.

Ryan

A: 

Hi Ryan, did you ever figure out the solution for this? I have the same problem and it's doing my head in!!

Jonesy

iamjonesy
A: 

Hi Were you able to resolve this?

Kedar