Re: Problem accessing Access database from VB2005
- From: "Michel Posseth [MCP]" <MSDN@xxxxxxxxxxx>
- Date: Wed, 1 Oct 2008 22:40:16 +0200
Vista has WDAC , and WDAC has no ADOX and you can`t install MDAC ( as it
is a lower version )
see this thread
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=974386&SiteID=1
the solution seems to be to use
tlbimp msadox.dll /out:ADOX28.dll
Then put this ADOX28.dll file on your development machine and add reference
to it.
however you should do this on a XP computer wich has MDAC 2.8 installed and
then copy the resulting assembly to the vista machine
( this is how i understood it )
regards
Michel Posseth [MCP]
http://www.vbdotnetcoder.com
"John Dann" <news@xxxxxxxxxxxxx> schreef in bericht
news:qnb7e4pfabmkfp6s75al6m9i9jgb7hdpgk@xxxxxxxxxx
We've got a VB2005 program written some time back that we're trying to
do some maintenance on still from within VB2005 but now running on a
Vista Business PC (which I think may be relevant to the problem).
When we go to start up the project from within the VS environment
there are several build errors relating to an inability to find the
ADOX library. I can't remember without hours of reorientation and
checking back whether this was a part of MDAC or should be accessible
from System.Data.OleDB. If it was MDAC then this is something that may
have changed in a Vista environment because IIRC the traditional MDAC
calls no longer work in the same way.
Anyone recognise this problem please and can suggest a fix?
Many thanks
JGD
.
- Follow-Ups:
- Re: Problem accessing Access database from VB2005
- From: Michel Posseth [MCP]
- Re: Problem accessing Access database from VB2005
- References:
- Problem accessing Access database from VB2005
- From: John Dann
- Problem accessing Access database from VB2005
- Prev by Date: Re: Proportional Forms
- Next by Date: Re: Problem accessing Access database from VB2005
- Previous by thread: Problem accessing Access database from VB2005
- Next by thread: Re: Problem accessing Access database from VB2005
- Index(es):
Relevant Pages
|