I have successfully enabled the Office Web Application feature in my main site collection, so I can view word, excel, power point and one note documents in browser. But I was getting an error when I try to use the same functionality on a new site collection, such as
http://SharePointSiteName/sites/sitecollectionName
The solution is to make sure that Office Web Apps feature is activated in all (your ) site collection. To do this,
Set Windows PowerShell script execution policy
|
1. Click Start, point to All Programs, point to Windows PowerShell, right-click Windows PowerShell, and then click Run as administrator.
2. In the Windows PowerShell console, at the command prompt, type set-executionpolicy unrestricted, and then press ENTER. |
Activate the Office Web Apps feature on all site collections
Office Web Apps require that the Office Web Apps feature be activated on every site collection for which the Web apps will be available. Activate the Office Web Apps feature for all site collections by running the following script:
$webAppsFeatureId = $(Get-SPFeature -limit all | where {$_.displayname
-eq "OfficeWebApps"}).Id
Get-SPSite –limit ALL |foreach{
Enable-SPFeature $webAppsFeatureId –url $_.URL }
The Breeze SharePoint 2010 Bootcamp is here!
Microsoft SharePoint 2010 has arrived! The latest release of SharePoint has some significant business collaboration enhancements we believe you will want to know about! SharePoint 2010’s further improved integration capabilities enable companies to rapidly respond to changing business needs by making data driven decisions and by deploying customised solutions both quickly and securely. New integration enhancements including Business Intelligence, improved Document Management and Interconnectivity from within SharePoint and surrounding systems makes it possible for businesses to improve efficiencies and IT productivity across their environment, thereby reducing costs.
Overview
This intense 5-day fast paced workshop will give both Administrators and Developers effective skills transfer for the new products and technologies delivered with the next version of SharePoint 2010. Migration and the impact of migrating from WSS V3.0/MOSS 2007 is also addressed.
You will have the opportunity for 'hands-on' experience to Develop, Customise and Integrate solutions using the next release of SharePoint technology.
Skills Gained
1. Customising and Exploring the integration between Office Client Tools, Custom Applications and SharePoint 2010 based solutions.
2. Delivering Workflow based solutions right down to the Client Desktop and how you can benefit from SharePoint hosted Windows Workflow.
3. Customising and Developing SharePoint 2010 based solutions, including creating cross site-collection content types and metadata, event handlers, custom applications and custom page layouts and creating CMS based SharePoint sites.
Course Length 5 days
Course Price **Early Bird $3000 ex GST Ends Jan 31st 2010 (RRP $3450 ex GST)
Readiness Special Offer Points: 60 points
https://www.microsoft.com.au/events/register/home.aspx?levent=451550&linvitation
This download contains a two Virtual Machine set for evaluating and demonstrating Office 2010 and SharePoint 2010. Virtual machine “a” contains the following pre-configured software:
- Windows Server 2008 SP2 Standard Edition x64, running as an Active Directory Domain Controller for the “CONTOSO.COM” domain with DNS and WINS
- Microsoft SQL Server 2008 SP1 + CU2 Enterprise Edition with Analysis, Notification, and Reporting Services
- Microsoft Office Communication Server 2007 R2
- Visual Studio 2010 Beta 2 Ultimate Edition
- Microsoft SharePoint Server 2010 Enterprise Edition Beta 2
- Microsoft Office Web Applications Beta 2
- FAST Search for SharePoint 2010 Beta 2
- Microsoft Project Server 2010 Beta 2
- Microsoft Office 2010 Beta 2
- Microsoft Office Communicator 2007 R2
Download
Today we released an update to the SharePoint 2010 Developer Training Course on Channel 9. This training course contains 14 training units covering all aspects of developing solutions on the SharePoint 2010 platform using Visual Studio 2010 and SharePoint Designer 2010. The update adds a downloadable version of the training course including Hands On Labs (HOLs) for all of the training units. SharePoint 2010 provides the business collaboration platform for developers to rapidly build solutions using familiar tools while leveraging a rich set of out of the box features. Visual Studio 2010 and SharePoint Designer 2010 make developers more productive and Visual Studio Team Foundation Server delivers support for application lifecycle management. Developers can integrate Line of Business data in SharePoint 2010 with read/write capability delivered by Business Connectivity Services. Sandboxed Solutions can be deployed to a shared hosting environment to limit the impact of unpredictable code to the other applications in use.
http://channel9.msdn.com/learn/courses/SharePoint2010Developer/
The SharePoint 2010 training kit will cover the following topics.
· What’s New in SharePoint 2010
· What’s New in SharePoint 2010
· Major Shifts in the SharePoint 2010 UI
· Getting Started with SharePoint 2010 Development
· New Developer Tools for SharePoint 2010
· SharePoint 2010 Integration with PowerShell
· VS10 SharePoint 2010 Developer Tools
· The SharePoint Explorer
· The Feature Node & Feature Designer
· The Package None and Packaging Support
· Extensibility for Creating Custom SPIs and Context Menus
· The New SharePoint User Experience
· Branding and Compliancy in SharePoint 2010
· Customizing the User Interface
· InfoPath Forms and SharePoint
· New events for SharePoint sites & lists
· List Relationships and Joins
· Unique Column Constraints
· Managing and Querying Large List Support
· Wide List Governance
· List & List Item Validation
· XSL-Based Views
· LINQ Primer
· Lambda Expressions
· Anonymous Types
· LINQ to SharePoint
· The DataContext Object
· Creating Typed Data Classes
· Motivation for a Client Object Model
· The .NET Client Object Model
· The Silverlight Client Object Model
· Astoria Support
· Silverlight Web Parts
· The JavaScript Client Object Model
· Business Process Management
· Workflow Foundation
· What’s New in SharePoint 2010 Workflow
· Designing Workflows with SPD
· Developing Workflows with Visual Studio 10
· Changes from MOSS 2007 to SharePoint 2010 Service Model
· Service Model Components
· Service Applications
· Service App Proxies and Service App Groups
· OOTB Service Applications
· Creating Custom Service Applications
· Enterprise Landscape
· Business Connectivity Services
· External Content Types
· Creating Applications
· Publishing Applications
· Visual Studio 2010 support
· Web Content Management (WCM) Improvements
· Enterprise Content Management (ECM)
· Advanced Routing
· Metadata Everywhere
· Asset Library
· Document Sets
· In-Place Records Management
· Search “App Taxonomy”
· The Connector Framework
· Creating a .NET Shim
· The Query Pipeline
· Search Center Enhancements
· What is Business Intelligence
· BI Tools in SharePoint 2010
· Performance Point Services
· Excel Services
· Application Hosting and Customization
· Site Collection Solutions
· Developing Sandboxed Solutions
· Administrating the sandboxing infrastructure
· SharePoint 12 Authentication
· ACLs and Securable Objects
· Claims-based Security
|
Other SharePoint Training Resources |
The SharePoint MSDN Developer Center
http://msdn.microsoft.com/sharepoint
Developers at MSDN
http://MSSharePointDeveloper.com
IT Pros at TechNet
http://MSSharePointITPro.com
Everyone at Microsoft.com
http://SharePoint.Microsoft.com
The SharePoint 2010 MSDN SDK:
http://msdn.microsoft.com/en-us/library/dd776256.aspx
SharePoint MSDN Forums:
http://MSSharePointForums.com
SharePoint 2010 Developer Evaluation Guide:
http://go.microsoft.com/fwlink/?LinkId=167784
An article on upgrading code from SharePoint 2007 to SharePoint 2010:
http://msdn.microsoft.com/en-us/library/ee662217(office.14).aspx
Details of how to install SharePoint 2010 for developers on Windows 7:
http://msdn.microsoft.com/en-us/library/ee554869(office.14).aspx
http://blogs.msdn.com/pstubbs/archive/2009/12/15/updated-sharepoint-2010-training-kit-with-offline-and-hands-on-labs.aspx
On November 25, I participated in a seminar hosted by Dimension Data Learning Solutions in Sydney on the top new features coming in SharePoint 2010. The presenters were myself and
Milan Gross from Synergy. Although this is only the beta 2 version of SharePoint 2010, already the number of new capabilities are impressive and we put together a slide deck that was heavy on details and light on marketing so that we could show as many of the features as possible. Here is the PDF version of the presentation we delivered:
What's New in SharePoint 2010?
Microsoft Office Web Apps are new web-based tools that extend the Microsoft Office 2010 experience to a supported browser. Office Web Apps enable you to view, do light editing, and share your Office documents from virtually anywhere. With these online companions to Word, Excel, PowerPoint, and OneNote you’ll always have the tools you need, wherever you are.
Download
Deploy Office Web Apps
I was getting following error message when I was running the SharePoint 2010 Products Configuration Wizard.

