Apparently the same workspace name for two different TFS servers is an issue. I downloaded a new project from the codeplex site, and gave it the same workspace name as a different TFS project. When I opened the project that has had no problems for years...
I had an issue where I had a locked file in VS 2008, and I couldn't compile a project because it couldn't copy a DLL from obj/debug to bin folder. Something that worked for the issue was something Roy Osherove posted about here: http://weblogs...
Recently, when adding WPF features to a windows class library I created, I ran into an issue where there was an error with the InitializeComponent method of the WPF user control in Visual Studio 2008. I couldn't figure out why this was an error, as...