[RESOLVED] cant load msado.tlh
I cant seem to make this statement work in a header file (Visual Studio 2010):
#import "msado15.dll"
Ive also tried the full path to msado.dll. Ive tried to clean the solution and full recompile. I looked in the target path and msado.tlh isnt getting generated.
The error is:
IntelliSense: cannot open source file "c:/Users/john smith/documents/visual studio 2010/Projects/try7db/try7db/Debug/msado15.tlh" c:\users\john smith\documents\visual studio 2010\projects\try7db\try7db\database.h
can someone tell me what Im doing wrong?
btw my ultimate goal is to connect/read/write to an existing SLQCE database.
Thanks in advance for any help!