Many Version of Application - Determine .dll running

  • Thread starter Thread starter loren.reeves
  • Start date Start date
L

loren.reeves

We have one main Application that is referenced to other Apps and there
are many different versions of this Application under different User's
Profiles in a Dev Enviornment. There was supposed to be a setup.exe
that was running as the QA version on the DEV box for everyone to push
new builds to this location. (This is a Service Application)

How can we determine which .dll the machine is using?
 
You should have one Code base used by all the DEV team.
So when your done with the coding work, create the setup project, which
has dependencies inside it for all the development projects. And give
this to QA, and QA will build its own Executable Project and Dlls and
will then do Testing and all over it.

So you ppl should communicate on the basis of the version of the Code
base instead of the binary versions and names.
 
Back
Top