SSIS loses file reference when opening script task

匿名 (未验证) 提交于 2019-12-03 08:46:08

问题:

We use a custom audit assembly (C#) for logging several kinds of actions within SSIS in script tasks.

We post build the custom assembly in the GAC (for runtime) and to the public assemblies area of the IDE (VS2008) for design time file referencing. After the postbuild is done the custom assembly is available for use in runtime and for designtime in the .NET tab of the file reference popup.

However, after re-opening the script task, the file reference is gone in the list and the script doesn't compile.

How's that possible ?

回答1:

Seems liks a bug in SSIS, but I have a workaround here:

Just click Save All instead of just closing the popped up IDE C# editor.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!