Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Im tying to use [using System.Linq;] namespace in ssis 2008 scrip task when im type it manually it shows error such as

Error 1 The type or namespace name 'Linq' does not exist in the namespace 'System' (are you missing an assembly reference?)
Posted

1 solution

Finally i found the solution by myself its very simple..
1.open the scriptask page where you want to add system.linq namespace
2.right side project explore windos you can find the properties for that scrip page
3.Right click properties and click open
4.It opens one window there change TARGET FRAMEWORK from .net 2.0 framwork to .net 3.5 or higher
5.then click ok
6.now you can export the namespaces we need also add the refrences of required dll files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900