The type or namespace name 'Syndication' does not exist in the namespace 'System.ServiceModel' After

Posted by schmoopy on Stack Overflow See other posts from Stack Overflow or by schmoopy
Published on 2010-04-19T14:04:18Z Indexed on 2010/04/19 18:13 UTC
Read the original article Hit count: 1377

Filed under:
|
|

Hello, i get the following error when trying to compile my asp.net site after updating the project from vs2008 to vs2010

The type or namespace name 'Syndication' does not exist in the namespace 'System.ServiceModel' (are you missing an assembly reference?)

I have the asp.net site targeting 3.5 framework (as it did in vs2008) I also added a reference to System.ServiceModel.Web

I also have these using statements at the top of my class: using System.ServiceModel; using System.ServiceModel.Description; using System.ServiceModel.Syndication; using System.ServiceModel.Web;

The last 2 complain with the error above, commenting them out produces errors (cannot find WebGet, etc.) like it flipflops.

Anyone have any ideas?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about syndication