
Get source out from under Source Control
VB adds the file "App.vbproj.vspscc" to the project directories and VSS adds
vssver.scc. If you remove those files, I believe, the IDE no longer
attempts integration with source control.
P.S. remember to change the files to writable before sending out to other
developers (assuming they plan on changing things).
Scotch
Quote:
> I would like to distribute the source code to sample apps. The source is
> presently under VSS (it was originally developed under VB 6.0 and migrated
> to VB.Net). If I just package the various files needed to build the
> project, the VS.Net on the receiving computer whines and complains about
not
> being able to find the appropriate VSS client (or db or whatever else is
> missing). After all the complaining, the project builds and runs OK.
> Anybody know an easy way to get all the VSS-related stuff out of the
> .vbproj, .suo, .sln etc files?
> thanks
> charles