After opening a solution that is bound to TFS in VS2005, I right click on the solution in solution explorer and select "Get Latest Version (Recursive)". An Error message is produced saying:
Unexpected error encountered. It is recommended that you restart the application as soon as possible.
Error: the specified procedure could not be found.
File: vsee\internal\inc\vscomptr.inl
Line number: 618

Error in VS2005 on Get Latest command
Mike Sage
Jason,
This looks like it could be related to a reported problem with setup/uninstall of oledb components. See the following threads to see if they help.
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=215771&SiteID=1
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=114961
Ed
http://blogs.msdn.com/edhintz
Joeku
Thank you for the links. I solved my problem by re-installing MDAC. Since I am running XP SP2, this was a little cumbersome... If anyone else has this issue here's the solution: locate the mdac.inf file in c:\windows\inf, right click and select install. When prompted for a location, point to either c:\windows\servicepackfiles\i386 or c:\i386. Everything works as expected now.
Jason