You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Global.asax.cs(5,34): error CS0234: The type or namespace name `HttpApplication' does not exist in the namespace `System.Web'. Are you missing an assembly reference?
I'm trying to deploy a ServiceStack app (https://github.com/kylehodgson/servicestack-todo-backend) to Heroku on the mono buildpack. The deploy fails with an error (and some warnings):
The full output is here: https://gist.github.com/kylehodgson/2b1e497bcf728fd9de4e
I'm getting similar errors with the TestingMono application too:
https://gist.github.com/kylehodgson/12b40d84abf0fa6685f2
Any ideas?
The text was updated successfully, but these errors were encountered: