Details
Description
Module Version: 4.3.1
OS Name/Version: Windows 2008r2
In the latest patched version of this Windows OS, the assemblies loaded by default into the app domain are not consistent with what has been loaded in the past. By default the System.Core assembly is not present. This causes problems for the init.ps1 script which starts the pipe server in the PowerShell process to fail to create the server object, which causes the entire module to fail since commands cannot be passed to PowerShell from Ruby.
Desired Behavior: The init.ps1 script should automatically load the System.Core assembly into the app domain no matter what the current state of the loaded assemblies is. This will enable the script to correctly create the pipe server.
Actual Behavior: Currently, if the System.Core assembly is not present, it is not automatically loaded when the script attempts to create the server object. This means there is no pipe server on the PowerShell process side waiting for commands.
Attachments
Issue Links
- blocks
-
IMAGES-795 Windows 2008R2 template failing PowerShell module tests
-
- Resolved
-
- relates to
-
MODULES-6927 powershell - Unable to start pipes server on latest win 2008r2 image
-
- Resolved
-
-
MODULES-6929 dsc - Unable to start pipes server on latest win 2008r2 image
-
- Closed
-
-
MODULES-6930 DSC_Lite : Unable to start pipes server on latest win 2008r2 image
-
- Closed
-