简体   繁体   中英

Can ReSharper be used when editing SSIS script tasks?

I have ReSharper 6 installed and integrated with Visual Studio 2008 and Visual Studio 2010. I'm editing SSIS packages in VS2008 and some of them contain script tasks. When editing the script task, a Microsoft Visual Studio Tools for Applications (VSTA) application is launched which is lacking ReSharper integration. Does anyone know if ReSharper can be installed and used in this context?

Resharper works with Business Intelligence Development Studio for SQL Server 2012, primarily because SQL Server 2012 now uses the integrated Visual Studio shell for editing script files.

Anything before SQL Server 2012 does not use the integrated shell. VSTA and the isolated shell do not load additional plugins like Resharper, which is why it won't show up in BIDS for SQL Server 2008 R2 or earlier.

(In fact, the SSIS editor will create an entire temporary Visual Studio project and load it into the separate IDE as a complete, buildable solution.)

to expand on SpikeX's answer, the Visual Studio 2008 used for SSIS is a Shell Version of Visual Studio 2008. It won't support anything beyond Business Intelligence Studio projects. (Akin to the Express version of VS2008) Since it's not a full version of VS, it can't support Resharper.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM