Problems building solution based on shared assemblies
- From: "Jack Addington" <jaddington@xxxxxxx>
- Date: Wed, 6 Jul 2005 15:59:15 -0600
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
.
- Prev by Date: Visual Studio 2005 & Team System
- Next by Date: Re: Detecting Windows Shutdown in Console Application -- How?
- Previous by thread: Visual Studio 2005 & Team System
- Next by thread: Drop shadow in a form
- Index(es):