Skip to main content

Posts

Microsoft.Web.Infrastructure fix

Just as a reminder. To fix an error similar to this Could not load file or assembly 'Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. Try the solution below: Run the following command in the Package Manager Console. From Visual Studio - Open  Tools > Library Package Manager > Package Manager Console     PM> Install-Package Microsoft.Web.Infrastructure     You will see the following messages if it is successfully installed.     Successfully installed 'Microsoft.Web.Infrastructure 1.0.0.0'.     Successfully added 'Microsoft.Web.Infrastructure 1.0.0.0' to Web.  This should add the Microsoft.Web.Infrastructure.dll has now been added as a reference.

SharePoint 2013 Mobile Capability

It is a good news that SharePoint 2013 now reasonably supports most of the major mobile/desktop browsers including iOS, android, windows phone, safari etc. The SharePoint components are now accessible with users having a nice experience without the necessity of doing many adaptations. There are now pivots that allows to open pages on top of each other. Now you have functionalities like Newsfeeds, Search suggestions, people, documents etc.  Good to mention it works seamlessly with the office apps.

SharePoint "Agaves"

What is a SharePoint Agave? Agaves is a codename for content-aware web apps, built with HTML and JavaScript, that can extend both desktop and web Office applications. Categories Content Agaves Contextual (Mail) Agaves  Task Pane Agaves     This is a term that will be deprecated soon as we move into a final release to Apps for Office. Become an apps for office publisher .  

SharePoint 2013 preview release

It's SharePoint 2013! Hello everyone. SharePoint 2013 preview release is now out.  It is time to get your hands on the new release after a long silence from Microsoft.  The whole Office family of products have got some extras to showcase.  What a good time to see/read/hear new things this summer. Read Microsoft Corp. CEO Steve Ballmer's  press release here . Straight to the point for SharePoint 2013.  Download SharePoint 2013 Follow me to download SharePoint 2013 (Wave 15) from here . Get trained on SharePoint 2013 Become familiar with SharePoint 2013 features and development scenarios. SharePoint 2013.

PublishingAssociatedContentType

The Content Type to be associated with a page layout is indicated by the 'PublishingAssociatedContentType'. In the actual sense it means a binding setting between the Page Layout and the content type. If you fail to provide one, the SharePoint framework will make use of the Page Content type. The format of the binding is: ';# e.g. ';#ContentPage;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900470b13dd348649d08f9e5151501df9a4000dbd46dad8d045f98c83ad983b66d3f2;#'. where Content Type name: ContentPage Content Type ID: 0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF3900470b13dd348649d08f9e5151501df9a4000dbd46dad8d045f98c83ad983b66d3f2 respectively. QED