"Kristopher Wragg" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> At the moment there isn't any interfaces being used, not sure how much
> work would be involved in moving that direction as I'm not actually
> working on the other dll developer from another office is working on
> it.
>
> There will only be extra functionality added to the classes, theres
> just one main class the other classes are for the property grid with a
> UITypeEditor etc...
>
> are there any other approaches? if not any more information regarding
> loading the dll's with reflection? it sounds not particulally the best
> idea in the world as the controls will be part of a designing tool
> where the end user can drag and drop these controls to make their own
> dynamically created views.
>
Are you incrementing the AssemblyVersion on each build? If so, stop doing
that. It's very bad practice. Use AssemblyFileVersion to track builds, and
only change AssemblyVersion when you want force recompilation of dependant
assemblies.
David
|