ActiveX controls are not loading

R

RAJ

Hi,
I am working on a source code written earlier in VB.net.While loading
some forms(already created with some controls on it), I am getting
the following error:
**************************************
An error occurred while loading the document. Fix the error, and then
try loading the document again.
The error message follows:
You do not have license to use this ActiveX control
**************************************
but code behind the forms are intact and loading.But none of the
controls(including Buttons,Dropdown list boxes and Grids)are loading
and displaying on the forms even in design time.
I also checked and added all the required references.
Please let me know any resolution, or suggestions to fix the error.
Thanks.
 
S

scorpion53061

Hi,
I am working on a source code written earlier in VB.net.While loading
some forms(already created with some controls on it), I am getting
the following error:
**************************************
An error occurred while loading the document. Fix the error, and then
try loading the document again.
The error message follows:
You do not have license to use this ActiveX control
**************************************
but code behind the forms are intact and loading.But none of the
controls(including Buttons,Dropdown list boxes and Grids)are loading
and displaying on the forms even in design time.
I also checked and added all the required references.
Please let me know any resolution, or suggestions to fix the error.

Hi RAJ,

Remove and readd the componenets and then rebuild at the project level.
 

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

Top