I have a task which creates a SSIS package using BIDS 2005. There are 2 problems when I work with BIDS 2005, but don't occur in BIDS 2008.
- Default language in Script Editor is Visual Basic (I prefer C#).
- When I click on the Design Script button, it closes current Script Task Editor and nothing happens.
My personal ideas are:
- SSIS 2005 doesn't support C# version to write custom code
- Bug in BIDS
Any suggestions?
SSIS 2005 only supports VB.NET (not C#) within Script Task or Script Component.
Make sure that you have Microsoft SQL Server 2005 Service Pack 3 installed on the machine that has BIDS. If not, download Service Pack 3 here and install it.