Shampy
06-21-2003, 06:20 AM
I have wrote one program in VB. Created setup through Package & Deployment Wizard of Microsoft Visual Studio 6.0 Tool. Installing of this program was perfect. When program was executed it displayed error 'Active-X Component can't create'. what this error can be?
I have wrote one program in VB. Created setup through Package & Deployment Wizard of Microsoft Visual Studio 6.0 Tool. Installing of this program was perfect. When program was executed it displayed error 'Active-X Component can't create'. what this error can be?
Some of the Dependencies of your Program are either not Packaged properly or not registered. Please select all the .oxc,.dll dependencies of any controls you are using in the Package.
Shampy
06-23-2003, 11:31 PM
I have wrote one program in VB. Created setup through Package & Deployment Wizard of Microsoft Visual Studio 6.0 Tool. Installing of this program was perfect. When program was executed it displayed error 'Active-X Component can't create'. what this error can be?
Some of the Dependencies of your Program are either not Packaged properly or not registered. Please select all the .oxc,.dll dependencies of any controls you are using in the Package.
23rd June 2003:
I have included all the .dll, .ocx. but error is still there. can it be because of the setup was created on NT platform and was installed on 9x platform.
Answer pls