Arsénio Ferraz
  • SharePoint Online
  • Power Apps
  • Community Days
  • Powershell
  • Sharepoint 2013
  • SharePoint 2010
  • SharePoint 2007
  • Reflections
  • About
  • SharePoint 2010

    How to secure external anonymous access to SharePoint 2010 sites

    Published by

    Arsénio Ferraz

    on

    April 19, 2012

    If you developed an internet-facing website, you may have noticed that you’re SharePoint Forms pages are also accessible to anonymous users. For instance, http://your_domain/_layouts/viewlsts.aspx, etc. Normally we don’t want this, so, in order to block users  from accessing these pages, we need to activate a feature called “ViewFormPagesLockDown”. Activate Feature:…

    Continue reading →: How to secure external anonymous access to SharePoint 2010 sites
  • SharePoint 2010

    Setup missing SharePoint 2010 Groups

    Published by

    Arsénio Ferraz

    on

    March 14, 2012

    If you have deleted the default SharePoint Groups or they are missing, SharePoint 2010 gives you a way to set them back. You just need to go to /_layouts/permsetup.aspx

    Continue reading →: Setup missing SharePoint 2010 Groups
  • SharePoint 2007

    The schema version of the database is not consistent with the expected database schema version

    Published by

    Arsénio Ferraz

    on

    December 5, 2011

    One of my clients, after applying Windows Server 2003 with the latest windows updates, he got this error: The schema version (3.1.3.0) of the database SharePoint_AdminContent_93139118-73ea-456d-86d9-c938e7a40497 on {dbserver} is not consistent with the expected database schema version (3.1.4.0) on {spserver}.  Connections to this database from this server have been blocked…

    Continue reading →: The schema version of the database is not consistent with the expected database schema version
  • SharePoint 2010

    Cannot create custom list after rebranding Application.master

    Published by

    Arsénio Ferraz

    on

    August 30, 2011

    After rebranding application.master I got this error when creating a custom list: The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again.   at Microsoft.SharePoint.Library.SPRequestInternalClass.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl) at Microsoft.SharePoint.Library.SPRequest.CreateListFromFormPost(String bstrUrl, String& pbstrGuid, String& pbstrNextUrl) To remove…

    Continue reading →: Cannot create custom list after rebranding Application.master
  • SharePoint 2007, SharePoint 2010

    How to get a SharePoint Feature GUID

    Published by

    Arsénio Ferraz

    on

    August 26, 2011

    You just need to have a developer tool bar in your browser. Go to the “Site Collection Features” or “Manage Site Features” under “Site Settings”. Open you developer tool bar Select “Activate” or “Deactivate” button Now you are able to see the Feature GUID

    Continue reading →: How to get a SharePoint Feature GUID
  • SharePoint 2007

    Adding and deploying Solutions to SharePoint 2007 with STSADM

    Published by

    Arsénio Ferraz

    on

    July 19, 2011

    Steps to install and deploy solutions to SharePoint 2007 with STSADM. Add solution stsadm -o addsolution -filename c:\solution_folder\solution_name.wsp Deploy solution stsadm -o deploysolution -name solution_name.wsp -url http://sharepoint_server Upgrade feature stsadm -o upgradesolution -name solution_name.wsp -filename c:\solution_folder\solution_name.wsp Install feature stsadm -o installfeature -filename {FeatureFolder}\feature.xml Activate feature stsadm -o activatefeature -id {FEATUREID} -url…

    Continue reading →: Adding and deploying Solutions to SharePoint 2007 with STSADM
  • SharePoint 2007

    “SPUpgradeException: One or more types failed to load” exception when running configuration wizard

    Published by

    Arsénio Ferraz

    on

    July 19, 2011

    I was trying to install SharePoint Server 2007 on a Windows Server 2008 R2 with SP1, but every time I run the SharePoint Products and Technologies Configuration Wizard, I bumped into: Performing configuration task 1 of 4 Initializing SharePoint Products and Technologies upgrade… Successfully initialized SharePoint Products and Technologies upgrade.…

    Continue reading →: “SPUpgradeException: One or more types failed to load” exception when running configuration wizard
  • SharePoint 2010

    Adding and deploying Solutions to SharePoint 2010 with Management Shell

    Published by

    Arsénio Ferraz

    on

    July 7, 2011

    I’ve mentioned in a previous post how to create a solution setup for SharePoint. But, sometimes we need to user the SharePoint powershell (SharePoint Management Shell) to install and deploy solutions. Add solution Add-SPSolution c:\solution_folder\solution_name.wsp Install solution Install-SPSolution –Identity solution_name.wsp –WebApplication http://sharepoint_server -GACDeployment Update solution Update-SPSolution –Identity solution_name.wsp –LiteralPath c:\solution_folder\solution_name.wsp –GACDeployment…

    Continue reading →: Adding and deploying Solutions to SharePoint 2010 with Management Shell
  • SharePoint 2010

    Visio Stencils for SharePoint 2010

    Published by

    Arsénio Ferraz

    on

    July 1, 2011

    Today I needed to create a Visio with my client SharePoint farm. Since Visio does not come with a SharePoint stencil, I google it and I’ve found this blog. It has some cool stencil for SharePoint.

    Continue reading →: Visio Stencils for SharePoint 2010
  • SharePoint 2010

    Register external JavaScript and Stylesheet

    Published by

    Arsénio Ferraz

    on

    June 30, 2011

    Is very common to use external JavaScript and Stylesheet to give a different look&feel to custom webparts. Below are two SharePoint specific methods that you can use to reference a JavaScript and StyleSheet file from within a web part. Register Stylesheet There are several ways to add your own CSS…

    Continue reading →: Register external JavaScript and Stylesheet
