Purvi
Purvi

Reputation: 37

c# framework 4.5 not include System.Web.Extensions

I try to add System.Web.Extensions in my vs2012 C# desktop application but it give me error. "The type or namespace name 'Extensions' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) " . I already add Ajax toolkit in reference. My application framework is 4.5 full not client reference. Please help me out for this error.

Upvotes: 0

Views: 2597

Answers (1)

Sham Sunder
Sham Sunder

Reputation: 102

System.Web.Extensions is obsolete in 4.5.

Please see this MSDN link, it describes each member replacement.

Upvotes: 3

Related Questions