c# - No service for type 'Microsoft.Framework.Runtime.ILibraryManager' has been registered -
i'm doing project on new version of asp.net. i'm getting annoying error when run new empty asp.net project. there's nothing else in project generated code... tried changing clr's, nothing helps.
i'm getting error:
server error in '/' application.
no service type 'microsoft.framework.runtime.ilibrarymanager' has been registered.
description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.
exception details: system.invalidoperationexception: no service type 'microsoft.framework.runtime.ilibrarymanager' has been registered.
source error:
an unhandled exception generated during execution of current web request. information regarding origin , location of exception can identified using exception stack trace below.
stack trace:
[invalidoperationexception: no service type 'microsoft.framework.runtime.ilibrarymanager' has been registered.]
system.web.httpruntime.hostinginit(hostingenvironmentflags hostingflags, policylevel policylevel, exception appdomaincreationexception) +303[httpexception (0x80004005): no service type 'microsoft.framework.runtime.ilibrarymanager' has been registered.]
system.web.httpruntime.firstrequestinit(httpcontext context) +9940016 system.web.httpruntime.ensurefirstrequestinit(httpcontext context) +101 system.web.httpruntime.processrequestnotificationprivate(iis7workerrequest wr, httpcontext context) +261---------------------------------------------------------------------- i'm running 1.0.0beta5 clr x64 on windows 8.1.
does know how solve error?
when google 'microsoft.framework.runtime.ilibrarymanager' find several issues in github mentioning error. sounds happens when have mismatched packages, ie if still have beta4 packages listed in project.json
Comments
Post a Comment