Johan 的个人资料Min Blogg om Sharepoint ...照片日志列表更多 工具 帮助

日志


hur det fungerar med "my site"

Office 2007 and My SharePoint Sites

In previous posts I have discussed the concepts around the MOSS 2007 Membership functionality (see the Office 2007 and User Memberships post). This post talks about the location of the My SharePoint Sites and how it gets populated. Once again, the My SharePoint Sites functionality is new to Office 2007 and requires you establish your My Site prior to it actually functioning.

Location of My SharePoint Sites

The My SharePoint Sites folder gets created by any of the Office 2007 applications. The folder can be found in the following location:

C:\Documents and Settings\<Username>\Local Settings\Application Data\Microsoft\Office\

What populates the My SharePoint Sites folder?

The Office 2007 application suite is responsible for populating this folder. It will populate it based on what member groups you belong to within your SharePoint environment. Office will update this location once a day the first time you launch an Office 2007 application.

You can force an update of this location by deleting the following registry key:

HKCU\Software\Microsoft\Office\12.0\Common\Portal\LinkPublishingTimestamp

If you delete that above key and simply restart one of your Office applications, it will repopulate that folder based on what it thinks you are a member of.

10月24日

SharePoint Administration Toolkit

SharePoint Administration Toolkit Batch Site Manager (BSM)

The Admin toolkit is a fully support Microsoft extension for WSS and MOSS and should be part of your standard server build.

x64: http://www.microsoft.com/downloads/details.aspx?FamilyId=F8EEA8F0-FA30-4C10-ABC9-217EEACEC9CE
x86: http://www.microsoft.com/downloads/details.aspx?FamilyId=263CD480-F6EB-4FA3-9F2E-2D47618505F2

Several people have asked to see screen shots of the BSM feature so here they are.

Step1

Step2

Lock

10月22日

kolla in detta

Hur man kan få snygga diagram med hjälp av silverlight och lite olika ikoner i silverlight
 
 
Hur gör man då ? Här finns det ett exempel på visifire
 
 
Och som jag har skrivit tidigare i den här bloggen så kan man köra silverlight i Sharepoint :-) !!!
 

Silverlight Blogg

 
Silverlight Tools for Visual Studio 2008

http://blogs.msdn.com/robf/

10月20日

Talking about Encyclopedia of Life

  Ett Bra ide och Project

http://www.eol.org/index

Encyclopedia of Life
The Encyclopedia of Life $EOL$

hur man fixar till .net3.5 i sharepoint

  • Start Visual Studio 2008.
  • Create a new dummy ASP.NET Web Application Project, and make sure you target the .NET Framework 2.0 (upper right dropdown of the New Project dialog). The name of this project is not important; you won’t need it anymore when we’re done.
  • Copy the web.config of your SharePoint 2007 site, into the dummy Web Application project in Visual Studio.
  • Open the Project Properties in Visual Studio (right click on the Project node in the Solution Explorer, and choose Properties; or in the Project menu, select WebApplicationX Properties).
  • Select .NET Framework 3.5 in the Target Framework dropdown (select Yes in the confirmation dialog).
  • Copy the web.config from the Web Application Project back to SharePoint.
That’s it; you now have copied the upgraded web.config to the SharePoint site! At this moment you’re ready to make use of all the fancy new .NET 3.5 stuff in your SharePoint 2007 site.