im install VS2012 on windows8 with SDK
from menu File >> New Project >> XAML app project
and after get developer license, when i want to compile it, this error accured
Error 1 Error : DEP0700 : Registration of the app failed. error 0x80073D0A: Failed to install package 8eec1bd4-3f98-43a7-ab51-d73e1a3612a0_1.0.0.0_neutral__bcxhannxafppp because the firewall service is not running. Ensure that the firewall service is enabled and started. (0x80073d0a) App1
i have another third party firewall that disabled windows firewall automatically .
after googling find some article like this about
Hi, Please try the following:
Disable or remove the WinpkFilter to see how it works.
Use System Restore to get back to the previous state which it worked.
Regarding the error message, please also check: Error Message: Not enough storage is available to complete this operation. http://technet.microsoft.com/en-us/library/cc978736.aspx Thanks.
did you recommend i desable the firewall or restore the system?
when i go to Control Panel\System and Security\Windows Firewall\Customize Settings
can i uninstall last updates instead of system restore?
isnt there another way recommend for me?
I facing similar problems some times and didn't find a right way around. Here are some conclusion what might help:
this error often occurs if you re-deploy an app with the same package ID from visual studio if it is already installed by a different user -> Solution- change the Package Identity (open the manifest, go to the package tab and modify the identity).
Clean and rebuild your application by right clicking on the solution
delete the bin
folder in your solution copy the project to a new solution and rebuild it
restart your system
don't know why, but often the error disappears after I have done one of the things above. I found this mostly in mdsn forums.
Also disabling the third party firewall should be an option to try.
@jan-hommes said : disabling the third party firewall should be an option to try.
my problem solved.
so i try to Google many times and use this article: this article usefull when i uninstall my firewall.
- Click on Start
- In the start Search box type Services
- Right Click on - RUN AS ADMIN Check if the below mentioned services has the mentioned status and start up type.
windows firewall Started Automatic\Manual. base filtering engine Started Automatic\Manual. windows firewall autorization driver Started Automatic\Manual. Also check the dependency services that are required for Windows Firewall Service to run. To check that double click on the service and click on the dependency tab.
User contributions licensed under CC BY-SA 3.0