Click here to Skip to main content
15,900,973 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please refer this link .

Library for scripting SQL Server database objects with examples[^]

i m working with .C# 3.0 i m try to use the above article code in .net 3.5 but the above code is developed on 4.0 so i m getting error.


C#
Error	The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly reference?)	D:\UseFulltools\DBScripter_Src\DBDocumentation\Main.cs	4	11	24


can you plz help me .
Posted

To best of my knowledge, there is no a way to do it. (Unless you have a full source code of Tasks :-).) This library is simply not available in .NET 3.5. By the way, the version of C# does not matter at all.

You need to install .NET Framework v.4.0, that's it. It requires XP or later version of Windows. How to do development if you don't have VS 2010? Well, you can use 1) free-of-charge Visual Studio Express 2010 (http://en.wikipedia.org/wiki/Visual_Studio_Express[^], http://www.microsoft.com/express/Windows/[^]); 2) SharpDevelop (http://en.wikipedia.org/wiki/SharpDevelop[^], http://sharpdevelop.com/[^]), 3) develop without IDE or create your own IDE — C# compiler is always bundled with .NET Framework (freely re-distributable).

—SA
 
Share this answer
 
v2
http://www.microsoft.com/download/en/details.aspx?id=24940[^]

i downloded rx for 3.5 and its solved my problem
 
Share this answer
 
Comments
Member 2522759 28-Aug-12 2:15am    
it works..thank you

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