inheriting forms

  • Thread starter Thread starter bill
  • Start date Start date
B

bill

When I try to add an inherited form using the inheritance picker, I get an
error:
"Reference error:"
"Unable to add reference '(source application of inherited form)' to the
current application. Check that a different version of (source application
of inherited form)is not already referenced. "

The form is in a VB.NET executable. I right-click the new project, click
Add-Add Inherited Form. The Add New Item dialog appears, I name the new
form, click Open, and the Inheritance Picker dialog appears. I browse to
the .exe containing the form I want to inherit, and the form is displayed in
the Inheritance Picker list. I double-click the form I want to inherit
from, and I get the error.

Thanks!
Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top