Skip to content
  • Home
  • Blog
  • F# Weekly
  • F# Advent
  • F# Events
  • Mastodon
  • Github
  • LinkedIn
  • StackOverflow
  • NuGet
  • Goodreads
  • Twitter

Sergey Tihon's Blog

Going its own way with F#

New IKVM 8.2 & MavenReference for .NET projects

New IKVM 8.2 & MavenReference for .NET projects

28/08/202228/08/2022
Announcing OpenXML Package Explorer for VS Code

Announcing OpenXML Package Explorer for VS Code

07/04/202107/04/2021
`dotnet watch` with Microsoft.Identity.Web or custom IDistributedCache

`dotnet watch` with Microsoft.Identity.Web or custom IDistributedCache

05/04/202107/04/2021
ML.NET Recommendation Engine: Pitfall of One-Class Matrix Factorization

ML.NET Recommendation Engine: Pitfall of One-Class Matrix Factorization

05/01/202125/02/2021
Introducing Clippit, get your slides out of PPTX.

Introducing Clippit, get your slides out of PPTX.

15/03/202007/04/2021
HashiCorp Vault and TLS Certificate Authentication for .NET Applications (Comprehensive guide)

HashiCorp Vault and TLS Certificate Authentication for .NET Applications (Comprehensive guide)

08/10/201907/04/2021
Be better WPF / MvvmLight developer in 2018

Be better WPF / MvvmLight developer in 2018

16/04/201807/04/2021
IIS hosted products (Office Online Server) monitoring with Application Insights Status Monitor

IIS hosted products (Office Online Server) monitoring with Application Insights Status Monitor

14/04/201825/02/2021
How to restore Visual Studio 2015 after the Update 1 (dependency dance)

How to restore Visual Studio 2015 after the Update 1 (dependency dance)

01/12/201525/02/2021
F# Neural Networks with FsLab

F# Neural Networks with FsLab

18/11/201325/02/2021

FAST Search for SharePoint

23/06/201112/11/2012Categories Enterprise SearchLeave a Comment on FAST Search for SharePoint

Cool presentation about FS4SP:

FAST for SharePoint 2010: How and Why?

View more presentations from C/D/H Technology Consultants

How to migrate “Managed Metadata Service”

22/01/201116/07/2012Categories SharePointLeave a Comment on How to migrate “Managed Metadata Service”

This is task appeared when I needed to migrate SharePoint site collection from one farm to another.

First time we had used SharePoint 2010 back up mechanism, but this approach hard enough. We had a lot of errors during restore: broken connector, errors with content hub, access problems and so on. Every such restoration has brought new errors. We could not document restore process well enough.But then we have found new way of migration.

Migration guide simple and short:

  1. Open SQL Server Management Studio and create back of Managed Metadata Service’s database (every Managed Metadata Service has their own database. Database name is something like this “Managed Metadata Service_0eb8ebdccb234c5ea23e677d816e845f”)
  2. Restore database from this backup into new farm to database of another Managed Metadata Service.

 

Keep in the mind, that you can not create two Managed Metadata Services in the one farm this way, because  the Guid of the service store directly in the database. After such restore you can work with just one service.

Start and Stop Sharepoint 2010 Extension

22/01/201104/11/2012Categories SharePointLeave a Comment on Start and Stop Sharepoint 2010 Extension

Some time ago I found interesting CodePlex project SharePoint 2010 Service Manager. Looks pretty nice and it seems easier than to run scripts every time. Sometimes there are some bugs when application can not start service.SharePoint 2010 Service Manager


Replaceable Parameters

07/08/2010Categories Tips and TricksLeave a Comment on Replaceable Parameters

Replaceable parameters, can be used inside project files to provide values for SharePoint solution items whose actual values are not known at design time. For more information, see http://msdn.microsoft.com/en-us/library/ee231545.aspx.

Navigation Hierarchies and Key Filters with Slides Library

06/08/201019/07/2012Categories SharePoint13 Comments on Navigation Hierarchies and Key Filters with Slides Library

Update : Added a new blog post with a code fix of this issue – “Navigation hierarchies and key filters with slide library : Code Fix“

