System.Data.Common assembly missing

I’ve migrated a project from Legacy to Windows and System.Data.Common assembly is missing in almost all the workflows which is causing issues in the project and have to be updated few using Import in each workflow. Is there any way to update in all at one time or any way to fix this on project level instead of fixing individual workflows as it needs to be updated in hundreds of workflows.

Thanks.

Hi @Rohit_More

You are importing some of the Imports in the Import Panel.

Go to Data Manger panel, search for the Namespaces option in that click on 3 dots and Add namespace then give the namespace and click on it. It will add automatically to the whole Project.

Check the below image for better understanding,

Hope it helps!!

You can try a mass search and replace/edit on XAML Level e.g. with notepad++
Then namespace / Assembly reference can be added

TAKE BACKUP before doing any experiments

Thanks a lot @mkankatala :slight_smile:

It’s working perfectly and it saved lot of time.

1 Like

It’s my pleasure… @Rohit_More

Happy Automation!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.