|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
rdo: "run-time error '429': ActiveX component can't create object"Hello,
copied the vb project to a new computer and tried to compile, got the error on line Set Re = rdoEngine.rdoEnvironments(0) dao and ado work fine, any ideas how to fix this? "A. Ahola" <AAh***@discussions.microsoft.com> wrote in message You likely need to install the RDO component on the new computer.news:32AC0F73-B412-46A0-83A5-358467411158@microsoft.com... > Hello, > > copied the vb project to a new computer and tried to compile, got the error > on line > > Set Re = rdoEngine.rdoEnvironments(0) > > dao and ado work fine, any ideas how to fix this? Note the section on RDO in this article. http://support.microsoft.com/default.aspx?scid=kb;en-us;213846#XSLTH3148121122120121120120 Using this you should be able to create an install package. My advice is to create a separate install for RDO only. Helps keep your sanity. <smile> RDO is considered 'obselete' by MS. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmdac/html/data_mdacroadmap.asp You may be able to substitute the RDO with newer ADO technologies. -ralph
Show quote
Hide quote
"Ralph" wrote: Actually I mistyped something in the original package, the error occurs not > > "A. Ahola" <AAh***@discussions.microsoft.com> wrote in message > news:32AC0F73-B412-46A0-83A5-358467411158@microsoft.com... > > Hello, > > > > copied the vb project to a new computer and tried to compile, got the > error > > on line > > > > Set Re = rdoEngine.rdoEnvironments(0) > > > > dao and ado work fine, any ideas how to fix this? > > You likely need to install the RDO component on the new computer. > > Note the section on RDO in this article. > http://support.microsoft.com/default.aspx?scid=kb;en-us;213846#XSLTH3148121122120121120120 > Using this you should be able to create an install package. while compiling, but when i run the project with f5. If I try to compile, the error is "compile error: access denied" on the same line in rdoEnvironments(0). I do have rdo components on my machine, but for some reason they dont work. Reinstalling them havent done me any good. After google gived me multiple hits with the same problem but no solution, I think I just give up. Thanks for the info on the install package thingy though, never used it before, so even if it didnt help me in this problem, it will come in handy later. : ) > Actually the database connection was written originally in dao (by someone > My advice is to create a separate install for RDO only. Helps keep your > sanity. <smile> > > RDO is considered 'obselete' by MS. > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmdac/html/data_mdacroadmap.asp > > You may be able to substitute the RDO with newer ADO technologies. else than me) and luckily for me the dao code still exists. To maintain my sanity, ill think ill migrate back to even more obsolete technology : ) Thanks for the help, Amos Show quoteHide quote > > -ralph > > > > >
Show quote
Hide quote
"A. Ahola" <AAh***@discussions.microsoft.com> wrote in message
http://support.microsoft.com/default.aspx?scid=kb;en-us;213846#XSLTH3148121122120121120120
news:4FB0B9A7-2CCB-4AD3-B9FD-C82C922C64E4@microsoft.com... > > > "Ralph" wrote: > > > > > "A. Ahola" <AAh***@discussions.microsoft.com> wrote in message > > news:32AC0F73-B412-46A0-83A5-358467411158@microsoft.com... > > > Hello, > > > > > > copied the vb project to a new computer and tried to compile, got the > > error > > > on line > > > > > > Set Re = rdoEngine.rdoEnvironments(0) > > > > > > dao and ado work fine, any ideas how to fix this? > > > > You likely need to install the RDO component on the new computer. > > > > Note the section on RDO in this article. > > Show quote Hide quote > > Using this you should be able to create an install package.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmdac/html/data_mdacroadmap.asp
> > Actually I mistyped something in the original package, the error occurs not > while compiling, but when i run the project with f5. If I try to compile, the > error is "compile error: access denied" on the same line in > rdoEnvironments(0). > > I do have rdo components on my machine, but for some reason they dont work. > Reinstalling them havent done me any good. > > After google gived me multiple hits with the same problem but no solution, I > think I just give up. > > Thanks for the info on the install package thingy though, never used it > before, so even if it didnt help me in this problem, it will come in handy > later. : ) > > > > My advice is to create a separate install for RDO only. Helps keep your > > sanity. <smile> > > > > RDO is considered 'obselete' by MS. > > > > To deter any future 'flames'. I want to state for the record that "obsolete"> > You may be able to substitute the RDO with newer ADO technologies. > > Actually the database connection was written originally in dao (by someone > else than me) and luckily for me the dao code still exists. To maintain my > sanity, ill think ill migrate back to even more obsolete technology : ) > > Thanks for the help, > > Amos > > > > > -ralph is MS's word, not mine. <g> There is still a ton of developers using DAO with well proven performance and stability. It may be an old Ford pickup going on its third bed-liner, but it still gets the job done. <g> -ralph |
|||||||||||||||||||||||