Originally Posted by
ragbuster
Been looking at the aspx file and noticed at the top these lines:
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="<%:ResolveClientUrl("~/scripts/excanvas.js") %>"></script><![endif]-->
<script type="text/javascript" src="<%:ResolveClientUrl("~/scripts/jquery.jqplot.min.js") %>"></script>
<script type="text/javascript" src="<%:ResolveClientUrl("~/scripts/jqplot.dateAxisRenderer.min.js") %>"></script>
<script type="text/javascript" src="<%:ResolveClientUrl("~/scripts/jqplot.highlighter.min.js") %>"></script>
<script type="text/javascript" src="<%:ResolveClientUrl("~/Scripts/jqplot.cursor.min.js") %>"></script>
Looking in the scripts folder show that none of these .js files exist. Is this the problem?