Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

No, System.Data.OleDb is a .NET Framework library that needs to be installed on each individual computer that is running the application that refers to that library. It is not possible to globally install it. However, if your application is deployed as a standalone installer, you can include the necessary .NET Framework libraries in the installation package to ensure that they are installed on the user's computer along with the application.