You need following hotfix to fix this problem.
http://blogs.msdn.com/sharepoint/archive/2009/11/19/installation-notice-for-the-sharepoint-server-public-beta-on-microsoft-windows-server-2008-r2-and-microsoft-windows-7.aspx
I simply download and run the update. Then run the SharePoint 2010 Products Configuration Wizard in my Windows 7 laptop. It’s all working fine now!!!!
The public beta release of SharePoint 2010 and FAST Search Server 2010 for SharePoint are now available! The enterprise search capabilities in SharePoint 2010 have really taken a quantum leap forward as end users will be able to go beyond the search box to an experience where they can find, explore and connect with the information and people inside their organization. Enterprise Search in SharePoint 2010 gives user a great out of the box experience, where FAST Search Server 2010 for SharePoint gives a more visual and dynamic experience.
Customers who want to experience these two products can visit the Microsoft Download Center to download both products. The evaluation experience is managed through the TechNet Evaluation Center which provides customers with the resources they need to successfully review our products. After registering, customers will receive technical resources to help them evaluate SharePoint 2010 Beta and FAST Search Server 2010 for SharePoint Beta such as Forums, White Papers, Blogs and Webcasts.
Beta Resources for Customers
Check out the brand new Enterprise Search TechCenter. In the Enterprise Search TechCenter you can find resources that support Microsoft’s enterprise search product line, including:
· Search Server Express
· SharePoint Server 2010
· FAST Search Server 2010 for SharePoint
In the TechCenter customers can find links that help customer get started, determine technical requirements, and perform and plan installation, configuration, and deployments. They can find links to the product downloads, product documentation, evaluation guides, and the Search Technologies for SharePoint Products comparison poster.
Check the Enterprise Search TechCenter frequently as content is updated often. Here are some important downloads to get customers started with the latest beta offerings:
What's new in enterprise search?
Microsoft SharePoint Server 2010 Enterprise Search Evaluation Guide
Microsoft FAST Search Server 2010 for SharePoint Enterprise Search Evaluation Guide
SharePoint Products TechCenter
Public Downloads
For quick and easy reference, here are the links to the public beta enterprise search downloads:
When you create or customize SharePoint solutions, it is usually best to develop the solution on a local computer where Microsoft SharePoint Server 2010 or Microsoft SharePoint Foundation 2010 is installed. This article describes how to install a development environment with Microsoft SharePoint 2010 and Microsoft Visual Studio 2010. The development environment that you create by using these instructions will not support SharePoint farm installations, and you should not host active production sites with this configuration. These instructions will enable you to get started with an environment that is specifically suited to developing SharePoint custom solutions.
Step 1: Choose and Preconfigure the Operating System
The requirements for a development environment are less stringent and costly than the requirements for a production environment, and the guidelines in this topic will not support a production environment installation. You have several options for preconfiguring the operating system of a local computer on which you will install SharePoint 2010 for development purposes. The choice you make will be determined by factors specific to your organization and environment (such as budget, the size of your development team, and the operating systems that you and your organization are already using).
In any development environment, you should use a computer with an x64-capable CPU, and at least 2 gigabytes (GB) and preferably 4 GB of RAM for SharePoint Foundation, and 6 to 8 GB of RAM for SharePoint Server.
Following are the options:
-
Install SharePoint on Windows Server 2008 Service Pack 2 x64 (or Windows Server 2008 R2 x64).
-
Use Microsoft Hyper-V and install SharePoint on a virtual machine running a Windows Server 2008 Service Pack 2 x64 (or Windows Server 2008 R2 x64) guest operating system.
-
Install SharePoint on Windows 7 x64, Windows Vista Service Pack 1 x64, or Windows Vista Service Pack 2 x64.
-
Use Microsoft Hyper-V and install SharePoint on virtual machine running a Windows 7 x64, Windows Vista Service Pack 1 x64, or Windows Vista Service Pack 2 x64 guest operating system.
Windows 7 and Windows Vista cannot be used for production deployments of SharePoint 2010. If you use Windows 7 or Windows Vista for your development environment, you should have access to a test environment that has the same operating system installed as your production environment. Windows 7 and Windows Vista are recommended only for developer workstations and should only be used for stand-alone installations. You can use a separate Microsoft SQL Server instance, but you should not configure your installationas a SharePoint farm and you should not host active sites on this configuration.
Read More
The SharePoint 2010 (Beta) SDK is now available for public download: Get it here!
The Microsoft SharePoint 2010 Software Development Kit (SDK) includes documentation and code samples for Microsoft SharePoint Foundation 2010 and for Microsoft SharePoint Server 2010, which builds upon the SharePoint Foundation 2010 infrastructure. The SDK includes:
- Detailed descriptions of the technologies that SharePoint Server 2010 and SharePoint Foundation 2010 provide for developers,
- Reference documentation for the server and client object models,
- Step-by-step procedures for using and programming with these technologies and object models, and
- Code samples and solution starters for building projects with SharePoint 2010 and Visual Studio 2010 Beta releases
This SDK also includes best practices and setup guidance that will help you get started with your own custom applications that build and extend upon the SharePoint Foundation 2010 and SharePoint Server 2010 platforms.
For additional information, you can visit the SharePoint Developer Center on the Microsoft Developer Network (MSDN): http://msdn.microsoft.com/sharepoint. Visit frequently to learn about recently published content; to view essential getting started content; to view rich media content such as videos and screencasts; to get connected to instructor-led training and other learning resources; to learn more about product features and scenarios in our MSDN Resource Centers; and to find community resources such as MSDN forums, newsgroups, MVP blogs, and much more.
The SDK also includes many code samples that address common customization scenarios and solution building blocks. Future (quarterly) releases will contain additional samples, and you can also check MSDN Code Gallery for SharePoint solutions and code samples.
Installation Instructions
The Downloadable Setup Program will guide you through the installation. By default, you can install the complete SDK with both SharePoint Foundation 2010 as well as SharePoint Server 2010 documentation and samples. If you are working only with SharePoint Foundation 2010 APIs, you can install only the SharePoint Foundation 2010 SDK documentation: select SharePoint Server 2010 Help and Samples, and then click Entire feature will be unavailable in the setup program.
Once installed, you can access the SDK documentation and samples from the Start Menu. Look in All Programs > Microsoft SDKs.
Community Forums and Feedback
Also live today is the SharePoint Development Forum on MSDN: http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010programming/threads.
Send us your feedback directly from any SDK topic. Use the Send Feedback e-mail links in all SDK topics to identify issues, request code samples, or request additional content about a supported customization scenario.
And don't forget to follow us on twitter: http://twitter.com/sharepointdev
Related Downloads
Finally, for Enterprise Project Management development, be sure to download the Project 2010 (Beta) SDK and check out the Project 2010 Developer Center on MSDN!
Today we are announcing the general availability of the public beta of Office 2010, SharePoint Server 2010, Visio 2010, Project 2010 and Office Web Apps for our customers and partners. Millions of people can download the beta at http://www.microsoft.com/2010.
Office Mobile 2010 has also reached the public beta milestone and is now available on the Windows Mobile Marketplace for Windows Mobile 6.5 phones.
Read More
Today, Channel 9 launched two new training courses for SharePoint 2010 and Office 2010 created by developers for developers. Channel 9 has always been about giving direct access to the engineers and future technologies from Microsoft, and now we’re extending this successful formula to bring you training that will allow developers to get started on learning about emerging technologies at their own pace. Today you’ll find extensive instructor recordings from top MVPs on how to develop against both SharePoint and office 2010. We’ll also be publishing more content at the beginning of December that will include hands-on labs, source code, and much more! All of this free for you to consume or download at your own pace.
SharePoint 2010 Developer Training
See how SharePoint 2010 has evolved into a first-class developer platform. Also, learn how SharePoint 2010 provides the business collaboration platform for developers to rapidly build solutions using familiar tools such as Visual Studio 2010 and SharePoint Designer 2010 through this self-paced course.
Office 2010 Developer Training
Discover how Office 2010 Beta is a broadly extensible platform for building information worker productivity solutions and see how developing for Office with Visual Studio 2010 makes this easy. See online presentations with demos that will help you get started developing solutions from Add-ins to full featured Office Business Applications (OBAs) using Visual Studio 2010 with Office 2010 and SharePoint 2010 as the core platform.
We hope you enjoy this initial set of training videos and will check back with Channel 9 in the near future as we build the learning center out to support SharePoint and Office 2010 development.
A great synopsis of where search is heading in the SharePoint 2010 timeframe from MS Search team blog!!!
There are two main enterprise search options coming with the SharePoint 2010 release:
1) SharePoint Server 2010 Search – the out-of-the-box SharePoint search for enterprise deployments.
2) FAST Search Server 2010 for SharePoint – a brand new add-on product based on the FAST search technology that combines the best of FAST’s high-end search capabilities with the best of SharePoint.
FAST Search for SharePoint 2010 adds a whole new level of search capabilities that are a superset of what comes in the out-of-the-box SharePoint 2010 Search option. Since there are now two search options in 2010, it’s useful to understand what is unique in FAST Search for SharePoint and when you might consider using it over the out-of-the-box SharePoint 2010 search. With that in mind, here are my 10 reasons to consider FAST Search for SharePoint 2010:
Read More
This evaluation guide is designed to help IT pros gain sufficient knowledge and understanding to evaluate Microsoft SharePoint Server 2010. This guide describes some of the most compelling improvements and new additions to the SharePoint Server 2010 platform for IT pros. With this evaluation guide, the IT pro will be able to properly evaluate these new features and readily describe their capabilities to their colleagues, clients, and business partners.
The ultimate goal of this guide is to aid the reader in performing a thorough and effective evaluation of SharePoint Server 2010. It is also intended to be helpful for anyone who is interested in learning more about SharePoint Server 2010.
Download this guide as a Microsoft Word document (.docx).
Microsoft SharePoint Server 2010 Evaluation Guide (http://go.microsoft.com/fwlink/?LinkId=167123)
Following is a list of publically available SharePoint 2010 videos. They contain TDM/BDM focus information.
http://sharepoint2010.microsoft.com/Pages/videos.aspx

Following are ITPro videos
Getting started modules
Getting Started Home