Run Time Error 429
-
Hi, I have a VB Program In Which I am Using Some User Created Dlls,I made it in to a Setup Package and It was working properly, Later I made some Changes in the Functionality of a Function in DLL(I did'nt made any Changes in Function Name) and Created a New DLL with Same Name. I have unregistered the Old Dll,Deleted it,Copied my New DLL to the Same Location and Registered it, At my PC(developer's PC) The program is Working Properly,But on User's PC in which I had installed my Program its Showing a Error "Run Time Error 429 : Active X cannot Create The Object" error. Please look in to the Problem.
-
Hi, I have a VB Program In Which I am Using Some User Created Dlls,I made it in to a Setup Package and It was working properly, Later I made some Changes in the Functionality of a Function in DLL(I did'nt made any Changes in Function Name) and Created a New DLL with Same Name. I have unregistered the Old Dll,Deleted it,Copied my New DLL to the Same Location and Registered it, At my PC(developer's PC) The program is Working Properly,But on User's PC in which I had installed my Program its Showing a Error "Run Time Error 429 : Active X cannot Create The Object" error. Please look in to the Problem.
Is the dll set to 'binary compatability'? I think the default is 'Project compatibility' which would mean if you changes the dll you would also need to recompile the project that it is used in. You can change to 'binary compatability' from 'project properties' and chose the 'component' tab. Jon