Monodevelop 5.x and ASP.NET MVC

I compiled Monodevelop (5.7) from Git on my Ubuntu 14.04 and tried to build ASP.NET MVC. It looks like the project template uses the latest ASP.NET MVC libraries from NuGet, which is version 5. The default template looks like it works well.

However, there is a problem with the plugin. Whenever I try to add controllers or views, I get

error / tmp / 53c43c27 / 3ede2dab.0.cs (33,33): Error: Microsoft.VisualStudio.TextTemplating.GeneratedTextTransformation15b3c7de.Initialize()': cannot change access modifiers when overriding

public 'inherited member' Microsoft.VisualStudio.TextTemplating.TextTransformation.Initialize () '

+3


source to share





All Articles