I have a project using StructureMap working well (Testing Console App). When I create a second project (windows service) with a reference to Structure Map the first project dies with compile errors because it cant find StructureMap. If I re add a reference to the DLL to the first project the second dies in a similar manner.
The DLL is being referenced from a directory in the project root....
Anyone know how to fix this annoying (really really annoying problem)?