An exception gets thrown every time.
Comments: ** Comment from web user: Morrigan **
Comments: ** Comment from web user: Morrigan **
Windows Store applications work fine, its just Prism that throws an exception. I'm using Visual Studio 2013 with .Net 4.51 and Windows 8.1 which I suspect is the problem. The error appears to get thrown in App.xaml.cs by:
```
public static MobileServiceClient MobileService = new MobileServiceClient(
"https://pathfinder.azure-mobile.net/",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" );
```
