The search provider could not be installed… You might want to try again.

So setting up a new machine, I tried adding the Google search provider plugin for IE11; I wanted to add Google as my default provider rather than Bing. However, the Add-On kept failing to install:

The search provider could not be installed.
This might have happened because:

  • A required file could not be downloaded
  • The website is unavailable
  • You are not connected to the internet

You might want to try again later.

Great. The problem was repeatable, and continued after reboot, and reset of IE’s settings. In desperation, I tried change the country that I was in (in the top right)…

Capture

I changed from United States to Turkey and back – and when I tried to add the extension, it installed without problem.

Hardly conclusive, but an interesting result nonetheless. Let me know if it works for anyone else!

The search provider could not be installed… You might want to try again.

401 Unauthorized from a content publishing site

New job, new problem. We’ve a SharePoint 2010 Publishing site using content deployment to push content from an authoring site collection to a live one – and the live site collection started to return an HTTP 401 – Unauthorized to any request for a page.

Continue reading “401 Unauthorized from a content publishing site”

401 Unauthorized from a content publishing site

Nintex – “This task is currently locked by a running workflow and cannot be edited.”

I had this exception start occurring on a workflow I was testing earlier. It was very strange – I’d already run through the workflow step at which this was happening successfully 3 times. Then I started to receive this error, consistently, at the same point of my unchanged workflow each time I ran it.

Continue reading “Nintex – “This task is currently locked by a running workflow and cannot be edited.””

Nintex – “This task is currently locked by a running workflow and cannot be edited.”

File Path Lengths in Windows

In the Windows API the maximum length for a path is 260 characters.

Slightly edited for length, but that comes from MSDN. Yes, it’s 2014, we’ve dealt with the 8.3 filename limit, found the Higgs Boson, landed a fridge on a comet, but the Windows API still doesn’t play well 260 character length file paths. That’s unfortunate. Continue reading “File Path Lengths in Windows”

File Path Lengths in Windows

SharePoint vs (?) ASP.NET MVC

I’ve been studying ASP.NET MVC 4 over the last while; this is the subject of second of the 4 exams required for the SharePoint Developer MCSD, and I really need to spend some time on that.

The idea of an MVC (Model-View-Controller) framework is to separate the different concerns of your code, and that usually this allows you to design a data model, and then let your tools create a scaffolding of your site. Such things aren’t new; I implemented a Chinese Chess web site in Ruby on Rails which uses this approach in 2005. I loved the MVC approach. Continue reading “SharePoint vs (?) ASP.NET MVC”

SharePoint vs (?) ASP.NET MVC