Hello,
I'm using
Visual Source Safe 2005 8.0.50727.1551 and Visual Studio 2005 SP1
I have a solution with a Web Application project (not a Web Site project, do not confuse them please!) and a Web Service project.
In the Web Application I have added a web reference to the Web Service project. Everything is working fine with the application.
The problem is that each time Ido "Update Web Reference",that causes the
files below from the "Web References" folder to becheckedoutautomatically by Visual Studio ,without explicitly telling itto doso ?!
The files automatically checked out automatically by Visual Studio are
- Reference.cs
- *.disco, *.wsdl, *.mapand all my typed datasets (*.xsd).
The Reference.cs,*.disco, *.wsdl, *.map,aregenerated files, I need these files in order to be able to compile the application.
So the questions are:
a) How can I avoidVisual Studio to automatically check out the files generated by "Update Web Reference" ?
b)Becausethese files aregenerated each time with "Update Web Reference", Iwould like toexclude them from the source control repository.
Thank you very much.