- Home /
type `System.Security.Cryptography.MD5` doesn't exist in target framework. It is referenced from Assembly-CSharp.dll at CryptographHelper.
Error building Player: Exception: Error: type System.Security.Cryptography.MD5
doesn't exist in target framework. It is referenced from Assembly-CSharp.dll at CryptographHelper.
Error building Player: Exception: Error: method System.String System.Text.Encoding::GetString(System.Byte[])
doesn't exist in target framework. It is referenced from Assembly-CSharp.dll at System.String LMsg::ReadUTF(System.Int32).
anyone can help me?
http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj207211(v=vs.105).aspx contain have System.Text.Encoding namesapce
Comment
Best Answer
Answer by Graham-Dunnett · Mar 31, 2014 at 10:29 AM
There is no MD5
on WindowsPhone, see:
Microsoft document GetString()
as a virtual function. Perhaps nothing is overriding it.