Hi I like to create a simple web browser in VS.NET'08.I finished coding but while running it shows "Navigation to web page was canceled".Help me resolve this problem.Though i invoked the Navigate function inside the constructor,its not working.
public Form1()
{
InitializeComponent();
webBrowser1.Navigate("http://google.com");
}