|
I am using SourceSafe 6.0d and Visual Studio 2005.
I have written a SourceSafe addin (ie. IVSSEventHandler using ssapi.dll and ssaddin.ini). It runs fine from SourceSafe application if I have the dll in the SourceSafe dll (C:\Program Files\Microsoft Visual Studio\Common\VSS\win32), but doesn't run from Visual Studio. It runs fine from Visual Studio if I have it in the Visual Studio directory (C:\Program Files\Microsoft Visual Studio 8\Common7\IDE), but then it doesn't run from SourceSafe.
My question is: Is there ONE location I can place the addin dll so that it runs from BOTH SourceSafe and Visual Studio? or is it necessary to duplicate this dll?
|