I think I have an idea of what is causing this. I believe msadox.dll is
missing on the target system. My package and deployment project gives the
following error when I try to build with a reference to ADOX included. Any
information on how to resolve this?
C:\2005 WGI\CGPrograms\InstallCGLabels\InstallCGLabels.vdproj 'MSADOX.DLL'
should be excluded because its source file 'C:\PROGRAM FILES\COMMON
FILES\SYSTEM\ADO\MSADOX.DLL' is under Windows System File Protection.
Wayne
> I have a VB.NET app that includes the option for the user to create a new
> Access DB file for use. On some systems the user gets an error that a
[quoted text clipped - 9 lines]
>
> Wayne
These articles may help:
HOW TO: Create a Microsoft Access Database Using ADOX and Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;317867
You might also have to redistribute MDAC to ensure your clients are running
the same version as you are using while developing:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mdacsdk/htm/wph
istory_redistributemdac.asp
Thanks,
Sam

Signature
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
> I have a VB.NET app that includes the option for the user to create a new
> Access DB file for use. On some systems the user gets an error that a
[quoted text clipped - 9 lines]
>
> Wayne
Wayne Wengert - 17 Oct 2004 23:16 GMT
am;
That is exactly what I had done. The problem is that I get the error that
msadox.dll cannot be copied.
Wayne
> These articles may help:
>
[quoted text clipped - 3 lines]
> You might also have to redistribute MDAC to ensure your clients are running
> the same version as you are using while developing:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mdacsdk/htm/wph
istory_redistributemdac.asp
> Thanks,
>
[quoted text clipped - 14 lines]
> >
> > Wayne