Skip to content

Installing SharePoint Server 2010 on a development system. Part 1

In this post I will guide you through the process of setting up a SharePoint Server 2010 development server. The platform I will cover here will be Windows Server 2008 (R2) and not Windows 7. (Which is, in contrast to SharePoint Server 2007, is both doable and supported). Also, I will not cover installing an instance of SQL Server 2008 . When we first insert the media (either a DVD or if you have mounted a downloaded .iso...

Read more

How to use the SPGridView filter together with a SPDataSource

Normally you will no problems finding examples on how to use the SPGridView together with an ObjectDataSource and use the filtering mechanism. But what about using the SPDataSource object? This can also be done fairly simple. You do the basic things as you do using an ObjectDataSource object, however, there are two things that you will have to change. 1. The ObjectDataSource has a FitlerExpression property that set the filter...

Read more

No spyware protection warning from Windows Home Server

Ever since I have start to user Windows Home server, this warning has bugged me every time I re-boot my PC. I am running Windows 7 with Microsoft Security Essentials, both updated with the latest Windows Update and security definitions. So I’m pretty sure that I have spyware protection on my system. It turns out that the Security Center service is set to have a delayed start. This means that the Windows Home Server Connector...

Read more

SharePoint: Solution still deployed after retracting it

You maybe have stumbled upon this scenario: After you have retracted your SharePoint solution in Central Administration, the solution flips back to deployed? The issue seems to be that when you have deployed your solution with –allcontenturls, which means it will be deployed to the Central Administration web application as well, you must specifically retract the solution from the Central Administration web application...

Read more

Recent Items

24
Apr

Installing SharePoint Server 2010 on a development system. Part 1

In this post I will guide you through the process of setting up a SharePoint Server 2010 development server. The platform I will cover here will be Windows Server 2008 (R2) and not Windows 7. (Which is, in contrast to SharePoint Server 2007, is both doable and supported). Also, I will not cover installing...

Read more
15
Apr

How to use the SPGridView filter together with a SPDataSource

Normally you will no problems finding examples on how to use the SPGridView together with an ObjectDataSource and use the filtering mechanism. But what about using the SPDataSource object? This can also be done fairly simple. You do the basic things as you do using an ObjectDataSource object, however...

Read more
05
Apr

No spyware protection warning from Windows Home Server

Ever since I have start to user Windows Home server, this warning has bugged me every time I re-boot my PC. I am running Windows 7 with Microsoft Security Essentials, both updated with the latest Windows Update and security definitions. So I’m pretty sure that I have spyware protection on my system...

Read more
28
Feb

HP Optimized Power Plan on Windows 7

In the downloads section on the support pages on http://www.hp.com for my HP EliteBook 8730w, I did found that HP is offering something called “System Default Settings for Microsoft Windows 7” One thing that this installs is a new power plan called HP Optimized, which actually replaces the...

Read more
04
Feb

SharePoint: How to apply ViewStyle in schema.xml

When you are customizing a SharePoint list with a custom schema.xml file, you may also want to set the ViewStyle for your View. You do that by adding a <ViewStyle ID="xx"/> element within the <View> element. For exampl ID 17 corresponds to the "Shaded" view style. Here...

Read more
04
Feb

Using UserMulti field in the CAML schema

This was unexpected, and not documented at all in the SharePoint SDK. When you create a UserMulti column, you must also specify Mult="TRUE", otherwise it will fall back to a standard (single select) User column type. <Field ID="{12312312-1234-1234-1234-123412341234}" ... Group...

Read more
16
Jan

System.Security.SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed

This error can be caused by a variety of reasons. In my case I got it when I published my ASP.NET MVC 2 application to my local IIs instance in IIS 7.5 / Windows 7. As it turns out, I needed to set the application pool account property “Load User profile” to true: That did the trick....

Read more
04
Jan

Show all Control Panel settings in Windows 7/Vista. A.k.a “GodMode”

If you want to see all the settings you can adjust in the Control Panel in one window, do the following: On the desktop, create a new folder and name it: All Settings.{ED7BA470-8E54-465E-825C-99712043E01C} When opened, it will show all the possible action you can do in the Control Panel in one large...

Read more
28
Dec

How to target 32bit and 64bit a .NET applications with WiX and separate MSI packages

This post will explain how you can build msi packages using WiX for both 32bit and 64bit platforms. The goal is to create 2 different msi packages. One for 64bit systems, which will install the program in to c:\Program Files on 64bit, and another msi package that will install the program in to c:\Program...

Read more
05
Dec

SharePoint: Solution still deployed after retracting it

You maybe have stumbled upon this scenario: After you have retracted your SharePoint solution in Central Administration, the solution flips back to deployed? The issue seems to be that when you have deployed your solution with –allcontenturls, which means it will be deployed to the Central Administration...

Read more