Hello,
I've just started to work on windows 8 Platform, and I just faced a problem quite from the start...
I'm having problems running simple Hello world applications, no matter if they are WindowsStore javascript ones, Windows store c# ones, or Desktop html ones...
Détails :
For a store application in JS the error I'm having is :
'The application did not start', with the visual studio console displaying :
Le programme '[2628] WWAHost.exe' s'est arrêté avec le code 1314 (0x522).
For a store application in C#, the error is :
Une exception non gérée du type 'System.Exception' s'est produite dans IQF_sprint1.exe
Informations supplémentaires : A required privilege is not held by the client. (Exception from HRESULT: 0x80070522)
For a desktop application, the error is :
Le programme '[4420] WWAHost.exe' s'est arrêté avec le code 1314 (0x522).
I'm local admin of the computer. The all three applications just require InternetClient capacity, and nothing more.
Anybody has an idea?