You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this great module!
At the moment I don't know if this is a bug in the current preview version of 7.5.0 or if it will be included in the release version (I haven't done any troubleshooting). But I get the following error when importing the module in the preview and wanted to mention it here. This does not happen to me in 7.4.5.
Exception :
Type : System.InvalidOperationException
Message : The current processor architecture is: MSIL. The module '...\PowerShell\Modules\psdates\1.0.5\psdates.psd1' requires the following architecture: Amd64.
HResult : -2146233079
FullyQualifiedErrorId : Modules_InvalidProcessorArchitecture,Microsoft.PowerShell.Commands.ImportModuleCommand
Get-ComputerInfo| select -expand CsProcessors
Name : AMD Ryzen 7 PRO 6850U with Radeon Graphics
Manufacturer : AuthenticAMD
Description : AMD64 Family 25 Model 68 Stepping 1
Architecture : x64
AddressWidth : 64
DataWidth : 64
MaxClockSpeed : 2701
CurrentClockSpeed : 2701
NumberOfCores : 8
NumberOfLogicalProcessors : 16
The text was updated successfully, but these errors were encountered:
Hi,
thanks for this great module!
At the moment I don't know if this is a bug in the current preview version of 7.5.0 or if it will be included in the release version (I haven't done any troubleshooting). But I get the following error when importing the module in the preview and wanted to mention it here. This does not happen to me in 7.4.5.
The text was updated successfully, but these errors were encountered: