L
Luther Miller
A member of my team recently completed a web services project. The solution
contains some other porjects referenced by the web services project. In the
web services project, the references are only listed as DLLs in a BIN folder.
When we added this to source control and then retrieved it somewhere else to
do a release, we had to maunally add the DLL that was being referenced to
source control.
In previous versions of Visual Studio, I recall these projects having a
References folder where we could reference the other Projects in the
solution. This is how we ADDED the reference to this web service, but the end
result is the DLL in the BIN folder instead of a project reference in a
References folder.
My end goal is to be able to retrieve the solution from source control,
build it, and deploy it, without having to check DLLs into source control.
Any insights into the subtitles that I missed in how 2005 works now?
Thanks!
contains some other porjects referenced by the web services project. In the
web services project, the references are only listed as DLLs in a BIN folder.
When we added this to source control and then retrieved it somewhere else to
do a release, we had to maunally add the DLL that was being referenced to
source control.
In previous versions of Visual Studio, I recall these projects having a
References folder where we could reference the other Projects in the
solution. This is how we ADDED the reference to this web service, but the end
result is the DLL in the BIN folder instead of a project reference in a
References folder.
My end goal is to be able to retrieve the solution from source control,
build it, and deploy it, without having to check DLLs into source control.
Any insights into the subtitles that I missed in how 2005 works now?
Thanks!