J
John Dann
I have a VB.Net application that primarily uses ado.net to manipulate
an Access/JET database. It uses adox to create a new empty database if
one doesn't already exist. This works fine on the development machine
but on trying a test deployment (to a Win2K PC) the step to create the
new database fails as an unhandled exception with the error
'Interop.ADOX or one of its dependencies was not found'
Now AFAICS interop.adox.dll was included as part of the .msi
installation package and can be found in the application folder.
MSadox.dll wasn't for some reason packaged (actually I think it was a
permissions problem) but I moved it manually to the program folder.
Obviously something is not right in this scheme of things. Can anyone
suggest where to look first.
TIA
JGD
an Access/JET database. It uses adox to create a new empty database if
one doesn't already exist. This works fine on the development machine
but on trying a test deployment (to a Win2K PC) the step to create the
new database fails as an unhandled exception with the error
'Interop.ADOX or one of its dependencies was not found'
Now AFAICS interop.adox.dll was included as part of the .msi
installation package and can be found in the application folder.
MSadox.dll wasn't for some reason packaged (actually I think it was a
permissions problem) but I moved it manually to the program folder.
Obviously something is not right in this scheme of things. Can anyone
suggest where to look first.
TIA
JGD