aes.vbs icon indicating copy to clipboard operation
aes.vbs copied to clipboard

Error on windows server 2019

Open itsdianab opened this issue 3 years ago • 0 comments

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?

itsdianab avatar Dec 21 '21 13:12 itsdianab