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

ToolTip response error

3 Answers 157 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Y L
Top achievements
Rank 1
Y L asked on 09 Jun 2010, 05:38 PM
Hi,

I always get a pop up window with the error for the ToolTip. I added a function like this, but it still pops up !

 
function OnClientResponseError(sender, args) { 
                args.set_cancelErrorAlert(true); 
            } 
 

 The error :
RadToolTipManager response error:
 Exception=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 'Telerik.Web.UI 2010.'.

How to solve such problem?

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 14 Jun 2010, 10:21 AM
Hi Y L,

I already explained the reason for the problem in your other thread and I also resolved it in the demo I attached there. Let us know whether you still experience the problem or it is resolved now.

All the best,
Svetlina
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.
0
Karen Luu
Top achievements
Rank 1
answered on 22 Jul 2010, 10:57 PM
Svetlina ,

Can you point me to the other thread that you are talking about?  I'm using the latest trial version on my test with VS2008 and keep having that same error.

Thanks
Peter
0
Petio Petkov
Telerik team
answered on 28 Jul 2010, 12:12 PM
Hi Karen Luu,

Svetlina referred to a private ticket posted by Y L. The answer there was:
"The error is thrown before the client event for the error is fired and it is caused by the fact that the compiler cannot cast the guid to long implicitly and this can be easily reproduced by a simple code line and no RadControls at all. What I suggest is to use the Ticks property."
In case that the problem you experienced is different, please open a new support thread and send us a running project, where we can observe it. Once we receive it we will do our best to help you.

Best wishes,
Petio Petkov
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
ToolTip
Asked by
Y L
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Karen Luu
Top achievements
Rank 1
Petio Petkov
Telerik team
Share this question
or