Deploying apps with database access
ok well i have made an app which attaches to an access db and it is time to create a setup package. the curious thing is that when i add the primary output to the setup package, it puts the adodb.dll, interop.jro.dll assemblies and a msjro.dll file into the application directory. :confused:
I thought the framework was all that was needed to deploy a net app? does anyone know why they are bundled as well, and where are they copied to?
what about mdac, do i need to install that too, or are those dlls all that are required?