problem with AppDomain.CurrentDomain.GetAssemblies()

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

At deisgn time, AppDomain.CurrentDomain.GetAssemblies() fills up with previous,
duplicate assembly versions on every rebuild. Is this behavior expected, or
perhaps indicative of something I'm not doing right? Is there a way to "flush"
the older versions?

Bob
 
Back
Top