asp.net - Package tried to add reference to System.Runtime which was not found in the GAC -
asp.net 4.5.1 or 4.5.2
updating nuget package microsoftaspnet.identity.entityframework version 2.2.1 version 3.0.0-rc1-final
i following error:
failed add reference. package 'microsoft.aspnet.identity.entityframework' tried add framework reference 'system.runtime' not found in gac. possibly bug in package. please contact package owners assistance.
i had similar issue package.
i "solved" adding manually reference missed library, updating package , removing reference added manually:
on project go references -> add reference... , click on browse...
on installation (windows 10), file located on: c:\windows\microsoft.net\assembly\gac_msil\system.runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\system.runtime.dll
add, update , remove.
i know, not solution, allow continue working until real solution.
Comments
Post a Comment