Access Error when running windows program

Posted by JPJedi on Stack Overflow See other posts from Stack Overflow or by JPJedi
Published on 2010-03-31T13:33:40Z Indexed on 2010/03/31 15:03 UTC
Read the original article Hit count: 485

I have a windows form application that uses microsoft access for the database on the backend.

When I run that application I get an error that says access is not installed on the computer. I thought that if I included the reference that it will be included with what I release so the user would not have to have access installed.

How do I include the Access Runtime to be distributed/installed when my application is installed?

© Stack Overflow or respective owner

Related posts about ms-access

Related posts about windows-forms