Answered by:
Unable to run/debug apps in visualstudio for windows 8

Question
-
hi , i have visual studio for windows 8 installed , when i am trying to debug my app its saying that "windows firewall service is not running so please enable it & try again" , i have AVG internet security in my pc , i know that running 2 firewalls in no good, how can i solve this issue?? , when i enable windows firewall , everything is going fine but my question is can't i use my AVG firewall instead of windows firewall??Monday, September 30, 2013 8:07 AM
Answers
-
That program you are trying to debug must be trying to communicate out on the network in someway. The O/S and the Windows Firewall know this, and AVG doesn't know this. That should tell you just how good AVG is if it's not alerting on this.
I suspect that AVG is not hooked into WFP on Windows 8 not like the Windows Firewall is hooked into it.
And running IPsec that's on that machine and something like the Windows Firewall with IPsec as a supplement in not a bad thing for a machine that is directly connected to the Internet.
http://mediumcube.com/mctalk/2010/01/03/setup-windows-firewall-using-ipsec/
http://technet.microsoft.com/en-us/network/bb531150.aspx
IPsec can stop inbound or outbound traffic by port, protocol, IP and domain, and it can be a supplement to a host based firewall running on the machine.
- Marked as answer by Niki Han Friday, October 4, 2013 6:15 AM
Tuesday, October 1, 2013 3:57 AM
All replies
-
What version of Visual Studio are you using?
Visual Studio won't check Firewall during debug a program ,unless you have some codes or configurations that cause Visual Studio to do such checking.
Monday, September 30, 2013 2:45 PM -
That program you are trying to debug must be trying to communicate out on the network in someway. The O/S and the Windows Firewall know this, and AVG doesn't know this. That should tell you just how good AVG is if it's not alerting on this.
I suspect that AVG is not hooked into WFP on Windows 8 not like the Windows Firewall is hooked into it.
And running IPsec that's on that machine and something like the Windows Firewall with IPsec as a supplement in not a bad thing for a machine that is directly connected to the Internet.
http://mediumcube.com/mctalk/2010/01/03/setup-windows-firewall-using-ipsec/
http://technet.microsoft.com/en-us/network/bb531150.aspx
IPsec can stop inbound or outbound traffic by port, protocol, IP and domain, and it can be a supplement to a host based firewall running on the machine.
- Marked as answer by Niki Han Friday, October 4, 2013 6:15 AM
Tuesday, October 1, 2013 3:57 AM -
I left out the link to the Windows Filtering Platform.
http://msdn.microsoft.com/en-us/windows/hardware/gg463267.aspx
Tuesday, October 1, 2013 3:59 AM -
i am using visual studio for windows 8 express edition, i just create blank c# & xaml templates and debug them , i get this error.Thursday, October 10, 2013 9:22 AM
-
Temporary disable AVG and try to run and see if it works or not?
Check AVG website and install the latest version.
Saturday, October 12, 2013 11:16 AM