by jeremy@bondbyte.com | Apr 11, 2014 | SharePoint 2010, SharePoint 2013, Web Parts
Open Visual Studio 2012. Go to File-Open-Project/Solution, locate the file you want to upgrade. (let it do the normal upgrade) Close the project and save changes. Open the *.csproj file in Notepad or some other type of text editor. Change the TargetFrameWorkVersion...
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...