Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to inherit an MDI ChildForm from another project
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
How to inherit an MDI ChildForm from another project
Miscellaneous
Thread ID:
00947186
Message ID:
00947186
Views:
53
All:

I have a .NET solution called "MCSF". I want to organize this in a way so not all of my forms and class libraries are not included into one project.

So far I have one project in my solution and I have a Mdi_ChildBaseForm.cs in the MCSF project. I know how to "Add Inherited Form" and add it to the MCSF project.

However, after I add a new class project "MCSF_Schools" to the MCSF solution and try to "Add Inherited Form" from the "MCSF" project to the "MCSF_School" project it does not work.

First the inheritance picker complains that there are NO "built assemblies". When I try to "Browse" for the MCSF.exe I can get the Mdi_ChildBaseForm into the picker, but when I click OK I get this error message:

ERROR:
Unable to add reference 'MCSF' to the current application. Check that a different version of 'MCSF' is not already referenced.

Can I add an "inherited form" from another project?

Thanks!

--Paul
Next
Reply
Map
View

Click here to load this message in the networking platform