Codepolice

Random posts from Ola in English. Mainly about programming and the web.

Custom Action Result do not run ExecuteResult and just returning ToString

All of a sudden all of my RssFeeds stopped working on AlternativeTo. All i got was the name of the type i returned from my MVC methods that should return a "RssResult". After some Googling i finally found the answer on Stack Overflow as usally.

The problem was that i used version ;MVC 2 in some of my projects (the one where the code for the Custom Action Result was located) and version MVC 3 in some other (the web project).

The thread on Stack Overflow about the issue.

Leave a Reply