As most of you know, the OWSTimer memory leak is still an issue with SharePoint 2010. I created a scheduled task to run using PowerShell to stop the process nightly. Here are the instructions to create the scheduled task. Open up your Windows Task Scheduler and right-click on Task Scheduler…
Leave a CommentChristina Wheeler Posts
When you login to SharePoint 2013 you’ll notice the “Sign in as Different User” is missing from the Personal Menu. Here are two workaround options: Manually append the following URL to your site: /_layouts/closeConnection.aspx?loginasanotheruser=true Add a Custom Action to the SharePoint Personal Menu: <?xml version=”1.0″ encoding=”utf-8″?> <Elements xmlns=”http://schemas.microsoft.com/sharepoint/”> <CustomAction Id=”MyLoginDifferentUser”…
Leave a CommentIf you try to create a SharePoint project in VS2012 and get the following error, you will need to install the Visual Studio 2013 Developer Tools. Visual Studio 2013 Developer Tools – http://go.microsoft.com/fwlink/?LinkID=257068
Leave a Comment