Hi..
i want to create an application which will connect with Visual Source safe
and return me back the latest copy of a project.
Plz help me its urgent....
Thanx in Advance
Well, there is an automation interface and a command-line. Both are
described as sub-topics here:
http://msdn2.microsoft.com/en-us/library/ms181038(VS.80).aspx
(look at the menu on the left)
I'm not sure if there is a pure managed .NET API, but interop to the
COM API should work fine.
Marc