It seems that I cant use system.math class within the windows phone projects. I can’t even add the mscorelib.dll manually (windows phone dlls are different than windows dlls)
Is there any way to use System.Math class within the windows phone SDK projects?
I’ve just tried and it works fine for me. I didn’t need to do anything special or add any references, just the normal
using System;and then (say):What happens when you try that?