[Obsolete("Doesn't work across multiple solutions", true)]

  • Thread starter Thread starter Womble One
  • Start date Start date
W

Womble One

Is there any way to get the 'Obsolete' attribute to work across multiple
solutions?
I currently have 70 solutions, each with 3 projects in them, and would like
to change some base architecture, letting the app developers fix their own
code over time.
It works great in the first solution, but any solution consuming classes
defined in an earlier solution does not respond to the attribute at all.
 
Womble,
It sounds like the other solutions are not getting a newer version of the
assembly where you put the Obsolete attribute.

Hope this helps
Jay
 
Yay! You are so right.
The one project I tested it on had our base architecture dll in its
directory.
 
Back
Top