Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Events   (RSS)

Canceling the Before Save Event

Hello, A good question came in yesterday; how to cancel the Project Before Save event in Project client: Public Sub GlobalApplication_ProjectBeforeSave(ByVal pj As Project, ByVal SaveAsUi As Boolean, Cancel As Boolean) Cancel = True End Sub (For demonstration

Project Server 2007 - Project Server Developer Community Expanding

Leveraging the development aspects of Project Server 2007 spans a wide range of skills. PWA customizations (ASP.NET), workflow development, line of business applications integration using the PSI, extending Project Server functionality using server side

Getting the PSI URL from an Event Handler

Hello, There have been a few question with regards to how to get the PSI URL from an event handler. To get the URL, you will need to call into the SharePoint object model. So the first step is to create a reference to it: using Microsoft.SharePoint; Then
Posted by Chris Boyd | 3 Comments
Filed under: , ,

Reporting Database Extensions: Local Custom Fields Custom Code

Introduction This custom solution builds on the Project Server 2007 server-side event model to cache a report-friendly copy of Project Local Custom Fields in the Reporting database. The following data is cached: Task Text Custom Fields (with and without

December update of the Project 2007 SDK

Hello, Jim Corbin has just passed along the following: The December update of the Project 2007 SDK download and the MSDN online release are both published. This is the third SDK update published since the RTM release of the SDK in November 2006. The first
Posted by Chris Boyd | 1 Comments

Office Project Server 2007 Developer Training

Microsoft Office Enterprise Project Management University (EPMU) is offering a range of new courses in Project Server and Project Portfolio Sever 2007 including Developer Training. Office Project Server 2007 Developer Training Designed for Developers
Posted by Chris Boyd | 2 Comments
Filed under: , ,

Attachment(s): EPMU_DataSheet_100207.pdf

Writing and Debugging Event Handlers for Project Server 2007

Another Visual How-to for Project development is published on MSDN: Writing and Debugging Event Handlers for Project Server 2007 In less than 12 minutes, the video shows the development, testing, and debugging of a simple event handler for publishing
Posted by Chris Boyd | 1 Comments
Filed under: , ,

Project Conference 2007 is Quickly Approaching

I just wanted to give a quick update about the Project Conference that is coming up at the end of October in Seattle. This is going to be our biggest conference ever! With sessions covering everything from how to get started with Project to managing a

Customizing E-Mail for Project Server Notifications

Jim Corbin has written a draft article on how to customize e-mail notifications from Project Server: Here is a draft of an article and source code that will be published in the Project 2007 SDK update late this year. The draft article Customizing Notifications.doc

SDK Update

There is an updated version of the Project SDK: Project 2007 SDK online Project 2007 SDK download New and updated topics since last April's release include: · Task Start and Finish Dates · Extending the Project Workspace Template · SetAssignmentWorkData
Posted by Chris Boyd | 0 Comments
Filed under: , ,

Checking Errors

Here is a great recommendation from Jim Corbin: There are two main places to check for configuration and runtime errors when you are developing solutions for Project Server. The Unified Logging Service (ULS) trace logs can be more detailed than the application
Posted by Chris Boyd | 3 Comments
Filed under: , ,

Project Conference

I just wanted to give everyone a heads up about the upcoming Project Conference. Details can be found here: http://www.msprojectconference.com/ There will be a Developer/IT Professional track that we will be presenting on a verity of development topics

Registering with Events over the next few weeks?

I just want to give everyone a heads up who is developing and registering event handlers for Project Server over the next few weeks. When you create, update or delete an event handler, a WSS timer job is created to do this work. These jobs are delayed
Posted by Chris Boyd | 1 Comments
Filed under: ,

Registering with Project Server Events

As I am sure many of you are aware that Project Server provides an event infrastructure that developers can create their own events for key pre and post events that occur on the server. Mike Shughrue from the Project's Center of Excellence has provided
Posted by Chris Boyd | 0 Comments
Filed under: ,

Attachment(s): PSIEventLogger.zip

Microsoft.Office.Project.Server.Schema

When working with Project Server Events, you may need to reference Microsoft.Office.Project.Server.Schema. Unfortunately, you will not find it in \Program Files\Microsoft Office Servers\12.0\Bin where you can find other common DLLs for Project Server.
Posted by Chris Boyd | 1 Comments
Filed under: ,
 
Page view tracker