Previous Page Next Page

Hello,

I’m Arsénio

Hi, I’m Arsénio Ferraz — a business owner and passionate tech enthusiast with a deep love for all things Microsoft 365, SharePoint, Power Apps, Power Automate, Power BI, and beyond.

Let’s connect

  • LinkedIn
  • X

Join the fun!

Stay updated with our latest tutorials and ideas by joining our newsletter.

Recent posts

  • Fixing GUID/ImmutableID Mismatches in Microsoft Entra ID After Active Directory Restore

    Fixing GUID/ImmutableID Mismatches in Microsoft Entra ID After Active Directory Restore

  • Did you know? How to hide lists in SharePoint Online (and when you should)

    Did you know? How to hide lists in SharePoint Online (and when you should)

  • How to Disable Access Requests Across All SharePoint Online Sites

    How to Disable Access Requests Across All SharePoint Online Sites

  • Automation in 2025: SharePoint, Power Platform, and Copilot AI Low-Code Advantages

    Automation in 2025: SharePoint, Power Platform, and Copilot AI Low-Code Advantages

  • Why Is Your Power App So Slow? Here’s How I Made Mine Lightning Fast

    Why Is Your Power App So Slow? Here’s How I Made Mine Lightning Fast

  • Power Platform Governance Tricks To Stop Your Apps From Becoming Forgotten Orphans

    Power Platform Governance Tricks To Stop Your Apps From Becoming Forgotten Orphans

  • Community Days
  • Power Apps
  • Power Automate
  • Power Platform
  • Powershell
  • Reflections
  • SharePoint 2007
  • SharePoint 2010
  • Sharepoint 2013
  • SharePoint Online
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • May 2014
  • April 2014
  • October 2013
  • January 2013
  • December 2012
  • October 2012
  • September 2012
  • July 2012
  • June 2012
  • April 2012
  • March 2012
  • December 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
Arsénio Ferraz
  • LinkedIn
  • X
  • SharePoint Online
  • Power Apps
  • Community Days
  • Powershell
  • Sharepoint 2013
  • SharePoint 2010
  • SharePoint 2007
  • Reflections
  • About

Blog at WordPress.com.

 

Loading Comments...
 

    • Subscribe Subscribed
      • Arsénio Ferraz
      • Already have a WordPress.com account? Log in now.
      • Arsénio Ferraz
      • Subscribe Subscribed
      • Sign up
      • Log in
      • Report this content
      • View site in Reader
      • Manage subscriptions
      • Collapse this bar

    Notifications