Ask Your Question
2

Is it possible to globally install System.Data.OleDb?

asked 2022-09-17 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-01-21 12:00:00 +0000

devzero gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-09-17 11:00:00 +0000

Seen: 19 times

Last updated: Jan 21 '22