ADO question
-
Anyone knows why am i getting this exception while using ado and what to do ? Exception thrown for classes generated by #import Code = 8007007e Code meaning = The specified module could not be found. Source = (null) Description = (null) Thank you ! Also another question ---> which app posts the ado210.chm in the sysyem/ado folder ?
-
Anyone knows why am i getting this exception while using ado and what to do ? Exception thrown for classes generated by #import Code = 8007007e Code meaning = The specified module could not be found. Source = (null) Description = (null) Thank you ! Also another question ---> which app posts the ado210.chm in the sysyem/ado folder ?
The error code is returned from LoadLibrary when it either doesn#t dind the DLL to load itself, or some implicitely linked DLL is missing. When using COMponents, when you create an instance this usually indictaes that a control is registered, but not properly installed (either the physical .dll/.ocx is missing, or it implicitely links to a missing DLL) If it happens at interface marshaling/QueryInterface, it could be a missing proxy/stub DLL.
"Der Geist des Kriegers ist erwacht / Ich hab die Macht" StS
sighist | Agile Programming | doxygen -
Anyone knows why am i getting this exception while using ado and what to do ? Exception thrown for classes generated by #import Code = 8007007e Code meaning = The specified module could not be found. Source = (null) Description = (null) Thank you ! Also another question ---> which app posts the ado210.chm in the sysyem/ado folder ?
BlackRider wrote: Also another question ---> which app posts the ado210.chm in the sysyem/ado folder ? Try (re)installing MDAC (Microsoft Data Access Components), it might be the one which installs the chm file as well.