Archive for the ‘Programming’ Category

If you had installed Microsoft Project Server 2010 on a SharePoint server that had running SharePoint 2010 and afterwards you have uninstalled it you may have came in for a great shock. I know I was. After uninstalling Project 2010 I discovered that My Central Admin was gone All SharePoint sites were gone (also checking [...]

Tuesday, October 4th, 2011 at 23:06 | 0 comments
Categories: Programming

If you’re having trouble constructing your CAML query and you have a DateTime field with time enabled, the important fact that plain <Value Type="DateTime">2009-10-28T10:00:00Z</Value> will ignore the time part of the query. It is useful for querying whole days. If Time part of the DateTime field is also important to consider (you’re querying specific time [...]

Thursday, October 29th, 2009 at 10:16 | 0 comments
Categories: Programming, SharePoint
Tags:

MOSS 2007 Lanugage Pack comes in .img format, which you can burn to a CD and then use it for installing Language pack. If you’re working remotely or working with a server that has no CD/DVD drive, this might pose a slight problem. You can avoid this in a simple way: 1. Rename the .img [...]

Monday, September 14th, 2009 at 12:14 | 0 comments
Tags:

After looksing half a day for a st00pid mistake I have to write about this to warn anyone that might run into similar problem. In VS I’ve prepared a custom event receiver which needed to be run as system account (for performing actions that the user running the event receiver doesn’t have – like setting [...]

Thursday, April 2nd, 2009 at 13:25 | 12 comments
Categories: C#, Programming, SharePoint
Tags:
TOP