Could not find type error - does not make sense

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a vb.net 2003 project that produces the error:

Could not find type HCON.FormsLibrary.BusinessValidationErrorListView'.
Please make sure that the assembly that contains this type is referenced. If
this type is referenced, make sure that the project has been successfully
built'.

The class is in the project that produces the error! I cannot build it
because of this error. I have tried build and rebuild with the same result.

Help!
 
Nickpup

Have you set
Option Strict On
(Probably you see the error than in the code).

When it is already showed in the code, than set the reference using
Project -> Com -> and than find the dll.

I hope this helps

Cor
 

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