Namespaces not recognized!

Hello all,

I am trying to invoke some code but always UiPath cant recognize namespaces all namespaces are imported for example was try bulk insert
(Bulk Insert Uipath - #4 by Pablito)
but my code activity cant recognize system.data.sqlclient!
even i try to use using… name space the same issue
no i have to wrtie it this way System.Data.SqlClient.SqlConnection
i cant do using SQLconnection…

is this general bug or ! any work around it !

Thanks in advance.

@Hazem_Saleh , Try this
Right Click on Dependencies and select the import namespaces, it will automatically import the namespaces.
Though facing an issue, close the Studio and restart the machine. And try it.
image

Thanks for answering ,
i hade to remove and re impot them again, the issue is solved but very strange i had to that .

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