Some month ago I encountered with a problem of using Navigation Hierarchies and Key Filters with Slides Library. I was added the Managed Matadata field to my slides library and turned on the  Navigation Hierarchies and Key Filters on the Library Settings page and nothing happened. But the same sequence of actions works with Document Library.

In SharePoint’s logs I had found following record:

MetadataNavigationContext Page_InitComplete: No XsltListViewWebPart was found on this page[…].  Hiding key filters and downgrading tree functionality to legacy ListViewWebPart(v3) level for this list.    265d58e5-27f4-40a3-8ab5-4b80013588ab

I have placed my problem to MSDN SharePoint 2010 Forum : http://social.msdn.microsoft.com/Forums/en/sharepoint2010general/thread/a7970e71-6895-4751-a2be-d9043c9ddd6c but it did not help me =)

We have found the solution of this problem and I will try share it to you.

Let’s open default view page of the slide library in the SharePoint Designed 2010.

And what we see? Default view page which was generated by default slide library template contains old ListViewWebPart. We need to replace this web part on the new XsltListViewWebPart .

I propose you the way to do it without using any custom utils except SharePoint web UI.

  1. Open the Slide Library and click Site Actions\Edit Page.
  2. Choose a web part and click Edit Web Part.
  3. Change the Selected View property from <Current view> to <Summary view>. And click OK but  do not click Apply.
  4. Click OK in the  popup window.
  5. Click the name of your library into the left navigation panel.

Now you can open the view in the SharePoint Designer 2010 and see that web part was changed.

Navigation Hierarchies and Key Filters also working.

P.S. Thank to Aliaksandr Haurylik

Debugging Silverlight 4 applications

05/08/201007/08/2010Categories Tips and TricksLeave a Comment on Debugging Silverlight 4 applications

If you want to be able create new Silverlight 4 applications in Visual Studio 2010 you need to install Silverlight 4 Tool

If you want debug Silverlight application, you need to uninstall current version of Silverlight before installation Silverlight Tools. During the installation on your machine will be installed developers version of Silverlight.

Start and Stop Sharepoint 2010

05/08/201004/11/2012Categories SharePointLeave a Comment on Start and Stop Sharepoint 2010

PowerShell scripts to start and to stop SharePoint 2010 on the local developers machine.

Article about scripts: http://blogs.msdn.com/b/emberger/archive/2009/11/16/stop-and-go-with-sharepoint-2010-on-your-workstation.aspx

You can download scripts directly here.

Posts navigation

← Previous 1 … 76 77


Going its own way with F#. Open source enthusiast. Microsoft F# MVP. Husband. Employed by EPAM Systems. Tweets are my own.

Categories

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 617 other subscribers

Tags

Actors Alea.cuBase Algorithms AngularJS ASP.NET Async Atlassian Authorization Azure C# Canopy CodePlex Compiler Cpp CUDA Deedle Design Dropbox Editors F# FAKE FAST Fea Featured FsAdvent FSI FsLexYacc Fun Google Graphviz IKVM.NET JavaScript Json.NET Kung Fu Linear algebra LinkedIn Managed Metadata Microsoft Research NancyFx NDepend Neo4j News:F# Weekly NoSQL NuGet OAuth OpenGL OpenXML OWIN PowerShell REST RProvider Scala Search ServiceStack SharePoint 2010 SharePoint 2013 Silverlight 4 Slides Library Solr Stanford NLP Storm Swagger Swashbuckle Talks Twitter Type Providers TypeScript Vagrant Visual Studio vscode WCF Web API Web Server WPF XNA
Follow Sergey Tihon's Blog on WordPress.com
  • Mastodon
  • Github
  • LinkedIn
  • StackOverflow
  • NuGet
  • Goodreads
  • Twitter
Create a website or blog at WordPress.com
  • Home
  • Blog
  • F# Weekly
  • F# Advent
  • F# Events
  • Follow Following
    • Sergey Tihon's Blog
    • Join 602 other followers
    • Already have a WordPress.com account? Log in now.
    • Sergey Tihon's Blog
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar
 

Loading Comments...