Hi there,
I can successfully build a VB6 application that relies upon several DCOM settings on the build machine, no problem.
However. The second time I try to run the same build process, it fails, as DCOM and/or IIS have locks on the output files that I'm trynig to rebuild.
Currently, if I log onto the build machine and reset iis (using iisreset or otherwise), this releases the locks on those output files, allowing the build to complete successfully.
Obviously, I don't want to have to log onto the build machine and certainly don't want to have to keep resetting IIS - is there another way around this?
Thanks.