Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Archives
Archives
March 2013
(1)
February 2013
(1)
January 2013
(1)
December 2012
(1)
November 2012
(3)
September 2012
(1)
July 2012
(1)
March 2012
(1)
September 2011
(1)
August 2011
(2)
June 2011
(4)
April 2011
(5)
March 2011
(2)
February 2011
(3)
January 2011
(6)
December 2010
(7)
November 2010
(1)
October 2010
(4)
September 2010
(6)
August 2010
(3)
July 2010
(4)
June 2010
(11)
May 2010
(15)
April 2010
(9)
March 2010
(6)
February 2010
(8)
January 2010
(5)
December 2009
(4)
November 2009
(6)
October 2009
(3)
September 2009
(3)
August 2009
(4)
July 2009
(4)
June 2009
(1)
May 2009
(4)
April 2009
(7)
March 2009
(2)
February 2009
(3)
January 2009
(4)
December 2008
(2)
October 2008
(1)
September 2008
(1)
August 2008
(2)
July 2008
(2)
June 2008
(1)
May 2008
(2)
April 2008
(3)
March 2008
(5)
February 2008
(8)
January 2008
(8)
December 2007
(8)
November 2007
(3)
October 2007
(4)
September 2007
(6)
August 2007
(3)
July 2007
(3)
June 2007
(2)
May 2007
(2)
April 2007
(4)
March 2007
(4)
February 2007
(6)
January 2007
(3)
December 2006
(7)
November 2006
(5)
October 2006
(2)
September 2006
(1)
Tags
Basic programming
Custom Fields
Events
Impersonation
Office
Portfolio Server
Project
Project 2010
Project Guide
Project Professional
Project Server
Project Server 2010
Project Server PSI Security
Project Standard
PSI
RDB
Reporting
SDK
SharePoint
Statusing
Timesheets
VBA
VSTO
Web Parts
Workflow
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
Tagged Content List
Blog Post:
Project Server 2013 reporting database (RDB) schema reference
Jim Corbin
The attached Project2013Reporting.exe file contains a draft release of the schema reference for the reporting tables and views in Project Server 2013. To install the files, run Project2013Reporting.exe. The next release of the Project 2013 SDK download will also include the reporting schema reference;...
on
28 Jan 2013
Blog Post:
You can use Project with SharePoint Composites, too
Jim Corbin
The Guide to creating SharePoint Composites includes a 73-page download that explains SharePoint Composites. To quote from the download, “A SharePoint Composite combines data, documents, and business process in a useful, productive way. … A SharePoint Composite is a ‘do-it-yourself’...
on
29 Aug 2011
Blog Post:
Project Server Cache Synchronization
Jim Corbin
Microsoft Office Project Server 2007 and Microsoft Project Server 2010 internally manage cache synchronization by tracking revisions to major entities such as projects and maintaining records for deletions of those entities. Although the Draft, Published, and Archive databases in Project Server are not...
on
6 Dec 2010
Blog Post:
Project 2010 at Microsoft TechED Europe 2010
Jan Kalis
As you may know Microsoft TechED Europe 2010 is taking place in November in Europe and Microsoft Project 2010 will have of course presence at the event! What you can look for? Great event! 4 dedicated sessions for Project 2010 along with a special announcement :) Project 2010 booth staffed...
on
8 Sep 2010
Blog Post:
Creating a Web Part that Lists Projects with a Specified Custom Field Value
Jim Corbin
To list all projects that have a specified value of a custom field, the easiest solution is to develop a PSI extension that queries the Reporting database (RDB) in Project Server 2010. When you install the attached ListProjectsWebPart_JSGrid.zip file, the ListProjectsWebPart_JSGrid\ListProjects_PSIExtension...
on
12 Aug 2010
Blog Post:
ANNOUNCING: Demand Management Center for Project 2010 now live!
Jan Kalis
For simple information discovery - we have just published a Project 2010 Demand Management resource center that centralizes all information around Demand Management and Portfolio Strategy into one single location. Many of included links include pure developer resources. We have decided not to fragment...
on
3 Aug 2010
Blog Post:
Debugging a Project Server Workflow in Visual Studio 2010
Jim Corbin
The How to: Install and Test a Project Server Workflow article in the Project 2010 SDK needs information about how to debug a workflow. Because Visual Studio 2010 can install a workflow solution on the local Project Server computer during development and testing, you can use Visual Studio to attach to...
on
15 Jul 2010
Blog Post:
Writing a PSI Extension for Project Server 2010
Jim Corbin
The blog articles How to make PSI Extensions in Project Server 2010 - Part I and Part II show how to create and use a simple PSI extension that reads a list of timesheets for the current user, by calling both the GetCurrentUserUid method and the ReadTimesheetList method in the extension. The code in...
on
6 Jul 2010
Blog Post:
ANNOUNCING: Project 2010 TechCenters on TechNet refreshed
Jan Kalis
It’s our pleasure to present you refreshed versions of our one-stop technical resources related to · Upgrade and Migration to Project 2010 - http://go.microsoft.com/?linkid=9676814 · Business Intelligence for Project 2010 - http://go.microsoft.com/?linkid=9726143 These...
on
29 Jun 2010
Blog Post:
Creating a Project for a Department, and Using the WCF FaultException
Jim Corbin
When you add a Project Departments custom field to a ProjectDataSet.ProjectCustomFields table, do not set the value of the MD_PROP_ID property. Project Server automatically adds a value when it creates the project. The CreateProject4Department code example shows the data in the ProjectDataSet before...
on
22 Jun 2010
Blog Post:
Updating Project Server 2007 custom applications for Project Server 2010
Jim Corbin
The Project 2010 SDK includes a general discussion about updating applications developed for Project Server 2007 to run with Project Server 2010. Because the PSI in Project Server 2010 is a superset of the previous PSI, many ASMX-based applications can run unchanged on a Project Server that uses only...
on
6 Jun 2010
Blog Post:
Code samples from the Project 2010 SDK webcast
Jim Corbin
The attached WebcastSamples_Project2010SDK.zip file contains three complete Microsoft Visual Studio 2010 projects for code samples that were briefly discussed in the Project 2010 Software Development Kit (SDK) Drilldown webcast: ProjectGuideAddIn : Uses Microsoft Office development tools (VSTO...
on
28 May 2010
Blog Post:
RTM update of the Project 2010 SDK
Jim Corbin
The Project 2010 SDK download and the MSDN online release are both published, and the Project Developer Center portal is updated. They have the same URLs as previous releases: Project Developer Center : http://msdn.microsoft.com/en-us/office/aa905469.aspx <-- This is the place to start. All...
on
11 May 2010
Blog Post:
Project 2010 SDK - January update
Jim Corbin
The pre-release Project 2010 SDK is updated on MSDN. Post-beta builds of Project Server are changed for setting ASMX and WCF service references and using multi-authentication (where Windows and Forms are both used) with Claims. These issues do not affect the Project Server 2010 beta release. New topic...
on
21 Jan 2010
Blog Post:
Project SP2!
Chris Boyd
We have released SP2. For more details, check out Christophe's blog: http://blogs.msdn.com/chrisfie/archive/2009/04/28/announcing-service-pack-2-sp2-for-microsoft-project-2007-and-microsoft-project-server-2007.aspx Chris
on
28 Apr 2009
Blog Post:
MSDN WebCasts...
Jan Kalis
In case you have missed Larry Duff's MSDN Webcast: Project Server and Project Portfolio Server Advanced Customization (Level 300) , you can always replay the recording! Next week - Larry kicks off his series of four Project Server - related WebCasts with the first MSDN Webcast: Office Project Server...
on
18 Feb 2009
Blog Post:
Project Workspace Sync Release to CodePlex
Chris Boyd
Hello, Last year I shared a couple of samples that showed how to sync the membership for the Project Workspace and how to trigger a RDB queue job for the issue, risks and deliverables in the Project Workspaces: Synchronizing Membership Provider for Project Workspaces Syncing Project Workspaces...
on
10 Feb 2009
Blog Post:
EPM Developer Community update - January 2009
Jan Kalis
Thank you for your interest and involvement - and - all the best to all of you in 2009! We continue our focus on growing collaboration amongst those with the following skills as they relate to Microsoft enterprise Project Management. · .NET Developers familiar with Project Server Interface...
on
23 Jan 2009
Blog Post:
Project Server Database Timeout
Chris Boyd
Hey, Since it is the end of the year, I am slowly working my way through my Outlook tasks to be able to start fresh in the new year. I seemed to have missed posting a change we made to the PSI in the SP1 Rollup. In the SP1 Rollup, we added two new methods to the Admin PSI. One allows you to read the...
on
19 Dec 2008
Blog Post:
Detecting Project Client Version
Chris Boyd
We have heard from a lot of customers that they want to block the Project Client from connecting to the server if it does not have the latest updates to install. To solve this, you can add one of the two VBA scripts to the enterprise global to check the client version. Both solutions are not perfect...
on
18 Dec 2008
Blog Post:
Channel 9 videos on VSTS 2010 and Business Alignment
Chris Boyd
Hello, Ameya just did a blog post about VSTS 2010 plans. One in particular is about Enterprise Project Management and Visual Studio Team System 2010: http://blogs.msdn.com/ameyab/archive/2008/10/01/channel-9-videos-on-vsts-2010-and-business-alignment.aspx#comments Chris
on
1 Oct 2008
Blog Post:
Upcoming Developer Courses
Chris Boyd
Hello, Larry Duff will be conducting online Office Project Server 2007 Developer Training: 26-29 Jan 2009 at 10:45 am EST 26-29 May 2009 at 10:45 am EST For more information, visit: www.msepmu.com Chris Boyd
on
22 Aug 2008
Blog Post:
Microsoft Office Project Server 2007 and AJAX.NET
Chris Boyd
Even though Boris has moved on to another team in Microsoft, he still wanted me to share the following with you: Microsoft Office Project Server 2007 is built on top of Windows SharePoint Services, so you might think you can develop AJAX Web Parts as you do in Windows SharePoint Services, right? ...
on
13 Aug 2008
Blog Post:
New SQL Reporting Services Sample Reports for Project Server
Chris Boyd
Hello, Christophe just released the reports that ship with the updated EPM 2007 VPC: http://blogs.msdn.com/chrisfie/archive/2008/04/10/new-sql-reporting-services-sample-reports-for-project-server.aspx Chris Technorati Tags: Project Server , Reporting
on
10 Apr 2008
Blog Post:
Calling all Project Server Developers from the Expanding the Project Server Developers Community Growth Effort!
Chris Boyd
Announcing the GROW THE SERVER-SIDE SWEEPSTAKES to be held between April 9 and April 30, 2008. Enter for a chance to win * a free pass to the Tech Ed North America 2008 Developers Conference in Orlando, Florida June 3-6. Five other lucky winners will be drawn to receive a Project Server Developers...
on
9 Apr 2008
Page 1 of 4 (79 items)
1
2
3
4