> Hi Walter,
>
> Now I need to save directories on VS 2003, but there is no CommitChanges
> there.
> I believe there should be a way to save changes, at least when we close
> Visual Studio?
Modify the file %APPDATA%\..\Local Settings\Application
Data\Microsoft\VisualStudio\7.1\VCComponents.dat directly

Signature
---------------------------------------------------
Automate your software builds with Visual Build Pro
http://www.visualbuild.com/
bmelt - 15 Apr 2008 19:52 GMT
Yes, this is a known alternative way to set directories (that does not work
in some scenario).
But the question is how to save changes that were done through DTE on VS
2003 - I do not believe there is a code to make changes and there is no code
to save these changes! On VS 2005 and 2008 we can just call CommitChanges as
Walter explained.
> > Hi Walter,
> >
[quoted text clipped - 5 lines]
> Modify the file %APPDATA%\..\Local Settings\Application
> Data\Microsoft\VisualStudio\7.1\VCComponents.dat directly