I was browsing through the Project Server 2007 TimePeriodDataSet.TimePeriodsRow
members
and found there were some empty entries in the SDK.
MSI Installer Application Folder from code
To deploy our code, we create MSI installers using Visual Studio. One problem I encountered is that there is no property available in code to know where the user has chosen to install the application.
Using app.config with Project Server Events
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!
Textbox “Process Accounts with Access to the SSP” doesn’t exist
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 be found!
An addition to the Project Server 2007 SDK
Currently I am working on a project which uses Microsoft Project Server 2007. However, the SDK is poorly documented. Today I was looking at the Admin web service which can be used to configure settings on the server. In this article I am not going in to detail how to do this yourself, but the details that I have discovered.