aes.vbs
aes.vbs copied to clipboard
Error on windows server 2019
The line Set aes = CreateObject ("System.Security.Cryptography.RijndaelManaged") gives the following error (null): 0x80131509
I run this command to check class. Everything is regular. powershell -Command [System.Reflection.Assembly] :: GetAssembly ('System.Security.Cryptography.RijndaelManaged')
GAC Version Location
True v4.0.30319 C: \ Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ mscorlib.dll
How can I solve?