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.