无法加载Excel工作表Visual Studio 2019

时间:2019-05-25 08:06:56

标签: c# excel visual-studio-2017 visual-studio-2019

以下代码行导致错误消息

  

动态程序集中不支持调用的成员。

在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"];

1 个答案:

答案 0 :(得分:0)

尝试将新项目创建为.NET Framework。