RSSReader - A first chance exception of type 'System.Net.WebException' occurred in Sys
Hello everyone,
I am trying to build and debug thewww.learnvisualstudio.net RSSReader that is explained in the MSDN MS Visual Studio Express Tutorial (http://msdn.microsoft.com/vstudio/express/beginner/windows/tier3/beginA/vb/).
When I run the downloaded project and then add or refresh a channel, I receive the following error, "Problem updating RSS Feeds: the remote server returned an error: (404) not found." which is the scripted error message within the project. However, my debug window lists the following exceptions:
A first chance exception of type 'System.Net.WebException' occurred in System.dll
A first chance exception of type 'System.Net.WebException' occurred in RSSReader.exe
A first chance exception of type 'System.Net.WebException' occurred in RSSReader.exe
Does anyone have any idea what may be causing this exception? I am running a fresh install of Vista Ultimate (64).
-Rick

