Hello,

Am I doing something really stupid here, or is this not possible...

Within my Windows Mobile 5.0 Application, written in Visual Studio 2005 SP1, I am trying to create a BaseForm with all my other form's derive from, but I am getting the following error when I try and design a form which inherits from the base form:

The designer could not be shown for this file because none of the classes within it can be designed. The designer inspected the following classes in the file: LoginForm --- The base class 'FormBase' could not be loaded. Ensure the assembly has been referenced and that all projects have been built.

Now, I can design the base form no problems, and I don't get any errors when I try and build the application, but when I try and design the LoginForm, I get this error.

Any thoughts?

Thanks

Gary