Old psadt config stops working

Hi, all!

First of all thanks for a super toolkit for managing apps. I’ve created a lot of installations with this app))

But suddenly my config stops working at all…
For example Libre office.
I’ve run it as usual but nothing happens…
tried to run via powershell and what i see:

C:\LibreOffice_7.1.0_Win_x86\Deploy-Application.ps1 : Module [C:\LibreOffice_7.1.0_Win_x86\AppDeployToolkit\AppDeployTo
olkitMain.ps1] failed to load:
`Some or all identity references could not be translated`
C:\LibreOffice_7.1.0_Win_x86\Deploy-Application.ps1:98 знак:81
+ ... yToolkitMain -DisableLogging } Else { . $moduleAppDeployToolkitMain }
+                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
строка:1 знак:1
+ .\Deploy-Application.ps1
+ ~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Deploy-Application.ps1

i saw in this forum that i need to rename AppDeployToolkitMain.ps1
to AppDeployToolkitMain.psm1and install it like module…but how it works ealier…

thanks for any help!

UPDATE: on test VM toolkit is working after i’ve installed .NET 3.5. but on my work notebook where i receive this error .NET 3.5 installed too…

so for now the problem is only on local pc

FYI: PSADT has NOT changed to using PMS modules yet.(That’s Version 4 if it comes out)

By The Way: You cannot just rename a .ps1 script to .psm to make a PSM module.