Browse by Tags

Why doesn't my ActionsPane appear when I create a new document form a VSTO enabled template?
11 August 08 07:47 PM | Richard | with no comments
When you are using a VSTO enabled Word Template inside a SharePoint custom content type you have to be careful which actual .DOTX file you use within the SharePoint custom content type. DO NOT - use the .DOTX from your VSTO Visual Studio project directory...
Another stupid way to waste an hour or two.....
10 July 07 09:53 AM | Richard | with no comments
When developing SharePoint add-in try to remember if you put a previous version of the DLL in the GAC or not. I have just wasted a couple of hours trying to work out why a new version of a DLL is not being read from a site collection's bin directory,...