I have an error from the certification test and I can't seem to resolve it. Errors found are:
• This API is not supported for this application type - Api=System.Security.Cryptography.Aes. Module=MSCORLIB. File=System.Core.dll.
• This API is not supported for this application type - Api=System.Security.Cryptography.ICryptoTransform. Module=MSCORLIB. File=System.Core.dll.
• This API is not supported for this application type - Api=System.Security.Cryptography.Aes.#ctor. Module=MSCORLIB. File=System.Core.dll.
• This API is not supported for this application type - Api=System.SystemException. Module=MSCORLIB. File=System.dll.
• This API is not supported for this application type - Api=System.SystemException.#ctor. Module=MSCORLIB. File=System.dll.
• This API is not supported for this application type - Api=System.SystemException. Module=MSCORLIB. File=System.Xml.dll.
• This API is not supported for this application type - Api=System.SystemException.#ctor. Module=MSCORLIB. File=System.Xml.dll.
The mscorlib module is part of the Windows Phone 8.1 framework. The project is for Windows Phone 8.1 RT, a universal app.
What I have tried to resolve the issue is starting a new project to refresh the references, but it didn't do anything. I've tried adding and removing libraries, but it didn't do anything. I've tried removing the assembly, but I can't seem to.
How do I resolve this error?