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

Integration Help

6 Answers 122 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 05 Mar 2008, 03:25 PM
Hello,

I'm a bit confused on the Whitepaper walkthrough.
I would like to integrate your TreeView control into Sharepoint so that I can use it as a webpart to display documents.

I'm unsure of what to actually edit for this since it seems that the Whitepaper that is out now is only for the RadMenu..

Is that right? If so, could I possibly have some assistance on integrating the TreeView?

Thanks,
Bill

6 Answers, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 05 Mar 2008, 04:31 PM
Hello Bill,

You should follow the exact same steps described for RadMenu in the Whitepaper. The integration process is analogical to the one described.

Regards,
Nick
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Bill
Top achievements
Rank 1
answered on 05 Mar 2008, 04:48 PM
Thanks,

I've gone through the process and I have a few questions. On page 11 of the whitepaper document, I follow down to step number there and become a little confused.

You have BlueBand.master listed, is that the generic default page for the site you have listed: http:telerik  ?

Sorry, I'm new to ASP, Sharepoint and just about everything in this process.

Thanks

Bill
0
Bill
Top achievements
Rank 1
answered on 05 Mar 2008, 05:44 PM
I receive this error once I try to view the site:

An error occurred during the processing of /_catalogs/masterpage/default.master. Could not load file or assembly 'RadMenu.Net2, Version=4.3.0.0, Culture=neutral, PublicKeyToken=bbe59a8ad3533e68' or one of its dependencies. The system cannot find the file specified.  
 

I did it the manual way and I've gone through the steps on page 11 and 12.

Any help on that?

Thanks
0
Dimitar Milushev
Telerik team
answered on 10 Mar 2008, 11:24 AM
Hi Bill,

I think you have registered the RadMenu assembly on your page instead of registering the RadTreeView assembly. In the last chapter, 'Incorporating the RadMenu Control in Office SharePoint Server 2007 Publishing Sites', you should use the following Register directive:

<%@ Register TagPrefix="telerik" Namespace="Telerik.WebControls" Assembly="RadTreeView.Net2" %>

All the best,
Dimitar Milushev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Bill
Top achievements
Rank 1
answered on 10 Mar 2008, 05:42 PM
I think you may be right.

But I also did everything and it was directed toward the RadMenu.

I'm confused as to the process that needs to be taken since it would seem that the RadMenu and RadTreeView will need two completely different set up processes.
0
rlasker3
Top achievements
Rank 1
answered on 12 Mar 2008, 03:57 PM
There are a few things that are minorly different about the Whitepaper and integrating the other controls. One of the very first things that you will notice even if you are integrating the RadMenu is that the latest downloads are version 4.4.0.0 and not 4.3.0.0 so it becomes important to do the steps in finding the assembly info using Reflector like they describe in the screen cast.

The next difference is obviously which assemblies to include in the safe controls section of the web config. the integration paper has two entires for the RadMenu:
Telerik.RadMenuUtils:
<SafeControl Assembly="RadMenu.Net2, Version=4.4.0.0, Culture=neutral, PublicKeyToken=bbe59a8ad3533e68" Namespace="Telerik.RadMenuUtils" TypeName="*" Safe="True" />

and Telerik.WebControls
   <SafeControl Assembly="RadMenu.Net2, Version=4.4.0.0, Culture=neutral, PublicKeyToken=bbe59a8ad3533e68" Namespace="Telerik.WebControls" TypeName="*" Safe="True" />
  
So, the only question left is which assemblies are required for each of the different controls? I don't know that yet.

Along with those two steps all you need to do is have the assemblies in the GAC or bin.
Tags
Sharepoint Integration
Asked by
Bill
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Bill
Top achievements
Rank 1
Dimitar Milushev
Telerik team
rlasker3
Top achievements
Rank 1
Share this question
or