by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
We were attempting to use Responsive SharePoint from CodePlex, They’ve done a lot of heavy lifting with regards to implementing Twitter Bootstrap within SharePoint 2013. After some testing we found that certain sites were becoming corrupt and throwing Errors and...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
/****** Object: StoredProcedure [dbo].[SearchAllTables] Script Date: 3/14/2013 8:01:42 AM ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROC [dbo].[SearchAllTables] ( @SearchStr nvarchar(100) ) AS BEGIN — Copyright © 2002 Narayana Vyas...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
So one day, suddenly I find my development environment out of drive space, never good, but its my dev box and not a production system. So that’s the good news. Production Environment Fix(Contentdb): So I start poking around and find that the content database is...
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
http://tech.pro/tutorial/1155/obtaining-method-caller-information-in-c
by jeremy@bondbyte.com | Apr 23, 2014 | Uncategorized
It appears that SPWeb.Users.GetCollection is not bound to its initialized web although SPWeb.Users[username] and SPWeb.Users.GetByEmail(email) are. The unfortunate thing, SPWeb.Users[username] and SPWeb.Users.GetByEmail(email) both throw exceptions if nothing is...