TobusBoulton
TobusBoulton

Reputation: 181

Compiler error ASP.NET MVC CS1525

I have just started up a new project and seem to be getting a compiler error from one of the files generated by Visual Studio. This view is accessible and readable by the current solution and I'm not quite sure how to go about solving this.

Error received

Upvotes: 1

Views: 228

Answers (1)

Nolan
Nolan

Reputation: 38

The error message states that you have a malplaced "=" inside the "Index.cshtml"-file. Find it and remove/replace it and it should be ok!

Upvotes: 2

Related Questions