以下代码行导致错误消息
动态程序集中不支持调用的成员。
在Visual Studio 2019中执行时。但是,如果在Visual Studio 2017中执行,则代码可以正常运行。目标框架是.Net Framework 4.5.1。
excelApp = new Microsoft.Office.Interop.Excel.Application();
excelDatei = excelApp.Workbooks.Open(file);
//This line causes the error
excelBlattSchaechte = excelDatei.Sheets["sheetname"];
答案 0 :(得分:0)
尝试将新项目创建为.NET Framework。