Tuesday, December 4, 2012

Sharepoint custom ribbon buttons disappear

Custom ribbon buttons in Sharepoint will disappear if the tool bar type is anything but Full Tool bar for a Ribbon button that is provisioned to the list view

Tuesday, November 20, 2012

Json to C# converter

json2csharp.com/
 
This was the site that I used to convert Sharepoint TaxonomyInternalService.json calls to C# json objects. We then did an Httppost to the taxonomyinternalservice.json and used the oob JavascriptSerializer class to deserialize the result from the service.

Saturday, September 8, 2012

VS 2012 64 bit version

I just found out that there isn't a 64 bit version of Visual Studio ...The following is a post from 2009.

http://blogs.msdn.com/b/ricom/archive/2009/06/10/visual-studio-why-is-there-no-64-bit-version.aspx

2012 doesn't have a 64 bit version either.