Esperanza Ramos
Top achievements
Rank 1
Esperanza Ramos
asked on 08 Sep 2008, 03:15 PM
Hi, All:
I have this error message with my RadCharts:
Exception Details: System.Web.HttpException: The file '/database/InventoryDatabase/Manhattan/QuestManhChart.aspx' has not been pre-compiled, and cannot be requested.
What is the reason, and how to fix it?
Thank you for your help.
Stanley
I have this error message with my RadCharts:
The file '/database/InventoryDatabase/Manhattan/QuestManhChart.aspx' has not been pre-compiled, and cannot be requested.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Web.HttpException: The file '/database/InventoryDatabase/Manhattan/QuestManhChart.aspx' has not been pre-compiled, and cannot be requested.
What is the reason, and how to fix it?
Thank you for your help.
Stanley
5 Answers, 1 is accepted
0
Hi Stanley Huang,
This error message is quite odd and we have not received such reports so far. Could you confirm whether you are using the aspnet_compiler tool to precompile your websites? We tried to reproduce the problem in our local tests by precompiling a website with RadChart but our efforts were not successful -- everything worked smoothly and the precompiled content was accessed without any issues.
We are willing to advise you further but in order to do so we would need you to elaborate on your specific scenario and possibly give us a step-by-step guide that we can use to observe the problematic behavior.
Greetings,
Manuel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
This error message is quite odd and we have not received such reports so far. Could you confirm whether you are using the aspnet_compiler tool to precompile your websites? We tried to reproduce the problem in our local tests by precompiling a website with RadChart but our efforts were not successful -- everything worked smoothly and the precompiled content was accessed without any issues.
We are willing to advise you further but in order to do so we would need you to elaborate on your specific scenario and possibly give us a step-by-step guide that we can use to observe the problematic behavior.
Greetings,
Manuel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Esperanza Ramos
Top achievements
Rank 1
answered on 10 Sep 2008, 05:37 PM
Hi, Telerik Team:
I might have found the cause of the problem.
I am sorry about posting this problem.
I think the cause is that ASP.NET did not find the related .dll or other executable files. (I am not perfectly sure. I modified my website and published it to my system admin guy. but he had not yet put it on your intranet.)
I might have found the cause of the problem.
I am sorry about posting this problem.
I think the cause is that ASP.NET did not find the related .dll or other executable files. (I am not perfectly sure. I modified my website and published it to my system admin guy. but he had not yet put it on your intranet.)
<%
@ Register Assembly="Telerik.Charting, Version=2.0.3.0, ... Namespace="Telerik.Charting" TagPrefix="rad" %>
The cause maybe: TapPrefix="telerik" instead of "rad".
in my .aspx file, I use "rad": <rad:RadChart ....>
Hope this help the next programmer using RadChart.
Stanley
0
Esperanza Ramos
Top achievements
Rank 1
answered on 22 Sep 2008, 12:53 PM
Hi, Telerik Team:
Does the telerik Q2, 2008 Asp.net Ajax suite require IIS 5.0 or IIS6.0?
thanks.
Stanley
Does the telerik Q2, 2008 Asp.net Ajax suite require IIS 5.0 or IIS6.0?
thanks.
Stanley
0
Hello Stanley Huang,
The ASP.NET AJAX suite does not impose any restrictions on the IIS version. Could you specify what kind of problems are you experiencing with your project?
All the best,
Manuel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
The ASP.NET AJAX suite does not impose any restrictions on the IIS version. Could you specify what kind of problems are you experiencing with your project?
All the best,
Manuel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Ryan
Top achievements
Rank 1
answered on 04 Nov 2008, 06:51 PM
In case anyone else ran into this problem, we found that setting "Copy Local" to true in our project's Telerik.Charting reference fixed the problem.