The dll has the dependency with System.Data.SqlClient namespace is not getting imported through .NET DLL Importer and getting below error message. Could you help us to fix the issue?
The dll has the dependency with System.Data.SqlClient namespace is not getting imported through .NET DLL Importer and getting below error message. Could you help us to fix the issue?
Only "simple" data types can be passed between PB & .Net modules. You cannot pass object classes as neither PB or .Net can understand each other's classes.
Regards.... Chris
One solution is to include the corresponding assembly alongside the DLL you're trying to import.
Regards - Francisco