I've been handed the code for an older VB program built in VS2010Pro to update. I'm not an experienced VB or .NET programmer and haven't worked in any Microsoft development platform since the 90's, so the vagaries of VS .NET builds are a bit of a mystery to me.
Trying to build, the code compiles successfully, but when run in the debugger, it throws an error at startup about an assembly load fail, and the IDE displays a msg in the bottom status bar: "Downloading source code from http://referencesource.microsoft.com/Source/01590.00/Source///vb/runtime/msvbalib/ApplicationServices/WindowsFormsApplicationBase.vb...". Closing the error dialog shows a "No Source Available" screen with the call stack location and a list of locations (including a "f:\dd..." location that doesn't exist locally and I assume is an attempt at a source-control lookup) and the source server reference, and a final "The debugger could not locate the source file" message.
So, the questions:
1) I've tried a raft of ways to locate this file online, without success. From what I am seeing, though, there are a bunch of other people in this exact same situation, and no one is getting an answer, from MS or any other source. Can someone who has this file and its sisters PLEASE make them available???
2) The MS source server seems to not work. Has MS moved this stuff? If so, how do I tell VS2010Pro to look in the new location?
3) (to the universe at large) This is a core part of the .NET library for VB. Why isn't it included in the primary distribution disk? Sometimes I think MS does this kind of thing just to drive people to upgrade... :(