Welcome to MSDN Blogs Sign in | Join | Help

Download the MOSS SDK or the WSS SDK

[cross-posted from Randall Isenhour's blog]

Download the MOSS SDK or the WSS SDK

We have officially made the released versions available (we refer to it internally as “RTM,” or released to manufacturing) of the MOSS SDK for Microsoft Office SharePoint Server 2007 and the WSS SDK for Windows SharePoint Services 3.0!

·         Download the MOSS SDK: http://www.microsoft.com/downloads/details.aspx?familyid=6D94E307-67D9-41AC-B2D6-0074D6286FA9&displaylang=en

·         Download the WSS SDK: http://www.microsoft.com/downloads/details.aspx?familyid=05e0dd12-8394-402b-8936-a07fe8afaffd&displaylang=en

SDK Highlights

We created two convenient downloads: one for MOSS developers and a second for WSS platform developers.  If you are developing against WSS only, you’ll want to install the WSS SDK; otherwise, downloading the MOSS SDK will give you everything you need—including platform information!

1.       Microsoft Office SharePoint Server 2007 Software Development Kit and Enterprise Content Management (ECM) Starter Kit

Who it’s for:  MOSS developers

Where it installs:  [WindowsVolume]:\2007 Office System Developer Resources\

What it contains:

·         SharePoint Server 2007 SDK Documentation (OSSSDK2007.chm)

·         Office Forms Server 2007 SDK Documentation (OFS12sdk.chm)

·         Windows SharePoint Services 3.0 SDK Documentation (WSS3sdk.chm)

·         MOSS SDK Code Samples to use in conjunction with SDK documentation

o   5 Business Data Catalog (BDC) Metadata Samples

o   Pluggable Single Sign-on (SSO) Provider

o   Sample Web Service

o   Web Part Filters and Consumers

·         ECM Starter Kit

o   ECM feature extension code samples

§  Content Processing: Document Converters (Comment Scrub Converter) and Term Replacement Document Inspector

§  Records Management: De-duplication Router, Document Integrity Policy Feature, Records Repository Submit, Sample Barcode Provider, and Search Collect and Hold

o   Supplemental developer whitepapers:

§  Digital Signatures in the 2007 Microsoft Office System: A Developer's Guide

§  Encryption and Rights Management in the 2007 Microsoft Office System: A Developers Guide

§  Importing Custom Actions into Microsoft Office SharePoint Designer 2007

§  Workflow Security in Windows SharePoint Services and Office SharePoint Server 2007

§  Introduction to Information Rights Management White Papers

§  Configuring Information Rights Management in Windows SharePoint Services 3.0

§  Information Rights Management in Windows SharePoint Services 3.0: An Overview

§  Pluggable Rights Management in Windows SharePoint Services 3.0

o   Visual Studio Workflow templates for MOSS

§  Approval Workflow Sample

§  ASPX Collect Feedback

§  Confidential Approval Sample

§  Custom Reports

§  ECM Activities

§  Group Approval

§  Hello World Sequential

§  InterSystem Workflow

§  List Item Activities

§  Modification Sample

§  Multistage Workflow

§  Replicator Contact Selector Sample

§  Signatures Workflow Sample

§  State Machine Approval Workflow

 

2.       Microsoft Windows SharePoint Services 3.0 Software Development Kit and Workflow Starter Kit (a.k.a. Windows SharePoint Services Developer Resources)

Who it’s for:  WSS developers

Where it installs:  [WindowsVolume]:\Windows SharePoint Services Developer Resources\

What it contains:

·         Windows SharePoint Services 3.0 SDK Documentation (WSS3sdk.chm)

·         Workflow Starter Kit

o   Visual Studio Workflow templates

§  ASPX Collect Feedback

Contribute Online to the SDK through MSDN Community Content

MSDN Community Content is a way of providing Wiki-style annotations to core Microsoft documentation.  For example, you can add code samples, remarks or “gotchas,” translations, or other comments that enhance or supplement the core MSDN documentation.

·         MOSS SDK –  http://msdn2.microsoft.com/en-us/library/ms550992.aspx

·         WSS SDK – http://msdn2.microsoft.com/en-us/library/ms441339.aspx

·         Office Forms Server SDK – http://msdn2.microsoft.com/en-us/library/ms772301.aspx

More information about MSDN Community Content can be found in the FAQ or in Andrew May’s blog.

More Information

For more information about additional content, samples, and downloads we have made available for developers, you can bookmark the following Web portals on MSDN (check back often for updates):

·         Microsoft Office SharePoint Server 2007 Developer Portal on the Office Developer Center
(shortcut:
http://msdn.microsoft.com/moss)

·         Microsoft Windows SharePoint Services Developer Center
(shortcut: 
http://msdn.microsoft.com/sharepoint)

I have also listed 10 Essential Resources for SharePoint Developers in my blog.

Hope this helps,

Randall Isenhour
Content Manager
Office Developer Documentation

 

Published Monday, January 22, 2007 11:20 PM by sptblog

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# WSS v3 SDK and Workflow Starter Kit

Just heard about the update release of the Windows SharePoint Services v3 SDK and also something called

Monday, January 22, 2007 9:03 PM by Chris's unofficial Office Live developer blog

# re: Download the MOSS SDK or the WSS SDK

Woo Hoo!!! Party time!!!  Congrats!! Fannnn-tastic!

Monday, January 22, 2007 9:40 PM by Thomas Goddard

# WSS v3 and MOSS 2007 SDKs Available (RTM)

[Via Bill Simser ] Required for every SharePoint developer: SharePoint Server 2007 SDK The Microsoft

Tuesday, January 23, 2007 4:35 AM by Jan Tielens' Bloggings

# re: Download the MOSS SDK or the WSS SDK

Cool, its RTM at last :)

Thanks a lot!

Tuesday, January 23, 2007 10:33 AM by CGVictor

# State Machine Approval Workflow Issue

When I try to build the State Machine Approval Workflow, I receive an error message:

Error 1 Could not create activity of type 'Microsoft.Office.Samples.ECM.Workflow.SPSMWorkflow'. System.Security.SecurityException: The source was not found, but some or all event logs could not be searched.  Inaccessible logs: Security.

  at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly)

  at System.Diagnostics.EventLog.SourceExists(String source, String machineName)

  at System.Diagnostics.EventLog.SourceExists(String source)

  at Microsoft.Office.Samples.ECM.Workflow.SPSMWorkflow..ctor()

The Zone of the assembly that failed was:

MyComputer F:\2007 Office System Developer Resources\ECM Starter Kit\Code Samples\Workflow\StateMachineApprovalWorkflow 1 1

Has anyone else seen this?

Tuesday, January 23, 2007 10:47 PM by Thomas Goddard

# So-called "release" SDK is half-finished

Here is what I see in the SDK:

Members of Microsoft.SharePoint.Webcontrols namespace: 343

Members with ABSOLUTELY NO DOCUMENTATION: 308 (90%)

No joke: the WebControls namespace is 90% undocumented.  That's actually an understatement: Some classes have a one-sentence "Description" and no documentation for any of their methods, properties and constructors.  Are you kidding me?

Lets' look at the SharePoint.Workflow namespace.

The four Sharepoint WWF services:

IListItemService *UNDOCUMENTED*

ISharePointService *UNDOCUMENTED*

ITaskService *UNDOCUMENTED*

IWorkflowModificationService *UNDOCUMENTED*

How about the SPWorkflow class.  That one sounds important.  NOT ONE SENTENCE OF DOCUMENTATION.

Microsoft.Sharepoint.Utilities namespace: also 90% undocumented.

I don't understand how Microsoft can release this product with the documentation still unwritten.  Just looking at the .CHM file which ships with WssSDK shows it hasn't been updated since December 8th.  What are you people doing??

Wednesday, January 24, 2007 11:59 AM by Eric

# WSS/MOSS 2007 SDK (RTW)

WSS/MOSS 2007 SDK (RTW)

Wednesday, January 24, 2007 12:56 PM by Share This Point

# WSS/MOSS 2007 SDK (RTM)

WSS/MOSS 2007 SDK (RTM)

Wednesday, January 24, 2007 1:02 PM by Share This Point

# re: Download the MOSS SDK or the WSS SDK

Hi,

I've been waiting for these for a while because I have a number of projects that require some more details in the SDK.

My current biggest headache is that I can't get the properties of my custom field to stick once they have been saved and I try to edit them.

There does not seems to be anything changed in the RTM SDK around Custom Field Types at all, and the same errors or inconsitencies that were in the B2TR release seem to be there still. And, the date on the SDK still says December 8 (as pointed out above).

Any ideas when the next update might be and if we can up the priority of the Custom Fields areas?!

Thanks.

Thursday, January 25, 2007 12:54 AM by adrh

# SharePoint V3 SDK

I realise that pretty much everyone has a posting with this title, but I'm not even going to point at...

Thursday, January 25, 2007 12:57 AM by Aaron Robertson-Hodder's SharePoint and Office 2007 Blog

# Getting Started with Windows SharePoint Services & Server 2007 – Useful Resources

As promised here are the most useful resources I found on the web to get you started with SharePoint

Thursday, January 25, 2007 1:06 AM by Dave Glover "Down Under (Oz)"

# re: Download the MOSS SDK or the WSS SDK

What Eric and Aaron and others said.

The state of documentation for Sharepoint 3.0 is shameful.  You people should be ashamed.  Many open-source projects have better and more-complete documentation.

There are well over 1,000 undocumented classes in the SDK.  That means no documentation of the class itself, no documentation on its methods and properties, nothing.  There are several hundred classes apiece in the WebControls and Portal.WebControls namespaces with no documentation.  The documentation for the Utilities namespace is not written.  Ditto for Workflow and most of the classes in Administration.

If you started now and got 5 classes documented every day, 5 days a week, you'd finish sometime in 2008.  And I see no evidence that anything has even been written in the past two months.

Thomas Goddard wrote: "Woo Hoo!!!  Congrats!! Fannnn-tastic!"

Don't congratulate these people.  They should be escorted to the door by Microsoft security.  The state of SharePoint documentation in MSDN is a disgrace.  This is a commercial software product, not a hobby.

Thursday, January 25, 2007 2:48 AM by Daryl

# Getting Started with Windows SharePoint Services & Server 2007 – Useful Resources (via Dave Glover)

Here is another nice post about the useful resources for the SharePoint technologies: http://blogs.msdn.com/dglover/archive/2007/01/25/getting-started-with-windows-sharepoint-services-server-2007-useful-resources.aspx...

Thursday, January 25, 2007 4:13 AM by All About SharePoint

# re: Download the MOSS SDK or the WSS SDK

I would also like to see the documentation filled in more. It would be great if there was a way for the community to contribute to it. I specifically really need some more documentation w/ the custom property editors for custom field types. I am also unable to get the custom properties of my field types to save correctly.

Thursday, January 25, 2007 5:28 PM by Mark Collins

# re: Download the MOSS SDK or the WSS SDK

Mark Collins wrote: "I would also like to see the documentation filled in more. It would be great if there was a way for the community to contribute to it."

If I want documentation written by a bunch of people I've never met, I'll set up a Linux server and Ruby on Rails.

Getting a medium-sized MOSS 2007 environment up and running will set you back at least $20,000 in software alone, by the time you buy Server 2003, SQL Server, CALs, some copies of SharePoint Designer, etc.  Add in redundant servers, Forms Server or Project and you'll pass $50,000 before you know it.  At a big company like the one I work at, you'll pay six figures every year to Microsoft, and that's just the servers.  It doesn't include client software and desktop licenses.

Now look at the product.  Nothing is documented.

I'm trying to show the Notes developers in my group how to develop software under ASP.NET and SharePoint, and I don't have any references to work from?  They are even more outraged than me.  MSDN is a big site full of blank pages and placeholders, as far as they can see.

Attention Microsoft SharePoint team: This is not beta anymore.  This is (supposedly) RELEASE SOFTWARE.  It should have been documented months ago.  Whoever is in charge of MSDN for SharePoint should be read the riot act.  Better yet, just show them the door.

Thursday, January 25, 2007 8:13 PM by Daryl

# re: Download the MOSS SDK or the WSS SDK

Is it possible that they muffed linking to the correct download?  When installing the MOSS 2007 stuff even the installer say:

"Enterprise Content Managment Starter Kit for 2007 Office System (Beta 2)"

Which leads me to think that they might have just accidently linked to the old version that was already out there?

Friday, January 26, 2007 3:58 PM by Michael

# re: Download the MOSS SDK or the WSS SDK

Michael: "they might have just accidently linked to the old version that was already out there"

None of the documentation is on msdn.com either.  As far as anyone can see, it was simply never written.

The deafening silence from the Office Developer Documentation team speaks volumes.  Randall Isenhour announced the "release" SDK, but apparently has nothing to say about the complete lack of API documentation.

Saturday, January 27, 2007 12:08 AM by Daryl

# Completeness of the SDK - Your Feedback Requested

Thank you for the feedback about the gaps in the SDK documentation.  I would encourage folks to send me e-mail with specific content requests: randalli at microsoft.com.

Having said that, I would encourage folks to take a look at the "How Do I?" landing pages for MOSS and WSS.  We have over 220 scenario-based programming tasks that provide robust code samples and conceptual information.

- MOSS - http://msdn2.microsoft.com/en-us/library/ms550086.aspx

- WSS - http://msdn2.microsoft.com/en-us/library/ms415822.aspx

We have also found that the downloadable Developer Map poster  provides a good introduction to  SharePoint development:  http://www.microsoft.com/downloads/details.aspx?familyid=771aeb45-9d27-4d1f-acd1-9b950637d64e&displaylang=en.

The Class Library Reference has been prioritized according to the most useful Namespaces, Types, and Methods (see the developer map for callouts) used in common SharePoint development tasks.  We are continuously working on the remaining topics and will release an updated SDK later this year with more descriptions and code samples.

Monday, January 29, 2007 12:58 PM by randalli

# SDK Feedback...

The state of documentation in WSS and OSS is disgraceful, and unworthy of a professional development team.  You guys have produced a fantastic product with awesome capabilities, then utterly failed to provide the information to allow the development community to build on your platform.

Specific areas I would like to see adressed is the Web Service reference in WSS SDK.

Functions undocumented, sample code not syntactically correct, and pre-release caveats all over it.  The same applies to the OSS Web service reference.

Would anyone here like to respond to Mike FitzMaurice blog posting below?

http://blogs.msdn.com/mikefitz/archive/2006/11/17/the-rtm-sdks-will-be-downloadable-on-november-28th-2006.aspx

Reality is obviously not troubling the IT Evangelist community...I wonder if he has read the SDK...

Thursday, March 01, 2007 7:03 AM by JSConsult

# Getting Started with Windows SharePoint Services & Server 2007 – Useful Resources (via Dave Glover)

Here is another nice post about the useful resources for the SharePoint technologies: http://blogs.msdn.com/dglover/archive/2007/01/25/getting-started-with-windows-sharepoint-services-server-2007-useful-resources.aspx

Sunday, March 11, 2007 6:13 AM by All About SharePoint

# Waste of TIME!!!

The areas that I need to be able to use on the SDK's are lacking of necessary documentation or implementation syntax for a developer. I have been beating my head against a wall looking for any information that might be available for workflow development in VS 2005, but the documentation is severely lacking and, as JSConsult stated, disgraceful.

MOSS 2007 and WSS 3.0 have tremendous potential, but getting at it is still next to impossible! I'm almost fed-up with the lack of useful resources. Usually I can go out and purchase a book with decent information, but in this case, no one seems to know everything that can be done with this platform.

Please, in order for developers to embrace MOSS, WE NEED DOCUMENTATION that is thourough and complete!

Wednesday, April 11, 2007 6:12 PM by CQuick

# Getting Started with Windows SharePoint Services & Server 2007 – Useful Resources (via Dave Glover)

Here is another nice post about the useful resources for the SharePoint technologies: http://blogs.msdn

Sunday, September 02, 2007 12:13 AM by All About SharePoint

# web tasarım

Wednesday, August 05, 2009 1:53 PM by web tasarım

Leave a Comment

(required) 
required 
(required) 

  
Enter Code Here: Required
 
Page view tracker