Is it possible to access .NET 4 Framework references using BIDS 2005?
Specifically to trigger a WorkFlow.
I have a dll built in VS2010 using the .NET 4.0 and would like to access the methods/fields in it.
in VS2010 I would be able to Import System.Activities and use WorkFlowInvoker.Invoke
I need to be able to do this in BIDS 2005 using a Script Task?
The machine with BIDS has .NET 4 framework installed on it.
Is this possible?