Ensure you allow the webpart to be deployed tenant-wide.
Tag Archives: debug
Debugging Tips and Tricks in Visual Studio 2013
I came across this TechEd video that I found really useful with optimising my debugging with VS2013. My notes on…
Quick tip: Pointers to help speed up your web page
If you’re in the website making business, one aspect that you definitely need to fine tune is loading times. A…
How to: Install and use Reporting Services with SharePoint 2007
Here is an impeccable guide on how to work with Reporting Services in SharePoint 2007. The following are the steps…
How to: Troubleshoot “Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.”
Working with DataSets, you might face this error message that will keep you from using code that you knew was…
How to: Troubleshoot broken/blank WordPress sites
Summary 1. Enable debug mode. i. edit wp-config.php ii. set WP_DEBUG to true 2. Fix the issue. i. reload the…
Quick tip: Disable Visual Studio breakpoints without removing them
When debugging a project with a number of breakpoints (or, just a few that happen to be hit over and…
Quick tip: Start the Opera Dragonfly Javascript Debugger
Yeah, this is stupid, but for some reason I always forget what the keyboard shortcut for the Opera Dragonfly is…
How to: Resolve “Unable to start debugging on the web server. The web server is not configured correctly”.
This is a strange message actually. You’re not supposed to see this, unless someone tinkers with the web.config file of…
How to: Troubleshoot “Server Error in ‘/’ Application.” error after SP2010 SP1 update
In case you just installed SharePoint 2010 Service Pack 1, or one of the new August/September 2011 updates is giving…