Okay, so i fixed my error that i posted about in another thread, but now i'm having a new error.
Whenever i try to make the webbrowser redirect, i keep getting the error of "Navigation to the webpage was canceled" showing up in the browser. I don't even have Webbrowser.Navigating event in my code so i don't know what could be causing this error. I read around and saw that disabling your firewall can fix this error, so i tried that. However, it didn't fix the error. I also tried using "ipconfig /flushdns" in the shell, but that also didn't work.
Can anybody help?
Here's what happens to shorten up the first part:
- The browser it told to navigate to a url
- The browser returns a navigation canceled error
- When it tries to redirect to another locationon the same server, it can't so it just says "This program cannot display the webpage"
Notes:
- I know the links are valid because i tested them in chrome with no issues
- I know the webbrowser can still navigate because i made a debug button that when pressed just has it navigate to google.
- I've disabled firewall and flushed my dns with no luck.
Whenever i try to make the webbrowser redirect, i keep getting the error of "Navigation to the webpage was canceled" showing up in the browser. I don't even have Webbrowser.Navigating event in my code so i don't know what could be causing this error. I read around and saw that disabling your firewall can fix this error, so i tried that. However, it didn't fix the error. I also tried using "ipconfig /flushdns" in the shell, but that also didn't work.
Can anybody help?
Here's what happens to shorten up the first part:
- The browser it told to navigate to a url
- The browser returns a navigation canceled error
- When it tries to redirect to another locationon the same server, it can't so it just says "This program cannot display the webpage"
Notes:
- I know the links are valid because i tested them in chrome with no issues
- I know the webbrowser can still navigate because i made a debug button that when pressed just has it navigate to google.
- I've disabled firewall and flushed my dns with no luck.