Quantcast
Channel: Not seeing System.ServiceModel.Syndication in .NET 3.5? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by betelgeuce for Not seeing System.ServiceModel.Syndication in .NET 3.5?

The best solution I found to this was from this questionDOTNET 3.5: add a reference to the System.ServiceModel.Web.dllDOTNET 4.0: add a reference to the System.ServiceModel.dllIt worked for me then.

View Article



Answer by Darin Dimitrov for Not seeing System.ServiceModel.Syndication in...

If you have .NET 3.5 installed, the System.ServiceModel (V3.0.0.0) assembly should be in the GAC. Reference it from there and you will see the System.ServiceModel.Syndication namespace (you must have...

View Article

Not seeing System.ServiceModel.Syndication in .NET 3.5?

I'm trying to implement an RssResult that derives from ActionResult in ASP.NET MVC 1 & .NET 3.5, following this question. (There are some limitation on my company regarding the asp.net mvc...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images