Error in VS2005 on Get Latest command
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
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
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
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