I use a post build event to copy my merge modules to the c:\Program
Files\Common Files\Merge Modules\ folder. I add this to the search
path in each merge module project.
I'm getting circular references to the wrong merge module.
EDR.dll >>> EDR.msm
EDR.Geo.dll, includes reference to EDR.dll and 3rdParty.dll >>> EDR.Geo.msm,
picks up EDR.msm and 3rdParty.dll
EDR.Geo.Win.dll, includes EDR.Geo.dll >>> EDR.Geo.Win.msm, picks up EDR.msm
and EDR.Geo.dll
Second time I build, EDR.Geo.dll picks up EDR.Geo.Win.msm for the
3rdParty.dll stuff. This screws up EDR.Geo.msm so EDR.Geo.Win.msm does not
contain the correct files.
Does this make sense? Why don't the dependancies work with the search path?
Have I designed this wrong?
Richard
Archived from group: microsoft>public>vb>deployment