Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It's not possible to call up a method for a term/expression that have NULL #44

Open
In139 opened this issue Jul 3, 2022 · 0 comments
Open

Comments

@In139
Copy link

In139 commented Jul 3, 2022

When I try to create a Windows 11 Enterprise ISO (German localisation) for Surface 8 Pro I get the following error message (only in German language):

Es ist nicht möglich, eine Methode für einen Ausdruck aufzurufen, der den NULL hat.
In C:\Users\_PATH_TO_\SurfaceDeploymentAccelerator\CreateSurfaceWindowsImage.ps1:2002 Zeichen:9
+         $global:WinPEVersion = (& $DISMFile /Get-WimInfo /WimFile:$Im ...
+         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [], RuntimeException
    + FullyQualifiedErrorId : InvokeMethodOnNull

But not found such a line in the log file.
PowerShell_Error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant