has anyone had the same problem
Yes. You are not alone. Most users who see it have just done a factory restore and may not have been able to get their machine completely up-to-date. Your description is clearer than most though. For example, I don't remember seeing anyone mention 0x800C0002 as part of the symptom and I also don't think it has been as clear that they were actually able to use the Store app.
Heh. This looks pretty trivial.
PS>net helpmsg 2
The system cannot find the file specified.
The C apparently just means it isn't so much a Windows thing but more of a network thing.
https://msdn.microsoft.com/en-us/library/cc231198.aspx?f=255&MSPPError=-2147217396
(BING search for
0x800C0002 site:msdn.microsoft.com facility code 12
)
<quote>
| FACILITY_INTERNET<br><br><br>12 | The source of the error code is Wininet related. |
|---|
</quote>
It might be interesting to find out "what" file is being "specified". Unfortunately in RT we don't have useful tools like ProcMon to help ease a diagnosis for such a symptom but there might still be useful clues in some of the standard logs that could at least help you get a real filename associated with your error code.
Coincidentally for a reply in a related thread I devised a way to list the most recent file writes which could assist with such a tack
With the appropriate search options for Windows Explorer you might be able to get almost as good a list (but probably slower) from DateModified:Today and sorted by DateModified.
FYI
Robert Aldwinckle