#SharePointProblems | Koskila.net

Solutions are worthless unless shared! Antti K. Koskela's Personal Professional Blog

All Posts

Browse all blog posts and archives

All Posts (536)

Showing 276 to 300 of 536 posts (Page 12 of 22)
  • Cover image for How to copy-paste a table from Excel to WordPress without using plug-ins?
    Published on
    Authors
    koskila

    How to copy-paste a table from Excel to WordPress without using plug-ins?

    So, I tried to paste a table from Excel into WordPress, and I failed. Annoying - but not a big problem. I can just paste it into an existing table and it'll "sort itself out", right? Well, no. Exporting the Excel sheet as a html page and copy-pasting the table from there didn't work either. Actually, copy-pasting a table just didn't work at all. So... WordPress is unable to understand HTML tables. Is that really it? Well, no, again, it's not.
  • Cover image for How to create a new SharePoint list based on a List template (.stp)?
    Published on
    Authors
    koskila

    How to create a new SharePoint list based on a List template (.stp)?

    New Microsoft Lists are here!. They are awesome, and a great move by Microsoft to reap even more value from the old warhorse. Wait - old warhorse? Well, behind the scenes, they're actually "just" normal SharePoint lists with a bit of added sparkles and gizmos - namely, an app, a few automations to make users' lives easier, and an application page to display the lists. Great move by Microsoft, launch quite well done, and a pretty good user experience so far. But it's not all good.
  • Cover image for How to enable saving a list as a template on SharePoint Online?
  • Cover image for How to change Azure Functions from Consumption to Premium Elastic plan?
    Published on
    Authors
    koskila

    How to change Azure Functions from Consumption to Premium Elastic plan?

    Sometimes, you need to change the hosting model (or tier) for your resources on Azure. Maybe you've outgrown whatever you've originally selected, maybe you've got too much cash on your hands, or maybe you're like me, and you get absolutely and completely fed up with the cold starts for your Azure Function apps on the Consumption plan and want to use the Premium Elastic plan instead. For these situations, you have the possibility of changing the hosting tier - the plan - you're on.
  • Cover image for Azure DevOps Pipelines Caching
    Published on
    Authors
    koskila

    Azure DevOps Pipelines Caching

    Azure DevOps pipelines have a pretty handy feature called Pipeline Caching . It'll help you avoid annoyingly long NuGet package restores in your builds. And that makes sense - why would you restore packages again and again and again, if you're not updating your dependencies meanwhile?
  • Cover image for How to recover the private key of a (.pfx) certificate?
    Published on
    Authors
    koskila

    How to recover the private key of a (.pfx) certificate?

    Recently, I ran into a problem that I definitely caused myself. I had a certificate, that was created to authenticate an app against Azure AD. The encryption key for the .pfx file was, however, lost. I could just create a new certificate, configure the app service to use that, and replace the old certificate... But that's manual labor and where's the fun in that? I prefer a solution that included a bit more coding!
  • Cover image for How to fix "System.IO.FileSystem: Could not find a part of the path - - Value cannot be null. (Parameter 'provider')", when running Azure Functions locally?
    Published on
    Authors
    koskila

    How to fix "System.IO.FileSystem: Could not find a part of the path - - Value cannot be null. (Parameter 'provider')", when running Azure Functions locally?

    Well, that title is a mouthful. But it's the topic for today, so what can you do? That said, this article should be pretty topical, as the issue started popping up only a few days ago. Chances are it'll be patched soon enough, but in the meantime, it's always useful to document the fix! Problem When running or debugging Azure Functions locally, your runtime just blurts our this error and fails to compile your functions: [2021-01-11T10:28:11.
  • Cover image for How to nuke the Identity Cache in Visual Studio?
  • Cover image for Fixing unexpected Microsoft.AspNetCore package errors after a dependency update
    Published on
    Authors
    koskila

    Fixing unexpected Microsoft.AspNetCore package errors after a dependency update

    This was a fun one! Suddenly, while running or debugging my ASP.NET Core 3.1 application, I started getting errors about missing assemblies, along the lines of "FileNotFoundException: Could not load file or assembly Microsoft.AspNetCore.Components.Forms". These DLL files were not required a minute earlier - nor did requiring them really make much sense in my mind - but there was a nonsensical, easy fix, so in the end, it was all good! But let's go through this thing in order.
  • Cover image for 2020 - Year Review
    Published on
    Authors
    koskila

    2020 - Year Review

    Like is almost customary at this point in the year, I decided to take a look at 2020 - which goals I had set for myself if I hit them, and what happened on koskila.net during the year. And like last year, I thought I'd set myself a few new goals! In my last year review post, I commented on 2019: 2019 was borderline tumultuous – in 2020, I hope it’ll be slightly smoother sailing. Me, in my 2019 review Oof. Overall, 2020 was definitely not "smoother sailing".
  • Cover image for Graph API throws "$count is not currently supported." when you KNOW it's supported?
    Published on
    Authors
    koskila

    Graph API throws "$count is not currently supported." when you KNOW it's supported?

    Hey, another funny case. "Funny" as in "the error message is misleading and googling didn't really help", but also as in "a colleague knew the answer right off the bat because he already fixed it in another project". This time the documentation was in fact there , it just wasn't there to be found . Anyway - what have I broken this time? Problem When you're calling Graph API with both $filter and $count, for example: https://graph.microsoft.com/v1.0/users/$count?
  • Cover image for "An assembly specified in the application dependencies manifest was not found" when running Add-Migration in Entity Framework Core?
  • Cover image for How to fix Visual Studio Cloud Explorer being unable to access your subscriptions
    Published on
    Authors
    koskila

    How to fix Visual Studio Cloud Explorer being unable to access your subscriptions

    This article will describe a number of fixes to a situation, where your Visual Studio Cloud Explorer fails to show you the Azure Subscriptions you (should) have access to. Problem Your Cloud explorer might load for a long while, and finally, fail to display anything meaningful. Instead, you might see an error like the below: "Subscriptions could not be loaded. Please try reentering "Subscriptions could not be loaded.
  • Cover image for Pulumi task on Azure DevOps fails with error "azureblob.OpenBucket: accountName is required"
    Published on
    Authors
    koskila

    Pulumi task on Azure DevOps fails with error "azureblob.OpenBucket: accountName is required"

    This article explains how to fix one of the many issues you might face when configuring Pulumi deployments for your Azure DevOps Pipelines! The particular error you may run into was "azureblob.OpenBucket: accountName is required" - what a descriptive one, when there's no accountName to be specified anywhere! But first - let's get through the basics. Namely... " Pulumi ?", you ask - " What's that? " Well, let me give you a 1-line response to that. What is Pulumi?
  • Cover image for Hacktoberfest 2020
    Published on
    Authors
    koskila

    Hacktoberfest 2020

    Another year, another Hacktoberfest, another haphazard participation, and - as usual - another blog post a little bit late. Still, better late than never! And the event has become such a phenomenon that I am happy that I did finish the challenge (or like DigitalOcean calls it - the celebration)! The event has a special place in my heart, as it did (in 2017, I think?
  • Cover image for How to access the site collection app catalog in SharePoint
    Published on
    Authors
    koskila

    How to access the site collection app catalog in SharePoint

    This article explains how to access the Site Collection App Catalog in SharePoint Online. I mean - yeah, I had to google it after getting back to SPFx dev stuff after a while and realized the first few results were useless. Of course. So how did you do this now... Turned out to be pretty easy, and borderline obvious! Still, yet another thing to document. Solution So, back to basics - how do you access the Site Collection App Catalog on a SharePoint Online Site (or Site Collection)?
  • Cover image for Frequently Asked Robot Lawn Mower Questions
    Published on
    Authors
    koskila

    Frequently Asked Robot Lawn Mower Questions

    This article is my attempt at documenting my experiences with Worx Landroid L2000. It's a phenomenal little helper in your garden, but it will run into issues - and it will make your work a bit in order to get it to run efficiently! This article contains all of the gotchas I've run into so far, wrapped in a handy FAQ format for your convenience (and mine, to be fair - I'll be back to consult my notes later)!
  • Cover image for How to inject EF Core DbContext in an Azure Function
    Published on
    Authors
    koskila

    How to inject EF Core DbContext in an Azure Function

    Ah, one more on the related topics of different configurations for your Azure Function apps. In this article, I will describe how you can configure the Entity Framework Core database context to be injected into your Azure Functions App. In my experience, this is a very typical and often-needed model to structure your Azure Functions. Therefore, while tooling and templates aren't quite there, it's worthwhile to document how to do this somewhere - well, here.
  • Cover image for "Conversion overflow" when reading numeric data from MS SQL database using Entity Framework
    Published on
    Authors
    koskila

    "Conversion overflow" when reading numeric data from MS SQL database using Entity Framework

    This article explains how to fix a weird situation where your .NET application utilizing EF ( Entity Framework or Entity Framework Core ) simply crashes without any way to recover or catch the Exception. You only get errors somewhere along the lines of "conversion overflow". Ah - what a fun little issue! No way to recover, no fallbacks, unusable callstacks. Oh, speaking of which - what was the error, exactly?
  • Cover image for How to configure Azure Function's startup
    Published on
    Authors
    koskila

    How to configure Azure Function's startup

    Azure Functions use dependency injection, and that allows us to define all kinds of prebuilt or custom-built services as being available for our functions really easily. This is a really easy way to initialize scoped resources to be used in your different functions... But how do you actually configure them in an Azure Functions App? Problem Okay, a step back - there's a bit of a problem that we need to resolve before we can proceed with the configuration.
  • Cover image for How to list your git stashes
    Published on
    Authors
    koskila
    Tags
    git

    How to list your git stashes

    Long story short, yes, I really did have to google this, and since top results seemed to give pretty unclear (or even wrong) answers, I decided to document it for myself. Maybe it'll be helpful to someone else too! And just to state the obvious: I'm using GitHub Desktop for most of my mandatory Git stuff, but whenever I have to run any git commands, I run Windows PowerShell (git exe is added to PATH variable). Solution Well, it's actually very, VERY simple.
  • Cover image for How to fix "System.InvalidOperationException: PowerShell Gallery is currently unavailable."
    Published on
    Authors
    koskila

    How to fix "System.InvalidOperationException: PowerShell Gallery is currently unavailable."

    This article explains how to fix an issue when updating a module in PowerShell. The error is something along the lines of: " System.InvalidOperationException: PowerShell Gallery is currently unavailable. Please try again later." The whole error looks something like the one below, although you can probably get it for many different commandlets. Failed updating module 'SharePointPnPPowerShellOnline' version 3.19.2003.0. Update the module and then try again.
  • Cover image for How to change Microsoft Lists language?
    Published on
    Authors
    koskila

    How to change Microsoft Lists language?

    I recently started playing around with Microsoft Lists. What a fun and friendly tool - makes SharePoint lists far more approachable offering a great editing experience, easy sharing, and hopefully in just a bit, awesome integrations and great mobile app (I mean, there's iOS... But who has an iPhone in this day and age? 😉 However, as is usual in my tech endeavors, I immediately ran into an issue.
  • Cover image for App authentication woes on SharePoint (Token request failed. The remote server returned an error: (401) Unauthorized.)
    Published on
    Authors
    koskila

    App authentication woes on SharePoint (Token request failed. The remote server returned an error: (401) Unauthorized.)

    This article explains how to get rid of sudden and unexplainable 401 Access Denied errors when trying to authenticate against a fairly fresh Microsoft 365 / SharePoint Online tenant. This issue seems to be caused by a long-ish project to finally retire ACS - Azure Access Control service) on SharePoint ( it's retired everywhere else already! ) Note : This might still be an updating story, as the situation with ACS is definitely... Developing. Yeah, let's call it that. It's a developing situation.
  • Cover image for How to leave an Azure AD tenant?
    Published on
    Authors
    koskila

    How to leave an Azure AD tenant?

    This article explains how to fix your account, whenever it gets completely FUBAR due to your account being added as a guest in another AAD organization. And this might happen in multiple different situations - my most typical woe is Visual Studio's Cloud Explorer, which stops showing me my subscriptions due to authentication against the other organizations failing.
Whitewater Magpie Ltd.
•
© 2026
Static Site Generation timestamp: 2026-03-17T06:37:51Z