- Published on
- Authors
- koskila
- Tags
- powershellwindows
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).






