Sign in
Shared Points for SharePoint
The blog of the SharePoint Team from Microsoft Consulting Services, Norway
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Search
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Tags
Architecture
Book
certification
Codeplex
Content Database
developer
End user
Governance
Hyper-v
MOSS
PowerShell
records management
Search
Sharepoint
SharePoint 2010
SharePoint development
spc sharepoint conference
Testing
TypeMock
TypeMock Isolator
Unit testing
Upgrade
Visual Studio
Web
workflow
Archive
Archives
June 2012
(3)
May 2012
(3)
April 2012
(3)
December 2011
(1)
November 2011
(2)
October 2011
(2)
September 2011
(1)
July 2011
(1)
June 2011
(1)
January 2011
(1)
November 2010
(2)
July 2010
(2)
June 2010
(1)
May 2010
(2)
April 2010
(3)
March 2010
(1)
February 2010
(2)
January 2010
(3)
November 2009
(5)
October 2009
(7)
September 2009
(2)
August 2009
(3)
July 2009
(2)
June 2009
(3)
May 2009
(1)
April 2009
(1)
March 2009
(2)
February 2009
(2)
January 2009
(2)
December 2008
(6)
November 2008
(10)
October 2008
(5)
September 2008
(20)
August 2008
(13)
July 2008
(1)
June 2008
(5)
May 2008
(16)
April 2008
(8)
March 2008
(9)
February 2008
(5)
January 2008
(4)
December 2007
(6)
November 2007
(8)
October 2007
(8)
September 2007
(6)
August 2007
(4)
July 2007
(3)
June 2007
(6)
May 2007
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Shared Points for SharePoint
How to copy a file via remote desktop connection
Posted
10 months ago
by
Thomas Svensen
1
Comments
In some cases, you may need to copy a file from your local computer to a server, or vice versa, via a remote desktop connection (RDP). In most cases, you can easily do it by exposing your local disks directly to the remote machine. But in some case, this...
Shared Points for SharePoint
Lost authentication cookies in SharePoint
Posted
11 months ago
by
Tarjei Lægreid
1
Comments
Are your users complaining about losing their session in your SharePoint environment? Or do your users complain about being thrown out after a while? This might be the explanation. When the user has entered his credentials, a cookie is returned to...
Shared Points for SharePoint
Deploying search synonyms to SharePoint Search
Posted
11 months ago
by
Thomas Svensen
0
Comments
SharePoint 2010 Search enables you to add search synonyms via XML configuration files on the server. The configuration is well described on TechNet and seems pretty straighforward. There are sample files in the installation, that you can use as a starting...
Shared Points for SharePoint
How is the link to people’s My Site from Outloook provided?
Posted
11 months ago
by
Thomas Svensen
0
Comments
In Lync and Outlook you can hover over a contact to get a popup showing ways to interact with the person. This is what it looks like in our environment: When hovering over the persons name, you should get the option to view the persons profile page, or...
Shared Points for SharePoint
Removing an invalid WebConfigModification using Powershell
Posted
11 months ago
by
Frank Jusnes
0
Comments
SharePoint supports adding web.config modifications programmatically. Here is an example from MSDN. Each modification is stored with a web application, and you are able to list them using the following command: $webapp = Get-SPWebApplication http:...
Shared Points for SharePoint
Incorrect syntax near the keyword 'AS'
Posted
11 months ago
by
Frank Jusnes
0
Comments
The error "Incorrect syntax near the keyword 'AS'" can occur when you try to run SQL scripts that require SQL Server 2008 on an earlier version of SQL Server. In my case it occurred while installing NewsGator Social Sites. SharePoint 2010 supports SQL...
Shared Points for SharePoint
How to speed up SharePoint Management Shell startup
Posted
over 1 year ago
by
Frank Jusnes
0
Comments
On virtual machines without internet access it may take 1-2 minutes to start SharePoint Management Shell. The problem is that when loading signed assemblies the .NET Framework checks the Internet based certificate revocation list. The timeout for each...
Shared Points for SharePoint
Troubleshooting SharePoint logging
Posted
over 1 year ago
by
Frank Jusnes
0
Comments
Both the Event Log and the ULS log are invaluable sources of information when monitoring or debugging your SharePoint solution. Sometimes logging doesn't work. In my experience these are the most frequent reasons: The log disk is full. The application...
Shared Points for SharePoint
Configure redirect via IIS using command line script
Posted
over 1 year ago
by
Thomas Svensen
0
Comments
In our current project, we were moving an old SharePoint installation to a new farm, As part of this migration, we got a new, nicer DNS name. We wanted to support old users who had bookmarks etc., by doing a redirect. First of all, we configured both...
Shared Points for SharePoint
Connecting custom service application proxies using Powershell
Posted
over 2 years ago
by
Frank Jusnes
0
Comments
In my current project we have scripted a NewsGator install in a multi-server farm. One of the challenges we faced is that we needed to connect a proxy for the NewsGator Social Platform Services service application. This is very straight forward for the...
Shared Points for SharePoint
How to list checked out documents when exceeding the list view threshold
Posted
over 2 years ago
by
Thomas Svensen
0
Comments
We recently had the challenge with showing users a list of the documents they had checked out. This was important to the users, since it is easy to forget which documents you have currently checked out. At first, it seemed trivial to get this via the...
Shared Points for SharePoint
How to wait for a timer job to complete in a multi-server farm?
Posted
over 2 years ago
by
Frank Jusnes
0
Comments
In our test environment several projects deploy solutions to a single farm. Lately we have had some synchronization issues in multi-server farms. We have created a feature for updating web.config files that are used by several projects. The problem is...
Shared Points for SharePoint
How to enable search alerts across farms
Posted
over 2 years ago
by
Øyvind Nordnes
0
Comments
Search alerts in SharePoint 2010 is a pretty powerful feature, and enabling it in Enterprise Search is easy; just click “Enable” next to the “Search alerts status” in the in the Search Administration page for a search service application, and you’re good...
Shared Points for SharePoint
Help! - the business requires me to install third party addons into SharePoint 2010
Posted
over 2 years ago
by
Jon Løken
0
Comments
There are a ton of third party addons to SharePoint ranging from useful to just fun, from open source communities or commercial providers. The business value from the addon can be very good, but you need to make sure there are no hidden cost. What if...
Shared Points for SharePoint
SharePoint publication webtemplates
Posted
over 2 years ago
by
Reidar
0
Comments
I'm in a project which supports several, currently nine, languages. Following best practices, we use webtemplates, and bind our content type to the pages library using a content type binding element. This works fine in our development boxes, and...
Shared Points for SharePoint
Assembly binding redirection bug fixed in June CU
Posted
over 2 years ago
by
Frank Jusnes
0
Comments
In SharePoint 2007, upgrading a Web Part to a new version number was a bit complicated. But as Maurice Prather nicely explains in this article , this has become much simpler in SharePoint 2010. Although, due to a small bug, again described by Maurice...
Shared Points for SharePoint
Sending files to a record center using the SP2010 webservice Officialfile.asmx
Posted
over 2 years ago
by
Stian Kirkeberg
0
Comments
When you send a document to the record center through the web service officialfile.asmx there is a way to retain and even add more metadata to the file. In our case, we wanted to use the same content type on the team sites as inn the record center...
Shared Points for SharePoint
Making sense of a multi-workload ECM SharePoint installation, Part 1, Concepts
Posted
over 2 years ago
by
Stian Kirkeberg
0
Comments
Maxime has written a great article on ECM: Introduction SharePoint made its name with collaboration tools that integrates very well with other Microsoft products and is the foremost tools for user adoption. With SharePoint 2007, Web...
Shared Points for SharePoint
Silverlight–HTML 5
Posted
over 3 years ago
by
Jon Løken
0
Comments
A good article on the topic can be found at Mike Taulty’s Blog post Silverlight *versus* HTML5? Really? He gives a short overview, before he goes into a more lengthy detailed discussion on how they complement each other. There are also a lot of comments...
Shared Points for SharePoint
"content type" is missing from "group by" settings when creating a new view
Posted
over 3 years ago
by
Stian Kirkeberg
2
Comments
When creating a new view the “Group by” function does not include “Content type” column. I’m sorry to say that this option will not be available in SP2010. (It is possible to do some work around with SPD, but they will disappear whenever...
Shared Points for SharePoint
PowerGUI Visual Studio Extension is out of beta
Posted
over 3 years ago
by
Frank Jusnes
0
Comments
PowerGUI is a graphical user interface and script editor for PowerShell. So, PowerGUI is actually two products: PowerGUI, a graphical user interface for executing predefined PowerShell scripts. You can define scripts yourself, or download “PowerPacks...
Shared Points for SharePoint
Locking Down SharePoint Designer 2010
Posted
over 3 years ago
by
karlmk
0
Comments
If you previously worked with Microsoft Office SharePoint Server 2007 you probably know a lot about SharePoint Designer already. Probably one big complaint, at least from the operational side for MOSS 2007 was that SharePoint Designer 2007 could be used...
Shared Points for SharePoint
Installing SharePoint 2010 prerequisites offline
Posted
over 3 years ago
by
karlmk
0
Comments
I use my private server for different types of testing, it’s a really a try & fail environment. Some days back I created some new VM’s (I am running a Windows Server 2008 R2 host with Hyper-V enabled) and created an isolated private network that will...
Shared Points for SharePoint
Script a Metadata Service Application using PowerShell
Posted
over 3 years ago
by
Jon Løken
1
Comments
Scripting the deployment of service applications is a good idea; it is predictable, repeatable and gets you control over database names. I found a good script for the Metadata Service Application at Zach Rosenfield ’s blog post SP+PS 2010: PowerShell...
Shared Points for SharePoint
Debugging SharePoint – Web application could not be found Issue
Posted
over 3 years ago
by
Jon Løken
5
Comments
Sometimes when I debug my SharePoint code from Visual Studio, I get the exception: System.IO.FileNotFoundException was unhandled Message=The Web application at http://jl-sp2010/ could not be found. Verify that you have typed the URL correctly....
Page 1 of 9 (208 items)
1
2
3
4
5
»