Getting error: CS1061

Posted by coure06 on Stack Overflow See other posts from Stack Overflow or by coure06
Published on 2010-05-15T11:35:04Z Indexed on 2010/05/15 11:44 UTC
Read the original article Hit count: 590

Filed under:
|

Refer to
http://stackoverflow.com/questions/369794/good-and-full-implementation-of-rss-feeds-in-asp-net-mvc

Check the answer of Trevor de Koekkoek.

I am getting this error CS1061: 'object' does not contain a definition for 'Items' and no extension method 'Items' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about c#