Could not load file or assembly 'System.Data.Olebdb, Version=7.0.0, Cultural = neutral, PublicKey=cc7b13ffcd2ddd51'

Hi 'every one ,
i want to convert excel as a database to write linkquries however i am not able to connect through this activity

Hi @venkatasai

Pleasse try to update the package to latest version and keep the runtime rule as lowest applicable version and please update the result.

Regards

Based on UiPath.Database.Activities.1.7.1 (the latest package version), it have in it the System.Data.Oledb.5.0.0 sub-dependency. If you have added explicitly the System.Data.Oledb.7.0.0, try to remove it and leave only the UiPath.Database.Activities.1.7.1.
Check which other package dependencies in your project have the System.Data.Oledb.7.0.0, and try to lower their version until you find one that has the System.Data.Oledb to 5.0.0 or lower.

Let us know the results.