SharePoint

35 posts

Batch Solution Deploy using PowerShell

Nowadays I’m working on a SharePoint deployment project using Advanced Installer, AutoSPInstaller and custom PowerShell scripts. One of that script deploys a set of solution packages in a given order. Order is important if you have dependencies between the solutions. So I defined  the name of the solutions and the order of them in a xml file. In […]

How to Show Error Details in SharePoint

SharePoint displays very short and user friendly error messages by default. But developers need to know the details of that errors and digging into log files can be very time consuming. In order to display error details and the stack trace of the errors, you need to modify the web.config […]

Test Lab Guide for SharePoint 2010

Joe Davies from SharePoint Server Platforms and Infrastructure Writing Team has announced the publication of the first Test Lab Guide (TLG) for SharePoint Server 2010. In this test lab, single-server SharePoint Server 2010 functionality is deployed with: One computer running Windows® Server® 2008 R2 Enterprise Edition named DC1 that is configured […]

SharePoint 2010 Web Part Error “Type is not registered as safe”

You’ve developed your visual web part and deployed it to your SharePoint Server. When you add that web part to the page, if you get the error states that “Type is not registered as safe”, you have to check a few things in your visual web part project. Check your […]

SharePoint 2010 101 Code Samples

Microsoft released SharePoint 2010 101 code samples project. Each code sample is part of the SharePoint 2010 101 code samples project. These samples are provided so that you can incorporate them directly in your code. Each code sample consists of a standalone project created in Microsoft Visual Studio 2010 and […]

Office Web Apps Uninstall Issues

When you install Office Web Apps to your environment, it becomes highly integrated  with your SharePoint. You have to be obey some important rules if you want to uninstall one of these coupled components, Office Web Apps and SharePoint. After you unistalled Office Web Apps from the Control Panel, you […]

SharePoint 15 Preliminary SDK

Microsoft has released a technical review SDK for SharePoint 15 (or SharePoint 2013). This preliminary SDK is called as SharePoint 15 Technical Preview Managed Object Model Software Development Kit. You can download and dig into new SDK before next version of SharePoint released. Regarding to the release date of Office 15 […]

Deploy Initial Data With List Instance

This blog demonstrates creating a list instance from custom list definition and deploy some inital data with the list instance. In my previous blog I explained how to create custom list definition with custom content type and gave an abbreviation list example (Custom List Definition in SharePoint 2010). In this blog  I’ll continue with that example. […]

Custom List Definition in SharePoint 2010

In this blog I’ll explain how to create a custom list definition in SharePoint 2010 that contains the following parts; creation of custom fields and a content type for the list creation of list definition creation of a list instance I’ll demonstrate a list definition for an abbreviation list which will have two […]