I have this fragment of code: Uri uri; try { uri = Windows.ApplicationModel.Store.CurrentApp.LinkUri; } catch(Exception ex) { // exception is thrown } I get the exception: > ex = {System.Exception: The server machine is shutting down. (Exception from > HRESULT: 0x800704E7) at > Windows.ApplicationModel.Store.CurrentApp.get_LinkUri() at > MyApp.Controls.Screens.MainScreenControl..ctor()} What does it [...] read more