-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Description
I keep running into the following error when trying to import the modules:
PS C:\Users\chbates\Repos\windows-imaging-tools> Import-Module .\WinImageBuilder.psm1
Add-Type: C:\Users\chbates\Repos\windows-imaging-tools\Interop.ps1:1353
Line |
1353 | Add-Type -TypeDefinition $code -ReferencedAssemblies "System.Xml" …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| (15,19): error CS0234: The type or namespace name 'RegularExpressions' does not exist in the namespace 'System.Text' (are you missing an assembly reference?) using System.Text.RegularExpressions;
| ^
Import-Module: The specified module '.\WinImageBuilder.psm1' was not loaded because no valid module file was found in any module directory.
Metadata
Metadata
Assignees
Labels
No labels