Mythli
Mythli

Reputation: 6325

ASP.NET MVC4 "Getting Started" Configuration Error

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

Answers (1)

Andrei
Andrei

Reputation: 56716

Looks like you did not referenced MySql.Web assembly. Add this reference and the error will go away.

Upvotes: 3

Related Questions