asp.net core - Method not found: 'Void Microsoft.AspNet.Razor.CodeGenerators.GeneratedTagHelperContext -


i upgraded project asp.net 5 beta 7 beta 8 , keep getting following error not able solbe:

missingmethodexception: method not found: 'void microsoft.aspnet.razor.codegenerators.generatedtaghelpercontext.set_htmlencoderpropertyname(system.string)'.  microsoft.aspnet.mvc.razor.mvcrazorhost..ctor(ichunktreecache chunktreecache, razorpathnormalizer pathnormalizer) 

i have following packages on project:

"microsoft.aspnet.mvc.taghelpers": "6.0.0-beta8", "microsoft.aspnet.razor": "4.0.0-beta8-15575", "microsoft.aspnet.razor.runtime": "4.0.0-beta8-15575", 

what missing?

remove razor , razor.runtime.

i used depenency

    "entityframework.commands": "7.0.0-beta8",     "entityframework.sqlserver": "7.0.0-beta8",     "microsoft.applicationinsights.aspnet": "1.0.0-beta8",       "microsoft.aspnet.authentication.cookies": "1.0.0-beta8",     "microsoft.aspnet.authentication.facebook": "1.0.0-beta8",     "microsoft.aspnet.authentication.google": "1.0.0-beta8",     "microsoft.aspnet.authentication.microsoftaccount": "1.0.0-beta8",     "microsoft.aspnet.authentication.twitter": "1.0.0-beta8",     "microsoft.aspnet.diagnostics": "1.0.0-beta8",     "microsoft.aspnet.diagnostics.entity": "7.0.0-beta8",     "microsoft.aspnet.identity.entityframework": "3.0.0-beta8",     "microsoft.aspnet.iisplatformhandler": "1.0.0-beta8",     "microsoft.aspnet.mvc": "6.0.0-beta8",     "microsoft.aspnet.mvc.taghelpers": "6.0.0-beta8",     "microsoft.aspnet.server.kestrel": "1.0.0-beta8",     "microsoft.aspnet.server.weblistener": "1.0.0-beta8",     "microsoft.aspnet.staticfiles": "1.0.0-beta8",     "microsoft.aspnet.tooling.razor": "1.0.0-beta8",     "microsoft.framework.configuration.abstractions": "1.0.0-beta8",     "microsoft.framework.configuration.json": "1.0.0-beta8",     "microsoft.framework.configuration.usersecrets": "1.0.0-beta8",     "microsoft.framework.logging": "1.0.0-beta8",     "microsoft.framework.logging.console": "1.0.0-beta8",     "microsoft.framework.logging.debug": "1.0.0-beta8",     "microsoft.framework.secretmanager": "1.0.0-beta8",     "microsoft.visualstudio.web.browserlink.loader": "14.0.0-beta8", 

Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -