BRubble88
Jan 30th, 2008, 10:41 AM
Hi
I have an application working OK on all platforms other than Vista that uses VB Data Designers. It gives a run time error 713 Object Defined Error when I try to run it.
So I have a created very short cut down version that just tries to connect through a DD to a database. To trace the problem the first line of code that actually runs is
Msgbox Detest.Conn1.Version
(where Detest is the name of the Data Env and Conn1 is the name of the connection).
I have placed a msgbox in the Initialise Event if the DD but it does not even get that far so I can only assume it is not even initialising.
I have tried installing it using PDW and I have tried running it as Administrator in Vista. I have registered msado15.dl (as it uses ADO 2.8) as Administrator - this is the only related dll listed in the References section of the IDE.
I have also registered msde.dll and msderun.dll as Administrator together with several others dll's that have been suggested through some other postings but it still will not run.
Does anyone have any suggestions, if I had any hair I would be pulling it out. Apologies if this should have been posted to another forum.
Thanks
I have an application working OK on all platforms other than Vista that uses VB Data Designers. It gives a run time error 713 Object Defined Error when I try to run it.
So I have a created very short cut down version that just tries to connect through a DD to a database. To trace the problem the first line of code that actually runs is
Msgbox Detest.Conn1.Version
(where Detest is the name of the Data Env and Conn1 is the name of the connection).
I have placed a msgbox in the Initialise Event if the DD but it does not even get that far so I can only assume it is not even initialising.
I have tried installing it using PDW and I have tried running it as Administrator in Vista. I have registered msado15.dl (as it uses ADO 2.8) as Administrator - this is the only related dll listed in the References section of the IDE.
I have also registered msde.dll and msderun.dll as Administrator together with several others dll's that have been suggested through some other postings but it still will not run.
Does anyone have any suggestions, if I had any hair I would be pulling it out. Apologies if this should have been posted to another forum.
Thanks