本文介绍了使用Excel Interop的SSIS Scipt任务 - 使用Excel 2016对象和使用specfic GAC_MSIL dll的区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

研究员SSIO,

我使用SSIS和Excel Interop自定义加载Excel工作表的脚本任务。

I use SSIS and a script task for Excel Interop custom loading of Excel sheets.

我已经开始讨论在使用Excel Automation(Excel 2016)对象库时VS 2015调试的工作方式不同。 它会阻止调试代码。

I have started a discussion about how VS 2015 debugging works differently when using Excel Automation (Excel 2016) object library.  It prevents Debugging the code.

杨在我的下面的问题中提供了一个解决方法。他的工作很好。

There was a work around provided by Yang in my below question. His work around is good.

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/87c75ea5 -d00e-4307-bcd1-477f5ca112cf / debug-failure-in-ssis-scripttask-when-using-microsoft-excel-reference-interop?forum = sqlintegrationservices

My问题是使用实际的Excel 2016对象(interop com)与使用
C 相比有什么不同: \ Windows \ assembly\GAC_MSIL\Microsoft

My question is that what is the difference of using the actual Excel 2016 Object (interop com) as compared to usingC:\Windows\assembly\GAC_MSIL\Microsoft.Office.Interop.Excel\15.0.0.0__71e9bce111e9429c

使用此特定GAC_MSIL dll的缺点是什么

MG

推荐答案

您的查询整合服务如何相关?

How is your inquiry Integration Services related?


这篇关于使用Excel Interop的SSIS Scipt任务 - 使用Excel 2016对象和使用specfic GAC_MSIL dll的区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 18:10