| |
| ||||||
Using .NET Framework 3.5 in SSIS ScriptsThis is a discussion on Using .NET Framework 3.5 in SSIS Scripts within the BI Monkey forums, part of the CORTEX Blogs category; Thanks to Valentino Vranken who provides this useful post: Using A .Net 3.5 Assembly In SSIS 2008 By default SSIS Script Tasks / Components reference .NET Framework 2.0, which was ... |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Guru Join Date: Jun 2009
Posts: 135
![]() | Thanks to Valentino Vranken who provides this useful post: Using A .Net 3.5 Assembly In SSIS 2008 By default SSIS Script Tasks / Components reference .NET Framework 2.0, which was confusing me as I tried to implement a solution around managing times in different Time Zones which required the TimeZoneInfo Class which only exists in 3.5 and higher. (This was what I was trying to implement: Daylight Savings in Script Task). Because the script referenced .NET Framework 2.0 the TimeZoneInfo class wouldn’t work. Switch the target framework to 3.5 and bingo – all good. The tl/dr version: In your script component – while editing the script – open the Properties and change the Target Framework to 3.5 to use functions available in 3.5. Get More from the original blog... |
| | |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Open Payment Framework | Latest News Headlines | Business Activity Monitoring | 0 | 2nd May 2011 08:19 PM |
| iOS devices (iPhone, iPad, iPod Touch) will *never* allow scripts. ? [PREDICTION] | admin | Prediction Markets News Feeds | 0 | 11th March 2011 01:59 AM |
| SSIS ETL Framework v1 goes Beta! | James Beresford | BI Monkey | 0 | 9th August 2010 01:53 PM |
| Compliance Framework Manager | admin | 2010 Job Archive | 0 | 15th May 2010 09:50 AM |
| The BI Monkey SSIS ETL Framework | James Beresford | BI Monkey | 0 | 12th April 2010 01:49 AM |
| | |
| | |