Reputation: 6325
I wanted to get started with ASP.NET MVC but everytime I try the following error appears:
https://gist.github.com/Mythli/fd2010373157b819bf23
Is there any easy solution to this error?
Upvotes: 0
Views: 94
Reputation: 56716
Looks like you did not referenced MySql.Web
assembly. Add this reference and the error will go away.
Upvotes: 3