• Twitter

Sharepoint 2010 Javascript errors

After installing Sharepoint 2010 beta on my box, I got javascript errors on page load and many UI functions are not working correctly;
Sample of javascript errors:
 
 
Error: ‘SP.Res.autocompleteLoading’ is null or not an object
or
Error: ‘SP.Res.lcid’ is null or not an object
 
Also this errors appears in the centra administration site,
 
The Solution:
well after searching and troubleshooting I figured out that there is a virtual directory "/_vti_bin/sts" has assigned an application pool "SecurityTokenServiceApplicationPool" that is not existing on my computer after fixing this problem and assigning another valid application pool the problem is solved and everything is functioning as it supposed to.
 
 
 

Sharepoint 2010 Developers Guide

A very useful guide for Sharepoint 2010 developers covering most of the aspects you need to know
 
Description From Microsoft
"This evaluation guide is designed to give you an overview of the feature set and extensibility points for Microsoft SharePoint 2010 and an understanding of how the professional developer can use these features and extensibility points to create comprehensive solutions. This guide begins with an overview of the types of solutions that you can build by developing on SharePoint. It then addresses the developer tools for SharePoint 2010, the new platform features, and the solution deployment enhancements. The guide concludes with six walkthroughs that show example developer customizations in SharePoint 2010. The goal of this guide is to provide a framework for an effective evaluation of SharePoint 2010 as a solution creation platform. This guide is intended for the professional developer, development lead, and software architect. An evaluation guide focused on the SharePoint 2010 product and an evaluation guide for the IT Professional are also available"
 
Get it from here