While working with an asp.net page in SharePoint 2007 (or, in any other situation where you get this error), when…
Tag Archives: troubleshoot
How to: Update XSD queries
Working with an .XSD (XML schema file) in Visual Studio may be easy at first but, it might give you…
How to: troubleshoot Nintex workflow publication issues
I just started working with Nintex workflow and on my first day, I ran into this error message: “Server was…
Quick tip: Troubleshoot “Source control binding status is invalid” with TFS
This will happen to you if you’re trying to clone a project from TFS to create an identical project and…
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…
How to: troubleshoot “the name is in use elsewhere” when importing a Nintex workflow
If you’re importing a Nintex workflow and you’re greeted by a message saying that you can’t use the name you’re…
How to: Solve the “empty Ajax Update Panel” predicament; or, why do controls that live in an UpdatePanel always display last.
A funny thing happens if you’re using an empty Ajax Update Panel on your page/control definition in order to programmatically…
Quick tip: Remove code from an InfoPath form to allow it to be filled in on the browser
Sometimes, working with InfoPath can be a real pain. One of these times is when you accidentally hit the “Edit…
Quick tip: Troubleshoot Response.Redirect() in a try/catch clause
If you have a Responce.Redirect(“urlToNavigateTo”) method in your try section of a try/catch clause, you will notice that the debugger…
Quick tip: Troubleshoot “Your backup is from a different version of Windows SharePoint Services and cannot be restored to a server running the current version.”
If you’re trying to restore a SharePoint 2007 backup file of a site from one SharePoint installation to another, you…