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

File Not Found Error

3 Answers 46 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Arthur
Top achievements
Rank 2
Arthur asked on 12 May 2008, 01:32 PM
Hi,

    I have successfully installed RadTabStrip and I have also sucessfully aded it in my page. I created four tabs and four views. Please see screenshot1. Everything ooks well until I deploy the package and access the page. I am getting a "File Not Found" error in the page. Please see screenshot2.

    I tried installing AJAX but I still get the error. I am not sure where the problem really is and I can't get much from my research about this. Your help is greatly needed.

Thanks,
Francis

3 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 12 May 2008, 02:52 PM
Hello Francis Rosos,

Please make sure you have successfully deployed ASP.NET in your SharePoint site. RadTabStrip for ASP.NET Ajax requires the same. You can find detailed instructions in this web page http://sharepoint.microsoft.com/blogs/mike/Lists/Posts/Post.aspx?ID=3

Using RadTabStrip for ASP.NET Ajax also requires the Telerik.Web.UI.dll assembly to be installed in GAC. You also need a SafeControls entry in your web.config file:

 <SafeControl Assembly="Telerik.Web.UI, Version=2008.1.415.20, Culture=neutral, PublicKeyToken=121fae78165ba3d4" Namespace="Telerik.Web.UI" TypeName="*" Safe="True" />

You an also try enabling the stacktrace of your SharePoint web site - this would show more detailed error info about the error. To do so set the CallStack attribute (of the SafeMode tag in your web.config) to true.

<SafeMode MaxControls="200" CallStack="true"


Regards,
Albert
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Arthur
Top achievements
Rank 2
answered on 17 Jul 2008, 03:00 AM
Hi Albert,

    Thank you for your reply. I was able to make this work now.

    On a separate note, we are currently trying to use Load On Demand functionality for the RadTabStrip. Is this functionality available in RadControls for ASP.NET? Or we have to use RadControls for ASP.NET AJAX for this? I don't think RadControls for ASP.NET includes Telerik.Web.UI in the package. Is there a way we can do this with the first version?

Thank you,
Francis
0
Paul
Telerik team
answered on 23 Jul 2008, 08:48 AM
Hi Francis,

This functionality could not be achieved out-of-box with RadTabstrip for ASP.NET "Classic". Here's a forum post on the matter; we have provided a sample application that demonstrates the needed approach.

All the best,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TabStrip
Asked by
Arthur
Top achievements
Rank 2
Answers by
Atanas Korchev
Telerik team
Arthur
Top achievements
Rank 2
Paul
Telerik team
Share this question
or