#SharePointProblems | Koskila.net

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

Posts from July 2019

Blog posts published in July 2019

Posts from July 2019 (7)

  • Cover image for How to resolve issues when loading DLLs in PowerShell?
    NEW
    Published on
    Authors
    koskila

    How to resolve issues when loading DLLs in PowerShell?

    This post describes a few different things that can (and will) go wrong when you're trying to load DLLs in PowerShell , and a couple of ways you can try to fix them. Typically, you'd run into an error message like "Exception calling LoadFrom with 1 argument(s): Could not load file or assembly.... " These issues most typically arise when you're running a PowerShell script that depends on certain DLLs to be loaded (to then execute some of the methods from them).
  • Cover image for How to update SharePoint Framework for an SPFx webpart?
  • Cover image for How to resolve the error "The alias is being used by another group in your organization"
    Published on
    Authors
    koskila

    How to resolve the error "The alias is being used by another group in your organization"

    Okay - another simple one. When you're creating a new Office Group (or "Unified Group", as they're called as well), you might get an error for the alias already being used. Pretty simple, but still - let's see how to fix it. Problem So, this error pops up, while you're trying to create a new Office Group: The alias is being used by another group in your organization. Please try a different alias.
  • Cover image for How to fix Microsoft.AspNetCore.Mvc.TagHelpers not being rendered!
    Published on
    Authors
    koskila

    How to fix Microsoft.AspNetCore.Mvc.TagHelpers not being rendered!

    Ha - another one, that ended up being a simple fix, but since nobody actually explains it well, took me an hour to figure out. This post ended up being another example of my "I'm going to document every single fix that took me more than 10 minutes to figure out, since that'll help me (and others) the next time the same issue arises." blogging strategy. Snappy name, right? 😅 Ah, well, naming things is really, really difficult. Anyway, I ended up banging my head to the wall for a while.
  • Cover image for Sync local repo with the original on GitHub (Git merge upstream)
    Published on
    Authors
    koskila

    Sync local repo with the original on GitHub (Git merge upstream)

    This is one of those "note to self" -kinds of entries. This workflow is probably so natural to a lot of you all, that you won't need to ever google it - but since I don't do that much development using git with the full "fork - clone - branch - submit pull request" -process (which is really typical with GitHub - and I guess Open Source in general), I always need to look up the instructions on how to add pull any changes from the original repository to yours.
  • Cover image for How to fix "AADSTS700054: response_type 'id_token' is not enabled for the application" error
    Published on
    Authors
    koskila

    How to fix "AADSTS700054: response_type 'id_token' is not enabled for the application" error

    Another day, another unsuccessful authentication attempt, and another cool error code. I encountered his one whilst building a little POC that was supposed to authenticate against Graph API. This time, I was thrown an "AADSTS700054" error... But no worries! This article will explain to you how to fix it, at least in a couple of different cases! :) Problem When developing your client-side solution (an SPFx web part, React app, ASP.NET MVC application with some client-side components...
  • Cover image for How to fix an "AADSTS500113: No reply address is registered for the application" error?
    Published on
    Authors
    koskila

    How to fix an "AADSTS500113: No reply address is registered for the application" error?

    This article describes how to fix the " AADSTS500113 : no-reply address is registered for the application " error. You typically get this error, when your app is trying to authenticate your users against Azure Active Directory. I have been posting about different versions of the Azure Active Directory authentication errors (different errors with AADSTS -codes) a lot - I'll need to find a better way to categorize them in the future. But, for now, onto the issue!
Whitewater Magpie Ltd.
© 2026
Static Site Generation timestamp: 2026-02-03T09:01:56Z