Pages

Tuesday, January 6, 2015

Microsoft Exams Free Second Shot for 2015

From the Microsoft Learning site:

 

“Take any Microsoft Certified Professional (MCP) exam between January 5, 2015, and May 31, 2015. If you don't pass, get a free retake!”

More information can be found at https://www.microsoft.com/learning/en-us/second-shot.aspx.

 

Good luck to test takers!

Tuesday, September 23, 2014

What’s new in SharePoint 2013? ----Download for free on Amazon 9/25/2014 - 9/26/2014!

This is my first publication on Microsoft SharePoint 2013 which I originally wanted to publish a lot sooner! This book is intended for various Information Technology professionals including architects, administrators, support individuals, power users, content management specialists, compliance specialists, power users and end-users who work with the Microsoft SharePoint and are interested to learn about new and improved features in Microsoft SharePoint 2013.  The book is available through Amazon and you can read it on Kindle or on Kindle App. Please go to http://www.amazon.com/dp/B00NTSTRQ8 to buy the kindle edition of this book.

 

Wednesday, April 23, 2014

SharePoint 2010 Designer Lists and Libraries View Returns an Empty View

This can happen if you restore a site from a SharePoint farm where a feature dependent list was created and this feature is not installed in the farm where the site is being restored. Please note that sometimes solutions such as U2U CAML Query Builder can create lists during feature activation. Once you have identified and removed the orphaned list, this issue should resolve. If you don’t have access to SharePoint Management Shell, you can delete the orphaned list in SharePoint Designer by selecting All Files –> Lists.

SharePoint 2010 Sandboxed Event Receiver doesn’t Fire

This can happen if feature activation is set to manual in the Visual Studio solution. Check the Site Collection Features or Site Features page by going to Site Settings and activate the feature if needed.

Monday, December 23, 2013

SharePoint Designer 2010 – You do not have permission to do this operation

I came across the following error while trying to open a SharePoint 2010 site in SharePoint Designer 2010:

“You do not have permission to do this operation. Ask your web site administrator to change your permissions and then try again, or log in with a user account that has this permission. To log on with a different user account click OK”

image

After spending sometime, it turns out the anonymous authentication was disabled in IIS for some reason.

image

After enabling the anonymous authentication, I was able to open the site collection in SharePoint Designer 2010.