c# - Asp.Net Core 1.0 Error "Failed to make the following project runnable" -
i'm coming for problem have.
i posted problem in cli of dotnet it's been 10 days+ of moment of writing , have no answer.
i have project dependencies on .net 4.5 , worked in rc1 , rc2. trying move rtm (1.0), have error project can't made runnable because runner can't find specific dll. project compiles fine. doing dotnet run
fails
it looks dll in library app (site) uses, xxx.v15.4, version=15.4.0.0, culture=neutral, publickeytoken=b881323kd82k.dll
not exist. however, xxx.v15.4.dll
exists fine.
copying xxx.v15.4.dll
xxx.v15.4, version=15.4.0.0, culture=neutral, publickeytoken=b881323kd82k.dll
makes project run.
the dll it's trying load third party library used in library app (site) uses.
any idea of how make project runnable?
thank you!
i faced same problem, , thought problem lied in project.fragment.lock.json or in project.json, in case problem incorrect project.lock.json files.
it seems after addition of new nuget packages these files need recreated.
when deleted these files, packages have been restored correctly, , solution built.
hope someone.
Comments
Post a Comment