C# – Internet Explorer error

asp.netc++internet-explorer-7visual-studio

I am programming in Microsoft Visual Studio 2008 (ASP.NET, c#).
When I am debugging, after a couple of clicks or actions, Internet Explorer raises an error: "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience."

I use IE7, I uninstalled it, but it also raises an error on IE6.
When I use Mozilla Firefox, it works perfectly.

Anyone suggestions?

Best Solution

Not being smart but is there problem using only FF for debugging? It's what I use.

Obviously I have tests run in IE as well.