could not load file or assembly 'System.Text.Encoding.CodePages' in c#

前端 未结 0 636
一生所求
一生所求 2021-02-15 18:15

I have some code that retrieves a excel file and puts into a datatable. like this.

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
using(var stream         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题