Graphs will not render unless the CS is deployed with the ASPX<p>The ASPX that includes the Charting control doesn not render anything unless I deploy the CS with it.  I'm not really sure why, but if I watched the errors I got a pretty standard &quot;resource not round,&quot; while trying to render the aspx.  The resource in question was the codefile for the aspx.  Once I deploy the CS with the ASPX the ASPX renders the graph and everything works as intended.<br/><br/>As a work-a-round, I decided to just put all the CS inline with the ASPX, but this is not my optimal solution.<br/><br/>Has anyone else seen this in thier work?<br/><br/>Thanks,<br/><br/>Scott</p> <pre lang=x-aspx>&lt;%@ Page Language=&quot;C#&quot; CodeFile=&quot;BudgetChart.aspx.cs&quot; Inherits=&quot;BudgetChart&quot; EnableSessionState=&quot;ReadOnly&quot; %&gt; &lt;%-- Uncomment for intellisense &lt;html&gt;&lt;body&gt;--%&gt; &lt;asp:chart id=&quot;ChartBudget&quot; runat=&quot;server&quot; borderlinewidth=&quot;0&quot; ImageType=&quot;Jpeg&quot; AntiAliasing=&quot;All&quot; rendertype=&quot;BinaryStreaming&quot;&gt; &lt;ChartAreas&gt; &lt;asp:ChartArea Name=&quot;ChartAreaPercentage&quot;&gt; &lt;AxisX Enabled=&quot;False&quot; IsMarginVisible=&quot;false&quot; /&gt; &lt;AxisY Enabled=&quot;False&quot; IsMarginVisible=&quot;false&quot; /&gt; &lt;/asp:ChartArea&gt; &lt;/ChartAreas&gt; &lt;/asp:chart&gt; &lt;%-- Uncomment for intellisense&lt;/body&gt;&lt;/html&gt;--%&gt;</pre>© 2009 Microsoft Corporation. All rights reserved.Tue, 14 Jul 2009 15:12:42 Z43ebff7a-eef9-4f81-9c61-4abcab346c82http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#43ebff7a-eef9-4f81-9c61-4abcab346c82http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#43ebff7a-eef9-4f81-9c61-4abcab346c82bronderhttp://social.msdn.microsoft.com/Profile/en-US/?user=bronderGraphs will not render unless the CS is deployed with the ASPX<p>The ASPX that includes the Charting control doesn not render anything unless I deploy the CS with it.  I'm not really sure why, but if I watched the errors I got a pretty standard &quot;resource not round,&quot; while trying to render the aspx.  The resource in question was the codefile for the aspx.  Once I deploy the CS with the ASPX the ASPX renders the graph and everything works as intended.<br/><br/>As a work-a-round, I decided to just put all the CS inline with the ASPX, but this is not my optimal solution.<br/><br/>Has anyone else seen this in thier work?<br/><br/>Thanks,<br/><br/>Scott</p> <pre lang=x-aspx>&lt;%@ Page Language=&quot;C#&quot; CodeFile=&quot;BudgetChart.aspx.cs&quot; Inherits=&quot;BudgetChart&quot; EnableSessionState=&quot;ReadOnly&quot; %&gt; &lt;%-- Uncomment for intellisense &lt;html&gt;&lt;body&gt;--%&gt; &lt;asp:chart id=&quot;ChartBudget&quot; runat=&quot;server&quot; borderlinewidth=&quot;0&quot; ImageType=&quot;Jpeg&quot; AntiAliasing=&quot;All&quot; rendertype=&quot;BinaryStreaming&quot;&gt; &lt;ChartAreas&gt; &lt;asp:ChartArea Name=&quot;ChartAreaPercentage&quot;&gt; &lt;AxisX Enabled=&quot;False&quot; IsMarginVisible=&quot;false&quot; /&gt; &lt;AxisY Enabled=&quot;False&quot; IsMarginVisible=&quot;false&quot; /&gt; &lt;/asp:ChartArea&gt; &lt;/ChartAreas&gt; &lt;/asp:chart&gt; &lt;%-- Uncomment for intellisense&lt;/body&gt;&lt;/html&gt;--%&gt;</pre>Tue, 30 Jun 2009 13:52:12 Z2009-06-30T13:58:14Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#196905ca-5e05-4a84-988f-09a09666dd2bhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#196905ca-5e05-4a84-988f-09a09666dd2bDelianThttp://social.msdn.microsoft.com/Profile/en-US/?user=DelianTGraphs will not render unless the CS is deployed with the ASPX<p>I tried to replicate the issue without success. I am using VS 2008 (<strong><span style="text-decoration:underline">solution, not web site</span></strong>) and IIS7. I used  Build-&gt;Publish... from the menu.<br/><br/>What VS do you use?<br/><br/>Delian</p>Fri, 03 Jul 2009 04:17:32 Z2009-07-03T04:17:32Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#5093adda-d0be-4b11-bd84-61b7ca435238http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#5093adda-d0be-4b11-bd84-61b7ca435238bronderhttp://social.msdn.microsoft.com/Profile/en-US/?user=bronderGraphs will not render unless the CS is deployed with the ASPX<p>Delian,<br/><br/>We are running Windows 2003sp2, wtih .Net 3.5sp1 and VS2008, sp1.<br/><br/>The parser error I get on the site is as follows:<br/></p> <pre lang=x-xml>Server Error in '/' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: The file '/Charts/BudgetChart.aspx.cs' does not exist. Source Error: Line 1: &lt;%@ Page Language=&quot;C#&quot; CodeFile=&quot;BudgetChart.aspx.cs&quot; Inherits=&quot;xxxxx.Charts.BudgetChart&quot; EnableSessionState=&quot;ReadOnly&quot; %&gt; Line 2: Line 3: &lt;%-- Uncomment for intellisense Source File: /Charts/BudgetChart.aspx Line: 1 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082 </pre>Fri, 03 Jul 2009 13:46:57 Z2009-07-03T13:46:57Zhttp://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#53450673-2e1a-46b4-8a08-aaa077269c42http://social.msdn.microsoft.com/Forums/en-US/MSWinWebChart/thread/43ebff7a-eef9-4f81-9c61-4abcab346c82#53450673-2e1a-46b4-8a08-aaa077269c42DelianThttp://social.msdn.microsoft.com/Profile/en-US/?user=DelianTGraphs will not render unless the CS is deployed with the ASPXDo you have the web solution deployed as assembly in bin directory?Mon, 06 Jul 2009 16:40:34 Z2009-07-06T16:40:34Z