I am using SS with ASP.NET MVC. I have all of my controllers inherit from the ServiceStackController. In the app host I am registering ControllerBuilder.Current.SetControllerFactory(new FunqControllerFactory(container));. But I am having issues with the Viewbag getting reset between the constructor and the action method.
See http://stackoverflow.com/questions/25569591/servicestackcontroller-in-mvc-5-viewbag-null-after-default-constructor-sets-valu
Thanks
Zoran Knezevic:
Thank you! I have fallen a bit behind the SS Versions. When do you think that commit will make it into a SS Release?
Should be fixed with this commit: https://github.com/ServiceStack/ServiceStack/commit/c2ad1b444ccca25737c714cf05f293beacf8badc
This change has just been deployed to MyGet at: https://github.com/ServiceStack/ServiceStack/wiki/MyGet
The next v4.0.31 release is expected next week.