windows updates applied last night, import-module throwing out of memory excepti

wondering if anyone else has seen this behaviour before.

i have a couple of modules i load up for various functionality, one AlphaFS i changed up from the 35 .net to 451 dll and powershell seems to react fine to that.

however the excel module from here:

on any machine that recieved our updates, is now throwing:

ImportExcel.psm1 (1, 1): ERROR: At Line: 1 char: 1
ERROR: + Add-Type -Path “$($PSScriptRoot)\EPPlus.dll”
ERROR: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ERROR: + CategoryInfo : NotSpecified: (:slight_smile: [Add-Type], OutOfMemoryException
ERROR: + FullyQualifiedErrorId : System.OutOfMemoryException,Microsoft.PowerShell.Commands.AddTypeCommand
ERROR:

anyone have advise?

Hi David,

I think you’ll be better off if you would ask for help from the author directly via the GitHub repository of this module.

First check if the problem has already been reported (search open and closed issues). If not, create an issue and work with the author to resolve your problem.

Best,
Daniel