Hi, im new in vb and i have created an application and i try to deploy it using package and deployment wizard..but there's an error which is "Unexpected error number 429 has occurred : Active X object can't create object". Anyone help me..
Printable View
Hi, im new in vb and i have created an application and i try to deploy it using package and deployment wizard..but there's an error which is "Unexpected error number 429 has occurred : Active X object can't create object". Anyone help me..
Thread moved to Application Deployment forum
You haven't deployed all the dependencies for your project...
What do you mean by that? How can i deploy it
You have to add all the dependencies for your project to your installation package.
ok..May i know what dependency is?
A dependency is a dll/exe/ocx that is your exe/dll/ocx needs in order to run. Without it, the area of your app that uses that control will not function correctly.
How can i dependency them all?