- Today the news broke Microsoft has extended the support for installations of Windows SharePoint Services 3.0 SP1, Microsoft Office SharePoint Server 2007 SP1 and Project Server 2007 SP1.Microsoft extends support for WSS 3.0, SharePoint 2007 and Project Server SP1
- Working on a Project Server project we discovered it's quite easy to get issues with data integrity when users start retracting and deleting timesheets. After discussing the issue with Microsoft they gave us a workaround which solves our problem.Prevent user to recall or delete a timesheet after approving
- Stefan Goßner reminds us of the fact that support for WSS 3.0 SP1, SharePoint 2007 SP1 and Project Server SP1 will soon end.WSS 3.0, SharePoint 2007 and Project Server SP1 support ends soon
- As announced yesterday by Microsoft the Office 2010 products will be 64bit only. Well no surprise there, we already knew that. But they went even further: Windows Server 2008 and SQL Server on 64bit is a must for ensuring the best performance possible.SharePoint 2010 and Project Server 2010 system requirements
- I am currently at the Project Conference 2007 in Seattle and by visiting the sessions and talking to the people at Microsoft developing the solution I got a lot of answers for things I could not find on the web or in the SDK.Project Conference 2007
- When you want to use the PSI interface you need to have a PSContextInfo Class. Inside a Project Server Event this will be provided so you don’t need to worry about it’s contents. But outside the Event you will need to create one from scratch.Pitfall: Using the SiteData Web Service to get the Site GUID
- I was browsing through the Project Server 2007 TimePeriodDataSet.TimePeriodsRow members and found the following empty entries I could fill.An addition to the Project Server 2007 SDK (Part 2)
- When building custom Project Server Event Receivers the result is a dll file. Using app.config and the ConfigurationManagement class will not work. Well actually, it’s possible!Using app.config with Project Server Events
- I had a lot of trouble using impersonation with the PSI web services in Project Server 2007. I found some posts on the web suggesting that you need to add the account to the “Process Accounts with Access to the SSP” textbox, but guess what? That box was nowhere to find!Textbox “Process Accounts with Access to the SSP” doesn’t exist
- Currently I'm working on a project which uses Microsoft Project Server 2007. However, the SDK is poorly documented.An addition to the Project Server 2007 SDK