Element 'Chart' is not a known element - dotnetCHARTING
Posted
by Ryan
on Stack Overflow
See other posts from Stack Overflow
or by Ryan
Published on 2010-05-09T21:55:12Z
Indexed on
2010/05/09
21:58 UTC
Read the original article
Hit count: 535
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
© Stack Overflow or respective owner