-
Today I implemented an example web application using bootstrap/angular which should perform basic CRUD operations on Sharepoint 2010 Lists with rest api. You can host your complete bootstrap/angular web application in sharepoint and display it in a web part. To archieve this, first create or use a document...
-
Hi guys, I want to share a nice tool with you which I has written during my last project. (Its just an console application, might be changed in the future) https://missingspuserpermission.codeplex.com/ Summary: This tool can be used in the following scenarios: - On Upgrade Scenario - On NTLM to Claims...
-
Hey guys, I want to share this because I need it so much at customers to find the currently deployed version. I will keep this post up-to-date ;) SharePoint 2010 release numbers can be found similarly to how you find them in 2007 just go to Central Admin | System Settings | Manage Servers In Farm. Or...
-
Hey guys, everyone of you who is working with sharepoint have seen the following scenario. You install a patches on the servers (WFE/APP) and when running the ConfigurationWizard on one of them you will get the following error: "HotFix xy is missing on WFE1" If you are really sure that everything...
-
Hey guys, here is a little tutorial for getting quotas easily on each environment. Add first you need to create a new XML Config Files for all values: Name => this is the displayName which will be shown in Central Admin StorageMaximumLevel => Gets or sets a limit in bytes on all disk space used...
-
Hey guys, I had a problem everytime I executed the following Powershell command, I received a truncated table as default. Get-SPWebTemplate If you don't want the results to be truncated you have to use the following additional command property. (This can be used for every PowerShell command which...
-
Hey guys, today i came across this annoying error. I couldn't believe that this has happened. We only updated the server with Office Web Apps and after running the configuration wizard, each site i try to open failed with the following error message: I searched the web and found a lot of post's...
-
Hey guys, I found a nice site for all people which are interested in SharePoint 2010 http://blogs.msdn.com/b/sharepointalps/archive/2010/02/07/sharepoint-2010-linkliste.aspx There are links for Technical diagrams, Performance, Permissions, Migration and Installation but the most of them are for german...
-
Hey guys, this is the second part for Linq To SharePoint, if you have missed the introduction please click here Getting Started: Open Visual Studio 2010 Create a new SharePoint Project e.g. EventReceiver Import your existing Entity Class which has been generated before (Add->Existing Item -> SampleEntities...
-
Hey guys, The best new feature within SharePoint 2010 is in my eyes Linq To SharePoint . It's just incredible because there is no further need for CAML Queries:) So i want to describe the first use of this feature. If you don't know what is LINQ or how to write LINQ Queries just click here for...
-
Hey guys, here is a short instruction for upgrading TFS 2010 to SharePoint Foundation 2010 back up all the databases. Backup is always the best practice before doing any vital changes. 2. install SQL Server 2008 SP2 . SharePoint 2010 requires SQL Server 2008 SP1 and CU2 at least. Now, SP2 is available...
-
Hey guys, Eric Kraus has a nice post on the various GUID's associated with the Enterprise Feature. This was very helpful because in some cases when you try to create a new site based on a Template you only get a GUID as error message from SharePoint.
-
Hey guys, if you want to delete a "Drop Off Library" follow the steps below: 1. Download SharePoint Manager from codeplex http://spm.codeplex.com/ 2. Extract the files on the SharePoint Server and Start the exe with 'Run as Administrator' 3. Then navigate to the 'Drop Off Library'...