
Hi,
I run a Sharepoint Foundation 2010 (14.0.4763.1000 – Search Server Express Installation) on a Windows 2008R2 Server with SP1. There was an older Version of the Radcontrols for Sharepoint on the machine but this was uninstalled months ago. The Installation (and reinstallation after the first failure) of the RadControls für Sharepoint Q2 2011 (712) worked fine. I can add the webpart to a webpartpage and use the designer to build a grid. But when I try to show the page I get an error message “Datei nicht gefunden” – File not found.
The accompanying correlation ID leads to 3 pages of logs. The only hint to a missing file is the following:
0x1E24 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (Webparts hinzufügen). Ausführungszeit=137,648779383972 58dd0712-2b51-42c5-9157-7388a5e81c2a
07/28/2011 09:28:37.03 w3wp.exe (0x1364) 0x1E24 SharePoint Foundation Runtime tkau Unexpected System.IO.FileNotFoundException: Die Datei oder Assembly "Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. bei Telerik.Ajax.SharePoint.SPFieldToFieldDataMapper.MapSPFieldToSPFieldData(SPField field) bei Telerik.Ajax.SharePoint.SPListTableViewBuilderBase.InitializeFields(SPViewSchemaParser viewParser, SPView currentView, SPList currentList, List`1 fields) bei Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridColumns(SPView view, SPList list, GridTableView gridTableView, List`1 fields) bei Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridStructureInternal(SPListBindingStructure tableView, GridTableView grid... 58dd0712-2b51-42c5-9157-7388a5e81c2a
07/28/2011 09:28:37.03* w3wp.exe (0x1364) 0x1E24 SharePoint Foundation Runtime tkau Unexpected ...TableView) bei Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildDataStructure()As my system is only a Foundation there is no microsoft.Sharepoint.taxonomy.dll present on the system (and no referenc to it in the web.config). I checked some older logs but Taxonomy is mentioned nowhere.
Best regards,
Dirk
20 Answers, 1 is accepted
In most cases the presented error shows that a web part assembly reference is missing from the web.config or something similar. Please review the following online resources which elaborates on this error and provides some possible approaches for its resolving:
http://blog.fpweb.net/troubleshooting-sharepoint-file-not-found-error/
http://amargalla.com/sharepoint/42-file-not-found-error-on-sharepoint-pages
http://www.eggheadcafe.com/software/aspnet/29671403/file-not-found-error-creating-a-site.aspx
http://vspug.com/radi/2008/08/07/quot-file-not-found-quot-when-browsing-a-sharepoint-page/
http://blog.domcosgrove.com/file-not-found-sharepoint-error/
Greetings,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Hello Maria
and sorry for the delayed feedback (holiday). I tried the ressources and basically got the same result as from the Sharepoint 2010 logs (see below). For me it looks like a Telerik Control calling the Microsoft.Sharepoint.Taxonomy.dll which is not available on my system. As far as I know this dll is only part of Sharepoint Enterprise and therefore not available on my sharepoint foundation (http://sharepoint.stackexchange.com/questions/10737/sharepoint-2010-foundation-microsoft-sharepoint-taxonomy-dll) .
The problem seems to be specific to the version 2011_2_712. After uninstalling 2_712 and reinstalling 2011_1_315 everything works fine on my sharepoint foundation. This solves my problem for now but of course I would prerfer to use the actual version.
Thank you.
[FileNotFoundException: Die Datei oder Assembly "Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.]
Telerik.Ajax.SharePoint.SPFieldToFieldDataMapper.MapSPFieldToSPFieldData(SPField field) +0
Telerik.Ajax.SharePoint.SPListTableViewBuilderBase.InitializeFields(SPViewSchemaParser viewParser, SPView currentView, SPList currentList, List`1 fields) +229
Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridColumns(SPView view, SPList list, GridTableView gridTableView, List`1 fields) +741
Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridStructureInternal(SPListBindingStructure tableView, GridTableView gridTableView) +684
Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildDataStructure() +102
Telerik.Ajax.SharePoint.SPListBinder.SetUpGridControlOnInitialLoad() +139
Telerik.Ajax.SharePoint.GridBindingManager.CreateRadGridControl() +437
Telerik.Ajax.SharePoint.TelerikSPRadGridWebPart.CreateRadGridControl() +46
Telerik.Ajax.SharePoint.TelerikSPRadGridWebPart.CreateControlHierarchy() +64
Telerik.Ajax.SharePoint.TelerikSPRadGridWebPart.CreateChildControls() +32
System.Web.UI.Control.EnsureChildControls() +146
Telerik.Ajax.SharePoint.TelerikDataBoundWebPart.OnInit(EventArgs e) +36
System.Web.UI.Control.InitRecursive(Control namingContainer) +143
System.Web.UI.Control.AddedControl(Control control, Int32 index) +271
System.Web.UI.WebControls.WebParts.WebPartManagerControlCollection.AddWebPartHelper(WebPart webPart) +305
System.Web.UI.WebControls.WebParts.WebPartManagerControlCollection.AddWebPart(WebPart webPart) +1936350
System.Web.UI.WebControls.WebParts.WebPartManagerInternals.AddWebPart(WebPart webPart) +63
Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartWithRetry(WebPart webPart) +746
Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts) +7123
Microsoft.SharePoint.WebPartPages.SPWebPartManager.LoadWebParts() +146
Microsoft.SharePoint.WebPartPages.SPWebPartManager.OnPageInitComplete(Object sender, EventArgs e) +288
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.Page.OnInitComplete(EventArgs e) +11056990
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1674
Best regards,
Dirk
The Managed Meta-Data Service (which the Taxonomy dll takes care of) is part of both the Standard and Enterprise edition - however, it is not present in the free version of SharePoint 2010. We referenced this dll as part of our customers' request to add support for displaying managed meta-data columns.
All the best,
Tsvetoslav
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Or do you have a workaround for this?
Kind regards,Mario
Currently we do not provide support for SP 2010 foundation - however, our development team will consider this possibility and we will get back to you with further information.
All the best, Tsvetoslav
the Telerik team

I am experiencing this issue using “Version=2011.3.1115.35” on my “Foundation” development installation, although I have not tried it out on my “Enterprise” machine as yet.
Could you please advise on your plans to implement this. (or a work-around)
Best regards
Bill
Currently there is not work-around for this as we shall need to provide a dedicated build of the controls.
Regards, Tsvetoslav
the Telerik team

Hello,
I'm having the same problem of compatibility with the SharePoint Foundation edition. Do you have a date to solve this issue?
Thanks,
Ricardo Palmela
Are you testing with the latest version of the telerik sharepoint kit? If not, please, upgrade - the problem should be fixed.
Regards,
Tsvetoslav
the Telerik team

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
at Telerik.Ajax.SharePoint.SPFieldToFieldDataMapper.MapSPFieldToSPFieldData(SPField field)
at Telerik.Ajax.SharePoint.SPListTableViewBuilderBase.InitializeFields(SPViewSchemaParser viewParser, SPView currentView, SPList currentList, List`1 fields)
at Telerik.Ajax.SharePoint.ListViewSPListTableViewBuilder.BuildListViewFields(SPView view, SPList list, List`1 fields)
at Telerik.Ajax.SharePoint.ListViewSPListTableViewBuilder.BuildListViewStructureInternal(SPListBindingStructure tableView)
at Telerik.Ajax.SharePoint.SPListBinder.SetUpListViewControlOnInitialLoad()
at Telerik.Ajax.SharePoint.ListViewBindingManager.CreateRadListViewControl()
at Telerik.Ajax.SharePoint.TelerikSPRadListViewWebPart.CreateControlHierarchy()
at Telerik.Ajax.SharePoint.TelerikWebPart.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at Telerik.Ajax.SharePoint.TelerikDataBoundWebPart.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPartHelper(WebPart webPart)
at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPart(WebPart webPart)
at System.Web.UI.WebControls.WebParts.WebPartManagerInternals.AddWebPart(WebPart webPart)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartWithRetry(WebPart webPart)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.LoadWebParts()
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.OnPageInitComplete(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnInitComplete(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Sorry for the oversight - you are correct, the issue has been fixed only for the grid web part and not for the list view one which you are using. Our development team will be addressing the issue and getting back to you with further feedback. Thanks for turning our attention to this issue. I have updated your telerik points accordingly.
Regards,
Tsvetoslav
the Telerik team

I'm afraid the grid has the same problem. I try it and got the error below. Still the issue on the Microsoft.SharePoint.Taxonomy.
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
at Telerik.Ajax.SharePoint.SPFieldToFieldDataMapper.MapSPFieldToSPFieldData(SPField field)
at Telerik.Ajax.SharePoint.SPListTableViewBuilderBase.InitializeFields(SPViewSchemaParser viewParser, SPView currentView, SPList currentList, List`1 fields)
at Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridColumns(SPView view, SPList list, GridTableView gridTableView, List`1 fields)
at Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridStructureInternal(SPListBindingStructure tableView, GridTableView gridTableView)
at Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildDataStructure()
at Telerik.Ajax.SharePoint.SPListBinder.SetUpGridControlOnInitialLoad()
at Telerik.Ajax.SharePoint.GridBindingManager.CreateRadGridControl()
at Telerik.Ajax.SharePoint.TelerikSPRadGridWebPart.CreateRadGridControl()
at Telerik.Ajax.SharePoint.TelerikSPRadGridWebPart.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at Telerik.Ajax.SharePoint.TelerikDataBoundWebPart.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPartHelper(WebPart webPart)
at System.Web.UI.WebControls.WebParts.WebPartManager.WebPartManagerControlCollection.AddWebPart(WebPart webPart)
at System.Web.UI.WebControls.WebParts.WebPartManagerInternals.AddWebPart(WebPart webPart)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.AddWebPartWithRetry(WebPart webPart)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.CreateWebPartsFromRowSetData(Boolean onlyInitializeClosedWebParts)
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.LoadWebParts()
at Microsoft.SharePoint.WebPartPages.SPWebPartManager.OnPageInitComplete(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.OnInitComplete(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

I think this is a very bad performance.
First of all by introducing the problem and then saying you have fixed it but you really haven't.
It proves you do not test your solutions before releasing them.
This is also the reason your solutions are packed with after release bugfixes.
Because your way of working causes to much attention and irritations we decided to stop using your products.
I hope you learn from this feedback.
Kind regards,
Mario
Keep in mind that the SAK is still in CTP and it is normal to contain unaddressed issues. We do test our fixes but why it goes wrong on your side is to be investigated by our development team. And last but not least, we do stand for your products and could not agree with claims such as "packed with after-release bug-fixes" - after all, all SW companies provide service packs with fixes for their products as it is not possible to release a complex program that's completely free of bugs.
Regards,
Tsvetoslav
the Telerik team

I think your own qoutes says it all.
Posted 1 day ago:
"Are you testing with the latest version of the telerik sharepoint kit? If not, please, upgrade - the problem should be fixed"
And the follow up:
"Sorry for the oversight - you are correct, the issue has been fixed only for the grid web part and not for the list view one which you are using"
Please don't make excuses but think how above can happen and how to prevent this.
And do you realize that the original issue was reported nearly 1 year ago?
Good luck.
Kind regards,
Mario

Just wana check that does the SharePoint web parts now supports in SharePoint Foundation 2010 version? or still it only supports SharePoint Server 2010 . As i am still getting below error while running it on SharePoint Foundation 2010 ;
Could not load file or assembly 'Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.
[FileNotFoundException: Could not load file or assembly 'Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified.] Telerik.Ajax.SharePoint.SPFieldToFieldDataMapper.MapSPFieldToSPFieldData(SPField field) +0
Regards,
Imran
Unfortunately, no, it is still not supported.
Regards, Tsvetoslav
the Telerik team

Do you have any update on this? Latest release 2013.2.717 still does not work on SharePoint Foundation 2010. Is there any plan to make it work with SPF 2010?
Thanks,
Bharath
The telerik controls for SP 2010 do not support the foundation version of SP yet.
Regards,
Tsvetoslav
Telerik