by jeremy@bondbyte.com | Mar 23, 2015 | Powershell, SharePoint 2013, Visual Studio
For security and availability purposes we’ve moved away from using the SharePoint Farm account for development. Adding new devs to your farm can be pretty simple if you know what tools to use. Frist, I always add my devs to the local admin group. Second you need...
by jeremy@bondbyte.com | Sep 17, 2014 | SharePoint 2013, Visual Studio
I couldn’t figure out how to add Rich HTML field to a List I was deploying in a project. I searched MSDN, it’s literary reference for the Type property was “DataType”. I threw my hands up. I remembered a trick I used somewhere else when I...
by jeremy@bondbyte.com | Apr 11, 2014 | SharePoint 2013, Visual Studio, Web Parts
This Web Part returns an HTML list of all sub-sites with hyperlinks. The Web Part HTML contains CSS References that can be used to change the containing div(s). Download GetSubsiteWP Code...
by jeremy@bondbyte.com | Feb 27, 2014 | Error, SharePoint 2013, Visual Studio, Web Parts
I’ve ran into this error several times now. The name ‘InitializeControl’ does not exist in the current context There have been several suggestions on how to fix this, some blogs say to create a new Visual Web Part in the Template folder and copy it...