Problems building solution based on shared assemblies

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



This is my setup

Original Solution /w projects/assemblies:

App (Starting Project)
AppFrameWork
SharedAssemblyA
SharedAssemblyB
SharedAssemblyC
SharedAssemblyD

I had orignally tried creating a new Solution B and had run into the issues
mentioned in a related thread so I tried a SaveAs for SolA to SolB and
replaced
the App specific assemblies

AppB (Starting Proj)
AppFrameWorkB
SharedAssemblyA
SharedAssemblyB
SharedAssemblyC
SharedAssemblyD

I created all the references I need in AppB and the application runs. But
when I make changes to SharedAssembly B they don't get picked up when I run
the app nor do debug breakpoints. I can do a rebuild and see it update/fix
compiler errors. I tried setting the project dependencies on the AppB to
include all the assemblies but it still doesn't seem to do much.

If I go back to the original solutionA and compile then I pickup the
changes.

Any thoughts?

thanks

Jack


.