Skip to content

Asp.Net Core 1.0 Error "Failed to make the following project runnable" #6641

@DOMZE

Description

@DOMZE

Steps to reproduce

Have library in .NET 4.5 that uses a third party library that has an assembly name as XXX.v15.4.dll. The project builds properly, but when trying to run the project it looks for "XXX.v15.4, version=15.4.0.0, culture=neutral, publickeytoken=b881323kd82k.dll"

Note that it works in RC2 without a problem.

Expected behavior

It should look for "XXX.v15.4.dll"

Actual behavior

An error message comes up with the following:
Failed to make the following project runnable: PROJECT(.NETFramework,Version=v4.6.1) reason: Could not find file 'C:\Projects\MainBranch\BlahBlah\bin\Debug\XX.v15.4, version=15.4.0.0, culture=neutral, publickeytoken=b881323kd82k.dll'.

Environment data

dotnet --info output:
.NET Command Line Tools (1.0.0-preview2-003121)

Product Information:
Version: 1.0.0-preview2-003121
Commit SHA-1 hash: 1e9d529

Runtime Environment:
OS Name: Windows
OS Version: 6.1.7601
OS Platform: Windows
RID: win7-x64

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions