Tam Tam
 

SharePoint 2010 Profile Sync

05

Mar

During the rebuild of my Dev Environment with SP2010 (the RC version) I was unable to get the Profile Sync service to work with the local domain. “Starting” was all it did until if finally un-provisioned itself to Stopped.

 

Read more: StefvanHooijdonk.com

Stef van Hooijdonk schreef

Comments (0) | Permalink

Stef van Hooijdonk

Power of PowerShell and the SharePoint Snap-in

05

Mar

Recently I started to look into some more detail at PowerShell and the SharePoint 2010 Snap-in. As a small exercise I wanted to create something (somewhat) usefull.

I came up with a small site structure install script for SP2010.

Read more: http://stefvanhooijdonk.com/2010/03/02/power-of-powershell-and-the-sharepoint-snap-in/

Stef van Hooijdonk schreef

Comments (0) | Permalink

Stef van Hooijdonk

New sample project for SP2010 Word Automation: UI

05

Mar

I've published a new sample project for the SP2010 Word Automation project on CodePlex. This sample will add a Ribbon button to document libraries enabling users to convert one or more documents directly from the UI. Read more on my personal blog here

Share:

Peter Gerritsen schreef

Comments (0) | Permalink

Peter Gerritsen

2 new worflow activities added to SP2010 Word Automation

05

Mar

I've added 2 new custom workflow activities for Word Automation services to my codeplex project. You can read more about it on my personal blog in this post

Share:

Peter Gerritsen schreef

Comments (0) | Permalink

Peter Gerritsen

SP2010 installation – error creating configuration database

05

Mar

When I tried to install the new RC of SharePoint 2010 on my machine, I got an “Error creating configuration database” message. When I went to the installation log I found a “User cannot be found” error. The cause was that the configuration wizard could not find the AD controller, which was easily solved by opening a VPN connection as I was working from home.

Categorie: Installation
Share:

Peter Gerritsen schreef

Comments (0) | Permalink

Peter Gerritsen

SPDisposeCheck and SharePoint 2010

24

Feb

Did you know the SPDisposeCheck tool?

Well on the product blog is a great post on Disposing and SP2010. named “SharePoint 2007/2010 ‘Do Not Dispose Guidance’

And even more usefull: SPDisposeCheck using Static Analysis in TFS ( 2010 )

You can download SPDisposeCheck as FxCop Ruleset here.

Cross post of: http://stefvanhooijdonk.com/2010/02/24/spdisposecheck-and-sharepoint-2010/

Stef van Hooijdonk schreef

Comments (0) | Permalink

Stef van Hooijdonk

SharePoint 2010 on your Windows 7 Series phone

22

Feb

Daniel found this nice screenshot/mockup of windows 7 phone series showing the Office (2010) hub . Including SharePoint ( SP2010) tab.

Via Daniel;

(Cross post of: http://stefvanhooijdonk.com/2010/02/22/sharepoint-2010-on-your-windows-7-series-phone/ )

Share:

Stef van Hooijdonk schreef

Comments (0) | Permalink

Stef van Hooijdonk

SP2010 Social op Codeplex

14

Jan

De twitter import ( en blog import ) code die ik eerder hier had gepubliceerd, staat nu als volledig project op codeplex.com

Project: http://sp2010social.codeplex.com

Orginele blogpost:http://stefvanhooijdonk.com/2009/12/02/getting-the-web-inside-sp2010-code-sample

Share:

Stef van Hooijdonk schreef

Comments (0) | Permalink

Stef van Hooijdonk

CodePlex project for Word Automation Services

13

Jan

I’ve just published the first release for a CodePlex project I started to provide sample projects / solutions for using the Word Automation Services in SharePoint 2010.

Word Automation Services allow you to convert document to and from different formats.

File formats the service can read:

Office Open XML (DOCX, DOCM, DOTX, DOTM)

  • Word 97-2003 Document (DOC) and Word 97-2003 Template (DOT)
  • Rich Text Format (RTF)
  • Single File Web Page (MHTML)
  • HTML
  • Word 2003 XML
  • Word 2007/2010 XML

File formats the service can write:

  • PDF
  • XPS
  • Office Open XML (DOCX, DOCM)
  • Word 97-2003 Document (DOC)
  • Rich Text Format (RTF)
  • Single File Web Page (MHTML)
  • Word 2007/2010 XML

(source: http://blogs.msdn.com/microsoft_office_word/archive/2009/12/16/Word-Automation-Services_3A00_-What-It-Does.aspx)

As far as I’ve found out, there are no UI features available out-of-the-box to use these services, so I’ve decided to create some. The first one is a custom workflow action you can use in SharePoint Designer to convert a document to many of the supported formats.

In the workflow designer you can add the “Convert Document” action:

Workflow Actions

The action is inserted into the workflow step where you can specify the url of the output file, select the output format and save options and select a variable for storing the conversion job id (which you can use later to retrieve the status, as the job runs asynchronous):

Convert document action

Save Behaviour

The job id is also logged into the Workflow History Log (the second entry is from a second workflow action that logs the returned conversion job id variable):

image

After the job has run, which can take up to a few minutes (depending on the word automation services settings), the converted document appears in the library:

image

The custom workflow action is one of the first features for Word Automation in SharePoint 2010 I’ve planned to release. Other features will be a Ribbon and Item context menu extension and more Workflow actions.

Let me know if you have any suggestions for improvement or other functionality you would like to see.

Share:

Peter Gerritsen schreef

Comments (0) | Permalink

Peter Gerritsen

Force Visual Studio 2010 to add a SafeControl Entry

11

Jan

When you create a project in Visual Studio 2010 on one of the SharePoint project templates it will take care of all the packaging for you.

But when I was working on a project with custom workflow actions, the SafeControl entry that is needed for making it work was not added to the generated manifest.xml file.

Fortunately the package designer allows you to modify the template file it uses for generating this file. So open up the package designer, switch to the “Manifest” tab and add the assembly reference in the template yourself, but this time, include the SafeControl entry:

image

You can safely use the SharePoint project tokens in there as well, but only for the SafeControl entry. When you put it into the Assembly entry, the package generator won’t understand it and will add another assembly reference for the project output:

image

Share:

Peter Gerritsen schreef

Comments (0) | Permalink

Peter Gerritsen

Zoeken

Categorie

Archief


Sign In