Today I passed exam 70-649. The upgrade exam to Windows Server 2008. Studied a long time for it but passed quite easily. If you have a lot of Windows 2003 experience combined with Windows 2008 experience, try the exam!
With this exam I got the following certificates:
MCTS: Windows Server 2008 Active Directory Configuration
MCTS: Windows Server 2008 [...]

Continue reading about Passed Microsoft upgrade exam Windows 2003 to Windows 2008

admin on March 27th, 2009

Do you also sometimes receive errors like the ones below when installing SharePoint 2007. Well read on.
 
As you can see below, in IIS ASP.NET 2.0 is not registered but it is installed (see Add/Remove Programs)
 
Solve this by registering ASP.NET with IIS. Follow these steps:

Quit Internet Information Services Manager.

Click Start, click Run, type cmd, and then [...]

Continue reading about ASP.NET 2.0 not available in IIS

admin on March 18th, 2009

On a SharePoint site I wanted to use a CAML query to only see all the list items of a particular list filtered on date AND time. First I thought this was impossible till I found on the internet the following string “IncludeTimeValue=”TRUE”
I used it like this:
<Leq>
         <FieldRef Name=’StartDate’ />
         <Value Type=’DateTime’ IncludeTimeValue=”TRUE”><Today /></Value>
</Leq>

Continue reading about Use date and time in CAML query

admin on March 17th, 2009

For all those (SharePoint) designers out there that have customers that still use IE6, look at this post.

Continue reading about 10 fixes to solve IE6 problems

admin on March 11th, 2009

I have updated my testing server to the February CU and the server is nicely, without a glitch, updated. see picture.

So far I have not seen any major changes, but I did not have the time to test it thoroughly. I’ll keep you informed.

Continue reading about SharePoint february updates part 3

For some time now I thought I was the only one with this problem. Well, not exactly me but the client of which I updated the SharePoint farm to Infrastructure Update. In the picture libraries on the sites complete views seemed to have disappeared or not working correctly any more.
It was a problem until I [...]

Continue reading about SharePoint Infrastructure updates ruins picture libraries

admin on March 10th, 2009

Microsoft finally finished the, as the call it, uber update package for SharePoint updates. The updates mentioned in my first post did not include all updates. It included only some hotfixes.
You can find all the necessary links and descriptions here.
Update: when I requested the packages I saw that they are released as SP2.

Continue reading about SharePoint february updates part 2

admin on March 9th, 2009

Today I encountered some strange behaviour with a SharePoint site. I wanted to add some custom web parts to a site but received a strange error. (see below)

I don’t know at the moment how to solve this but a work around is, you can guess, check out the page first. It worked but what caused [...]

Continue reading about Check out page before adding web part

admin on March 4th, 2009

On twitter I found a link to the site of Paul Liebrand. A guy who is building a TinyURL feature for SharePoint. He says about this feature: The basic premise of this feature is to use URL Rewriting, a mechanism to generate a short uniquely ID, and a SharePoint list to store them in.
Read more [...]

Continue reading about TinyURL for SharePoint

admin on March 2nd, 2009

Read it today on twitter. A new product for SharePoint. In summary the PDF Converter is a solution that allows end-users to convert common document types, such as doc, docx, rtf, txt etc, to PDF format from within SharePoint. It integrates at a deep level with SharePoint and leverages facilities such as the Audit log, localisation, [...]

Continue reading about PDF converter for SharePoint