I wanted to give you the results of my changing the UIPA to derive from the Standard form.It looks like this:
public class WindowsFormView : StandardForm, IView
It builds, but I get two warnings:
base type MicroFour.Strataframe.UI.Windows.Forms.BaseForm is not CLS compliant.
Any idea on the severity of this?
Also I added three references to Microfour base, business and UI from the GAC. When your using standard form what are the minimum references you need?