I'm unable to reference the Microsoft.Devices
namespace to use this class to vibrate.
I can manually reference it from assembly Microsoft.Phone.dll
, found in:
c:\Program Files (x86)\Microsoft SDKs\WindowsPhone\v8.1\Tools\AppDeploy\MdilXapCompilev8.0\Framework\Microsoft.Phone.dll
It worked, but when I try to compile it gives me an error:
Cannot find type System.SystemException in module mscorlib.dll.
It's a Blank Windows Phone Project from VS 2013. I've tried reinstalling the SDK but it had no effect.