Hey When I tried to build a window app from the source-code that my friend made. The build failed and the following error came up:
System.Security.Cryptography.CryptographicException:'
Padding is invalid and cannot be removed'
The app is made my friend in his VS community 2019, it compiled without any issue. The app was successfully compile when my friend tried to build it in his VS professional 2019(in a different account).I have checked the source-code and I couldn't find any problem with it.
The app is a (x64)only app and it is a wpf project. Just wondering if anyone knows if there is any dependency in VS community which prevents me from compiling the apps?