Do you have a correctly structured common code assembly?
Last updated by Brady Stroud [SSW] 8 months ago.See historyYour common code assembly should be divided into the following sections:
-
Common (e.g. SSW.Framework.Common)
- Code which is not UI specific
- Example: Code to convert a date into different formats
-
CommonWindows (e.g. SSW.Framework.WindowsUI)
- Example: Base forms which are the same for all products, wizard frameworks
-
CommonWeb (e.g. SSW.Framework.WebUI)
- Example: Generic XML-based navigation components
For more information see Do you have a consistent .NET Solution Structure?.