I can't figure out how this side-by-side assembly stuff it
supposed to work.
I have a stack of four assemblies
A has no references
B references A & C
C References A & B
D References A, B and C
During a built I invariably end up with the wrong
assemblies in the final bin directory even though I have
hard-coded the version numbers for each component to avoid
breaking the build. Worse when I copy the correct
versions off the assemblies for A, B and C to the bin
directory for D and then open D in Visual Studio it,
without warning, copies the wrong versions of the files
back to the bin directory. I've wasted weeks with this
stuff - It makes figuring out the cause of problems really
rather tricky. And its not even a terribly complicated
object stack. How do I build it?
supposed to work.
I have a stack of four assemblies
A has no references
B references A & C
C References A & B
D References A, B and C
During a built I invariably end up with the wrong
assemblies in the final bin directory even though I have
hard-coded the version numbers for each component to avoid
breaking the build. Worse when I copy the correct
versions off the assemblies for A, B and C to the bin
directory for D and then open D in Visual Studio it,
without warning, copies the wrong versions of the files
back to the bin directory. I've wasted weeks with this
stuff - It makes figuring out the cause of problems really
rather tricky. And its not even a terribly complicated
object stack. How do I build it?
Comment