ADODBCould not load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly

后端 未结 6 768
渐次进展
渐次进展 2020-12-09 03:07

I\'m trying to read an ADOBD.Recordset object like this (my first time, so pardon my \"noobness\" :D):

Presentation.Category categorySvc = new Presentation.C         


        
6条回答
  •  借酒劲吻你
    2020-12-09 03:48

    Solved:

    Solution Explorer --> Show all files (Menu Item) --> Referances --> Adodb -->(properties) -->Embed Interop Types --> False.

提交回复
热议问题