This question is locked. New answers and comments are not allowed.
I am showing Google home page as a HTML Place holder in RAD Window ( as same as demo ).
I have following code when we move window.
But, when I click on some link of google/any site, I am getting following error.
Object does not support this property or method.
Note : Not any more details.
I have noticed that it's not getting any error for load.
But, when I click on any of the link of that html page, I am getting this error.
I have following code when we move window.
| void RadWindow1_LocationChanged(object sender, System.Windows.RoutedEventArgs e) |
| { |
| RadHtmlPlaceholder1.InvalidateArrange(); |
| } |
But, when I click on some link of google/any site, I am getting following error.
Object does not support this property or method.
Note : Not any more details.
I have noticed that it's not getting any error for load.
But, when I click on any of the link of that html page, I am getting this error.
6 Answers, 1 is accepted
0
ankit
Top achievements
Rank 1
answered on 17 Mar 2009, 12:18 AM
Also,
Sometime I am getting this error.
"Exception of type 'System.ExecutionEngineException' was thrown."
There is no perticular place where I am getting this error. This error just pops up from Visual Studio. However, I notice when It comes. It comes when either I open that Window which holds Iframe( aspx page ) or closes that popup.
Would recon BUG.
Sometime I am getting this error.
"Exception of type 'System.ExecutionEngineException' was thrown."
There is no perticular place where I am getting this error. This error just pops up from Visual Studio. However, I notice when It comes. It comes when either I open that Window which holds Iframe( aspx page ) or closes that popup.
Would recon BUG.
0
Hello ankit,
Thank you for your report. There seems to be issues with some particular pages when rendered within the RadHtmlPlacehoder. Basically the RadHtmlPlaceholder renders the external pages into an HTML Iframe control which I suppose is the reason for this behaviour.
We will see if there is anything we can do on the HTML client side in order to avoid these errors.
Best wishes,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Thank you for your report. There seems to be issues with some particular pages when rendered within the RadHtmlPlacehoder. Basically the RadHtmlPlaceholder renders the external pages into an HTML Iframe control which I suppose is the reason for this behaviour.
We will see if there is anything we can do on the HTML client side in order to avoid these errors.
Best wishes,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
ankit
Top achievements
Rank 1
answered on 17 Mar 2009, 09:12 PM
Valentin,
I found a temporary fix.
If I create HTML Place holder in C# Coding, means runtime, it doesn't give me error. Hopefully this is not temporary and fixed as I can see now. So, second problem is temporary fixed until you fix in code. ( I guess it's threading related issue ).
but, first one still remains.
Problem still stands :
But, when I click on some link of google/any site, I am getting following error.
Object does not support this property or method.
Thanks. Hope you will provide some answer for this soon.
I found a temporary fix.
If I create HTML Place holder in C# Coding, means runtime, it doesn't give me error. Hopefully this is not temporary and fixed as I can see now. So, second problem is temporary fixed until you fix in code. ( I guess it's threading related issue ).
but, first one still remains.
Problem still stands :
But, when I click on some link of google/any site, I am getting following error.
Object does not support this property or method.
Thanks. Hope you will provide some answer for this soon.
0
Hi ankit,
We will do our best to fix this issue for the Service pack that is within the next few weeks.
Regards,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We will do our best to fix this issue for the Service pack that is within the next few weeks.
Regards,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
veena
Top achievements
Rank 1
answered on 30 Jun 2009, 12:37 PM
Can you please give me some links which is causing the issues when the links are clicked.
Thanks in advance
Veena R
Thanks in advance
Veena R
0
Hello veena,
This problem has been fixed already - the problem was in the control itself.
Kind regards,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
This problem has been fixed already - the problem was in the control itself.
Kind regards,
Valentin.Stoychev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
