ADO.net
If you using ado.net and are getting this error
Could not load type ‘ADODB.FieldsToInternalFieldsMarshaler’ from assembly
You need to go to your project references-> Embed Interop Types: false.
Once you do this it will fix your issue.
ADO.net
If you using ado.net and are getting this error
Could not load type ‘ADODB.FieldsToInternalFieldsMarshaler’ from assembly
You need to go to your project references-> Embed Interop Types: false.
Once you do this it will fix your issue.