Problem with external class file

  • Thread starter Thread starter Roger
  • Start date Start date
R

Roger

Hi,
I'm trying to import a namespace from an external class file, but I get the
following error when calling its methods:

BC30451: Name [Class] is not declared


How do correctly import a custom namespace?


Roger
 
Roger said:
Hi,
I'm trying to import a namespace from an external class file, but I get the
following error when calling its methods:

BC30451: Name [Class] is not declared


How do correctly import a custom namespace?


Roger
You have to set a Reference to it, right-click on References...
 

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