ADODBCould not load type 'ADODB.FieldsToInternalFieldsMarshaler' from assembly

后端 未结 6 793
渐次进展
渐次进展 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

    I got this problem clearing temporary file(VS 2017). Solution for this exception you need to change Solution Explorer > References > adodb > "Then Right click and choose properties" > Embed Interop Types, set "True" to "False"

提交回复
热议问题