Reputation: 8747
When I try to create a windows store program in Visual Studio 2012, I was prompt to install the developer license, but VS2012 failed to get the license all the time, please see the picture below.
I closed this dialog and try it againd from Project-Store-Acquire Developer License, but still get the same error.
I google this for a while and found a page on MSDN said there is a command mode, I try that, get the same error, see below picture.
I upgrade my Windows 8 from Windows 7 several days ago, and it was actived.
I didn't use any proxy for my internet connection, I can not build my windows store prgram without the license. any work around for this?
Upvotes: 3
Views: 9836
Reputation: 81
Run Command Prompt as administrator.Type
netsh winhttp reset proxy
at the command prompt, and press Enter. Try to get licence again. It worked for me.
Upvotes: 0
Reputation: 11
If you are still facing same problem Then follow below steps:
1. Open following link and download Hotfix
http://support.microsoft.com/kb/2871280
2. Install Hotfix and restart machine.
-
Another alternative: • Start the Fiddler on the system and then try to get the Window Developer License
Upvotes: 1
Reputation: 11
I had a similar problem. I have just installed Windows updates and now everything is working.
Upvotes: 1
Reputation: 21
Run Command Prompt
as administrator
. If you are prompted for an administrator password or confirmation, type the password
or provide confirmation. Type netsh winhttp reset proxy
at the command prompt, and press Enter
. Try to get licence
again.
Upvotes: 2
Reputation: 3698
I have started Windows 8 Apps development. Visual Studio is my development tool. In middle I couldnot find a way to Get a license as Developer for Windows 8. Searched Google and found a cool descriptive way to how to get a developer License of Windows 8 See here How to get a Developer License for Windows 8 and Renew your old one soon.
Upvotes: 0
Reputation: 209
I had the same problem and nothing I found on the web would help. The nice guy at MSDN Developer Hotline pointed out to me, that the system date and time must be set to the correct local time. That finally solved the problem and I was now able to activate a developer license.
If I understood him right, this is due to some SSL connection that failes if the time settings on both participants differ too much.
Upvotes: 0
Reputation: 489
The problem is due to Task Scheduler corruption during the upgrade process A hotfix was published by Microsoft, which resolves the issue: http://support.microsoft.com/kb/2687198
If applying the hotfix does not work, try the following:
Upvotes: 0