This is a migrated thread and some comments may be shown as answers.

Error : Dev / Prod

2 Answers 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jean-Yves
Top achievements
Rank 1
Jean-Yves asked on 30 Sep 2010, 03:07 PM
Hi, 

I'm currently having a quite strange issue.
Juste for you to know, I have the latest version of ASP.NET AJAX (V2010.2.929.40)

So, I'm developing a Website, I hit F5 sometimes to check how it's going on... And their is no problem!
After some hours of coding, I put my project on a server... And their, it's not working in the same way...

And with IE 8, I have this appearing : 
Détails de l’erreur de la page Web
 
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2; MALC)
Horodateur : Thu, 30 Sep 2010 13:49:27 UTC
 
 
Message : Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html PUB'.
Ligne : 6
Caractère : 84093
Code : 0
URI : http://10.199.102.121:443/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RScM1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3afr-FR%3a8f393b2b-3315-402f-b504-cd6d2db001f6%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3afr-FR%3a183fb741-216d-4765-9b46-4a1f5d38fdd7%3a16e4e7cd%3af7645509%3a22a6274a%3a86526ba7%3a874f8ea2%3aed16cbdc%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3ae4f8f289%3a8e6f0d33%3a6a6d718d
 
 =========================================================================================================
 
Détails de l’erreur de la page Web
 
Agent utilisateur : Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.2; MALC)
Horodateur : Thu, 30 Sep 2010 13:58:32 UTC
 
 
Message : Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '
<!DOCTYPE html PUB'.
Ligne : 6
Caractère : 84093
Code : 0
URI : http://10.199.102.121:443/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_RScM1_TSM&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3afr-FR%3a8f393b2b-3315-402f-b504-cd6d2db001f6%3aea597d4b%3ab25378d2%3bTelerik.Web.UI%3afr-FR%3a183fb741-216d-4765-9b46-4a1f5d38fdd7%3a16e4e7cd%3af7645509%3a22a6274a%3a86526ba7%3a874f8ea2%3aed16cbdc%3a24ee1bba%3ae330518b%3a1e771326%3ac8618e41%3ae4f8f289%3ab7778d6c%3a19620875%3a39040b5c%3ae524c98b%3aaa288e2d%3a58366029%3a8674cba1%3ac08e9f8a%3ae085fe68%3aa51ee93e%3a59462f1%3bAjaxControlToolkit%2c+Version%3d3.0.20229.20843%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3afr-FR%3a3b7d1b28-161f-426a-ab77-b345f2c428f5%3ab14bb7d5%3a13f47f54%3a3c55b13e%3adc2d6e36%3ade51bc8f%3a1d056c78%3aa3e10fa2%3a701e375f%3aa4313c7a


I don't understand where to search for this error... !

So, my page arrive well in my browser, and when I try to update my DetailView (Witch is in a Telerik:RadAjaxPanel), I have this problem

Can you help me please ? 

Jean-Yves

2 Answers, 1 is accepted

Sort by
0
Jean-Yves
Top achievements
Rank 1
answered on 04 Oct 2010, 06:33 AM
Hi,

I found something really strange again!

Il my web site, I did a hierarchy of folder like :
WebSite/Pages/Admin
WebSite/Pages/Planning
WebSite/Pages/Profile
...

And in those folders I have each time a page : Default.aspx. And it's on this page that I have the error, but only if I don't name the page. Let's say I want to go on : WebSite/Pages/Profile/default.aspx, so I have 2 ways:
Response.Redirect("~/Pages/Profile")
 
//or
 
Response.Redirect("~/Pages/Profile/Default.aspx")

The first, I can't edit anything, and the second, everything is working.

:O, Is it strange or it's something really well known ?

Thank you
0
Georgi Tunev
Telerik team
answered on 04 Oct 2010, 09:16 AM
Hello Jean-Yves,

To be able to help, we need to get a better view over your exact setup and code logic. Please open a support ticket and send a sample project where the problem can be reproduced. More information on how to isolate a problem in a sample project can be found in this blog post.



Best wishes,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Jean-Yves
Top achievements
Rank 1
Answers by
Jean-Yves
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or