First Time Using User Controls

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

I downloaded and added a user control from:
http://www.codeproject.com/vb/net/PictureHoverButton.asp

Now when I try to drag and drop the control on to my form I get the
following error:

The user control 'ProjectTest3.PictureHoverButon' could not be loaded.
Ensure that the library containing the control has been built and a project
refference has been made to the library containing the control.

I don't see anything under refferences and I'm not sure what "building"
entails?

Please help!
Justin
 
Hi,

Open the User control project. In the build menu on top select
build solution. This will compile the usercontrol so you can add it to the
form.

Ken
-----------
I downloaded and added a user control from:
http://www.codeproject.com/vb/net/PictureHoverButton.asp

Now when I try to drag and drop the control on to my form I get the
following error:

The user control 'ProjectTest3.PictureHoverButon' could not be loaded.
Ensure that the library containing the control has been built and a project
refference has been made to the library containing the control.

I don't see anything under refferences and I'm not sure what "building"
entails?

Please help!
Justin
 

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