You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is with the latest VS2017RC update as of Dec 22.
Create a new empty solution.
Add an "Empty" ASP.NET Core Web Application (.net framework) project "WebApp".
Add a new Class Library (.NET Frameworkd) "LibA".
Add a new Class Library (.NET Frameworkd) "LibB".
Add a reference from WebApp to LibA.
Add a reference from LibA to LibB.
Building WebApp results in the following error message:
Cannot find project info for 'c:\users...\Solution1\LibB\LibB.csproj'. This can indicate a missing project reference. WebApp C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.Sdk.targets 82
If I add a reference from WebApp to LibB it builds without error.
In my real-world scenario I want to have my WebApp reference one specific project and not add the dozen other transitive project references that exist in my solution. I specifically want to avoid accidentally referencing types in those assemblies.
This scenario worked before, if that helps argue the point.
The text was updated successfully, but these errors were encountered:
This is with the latest VS2017RC update as of Dec 22.
Building WebApp results in the following error message:
If I add a reference from WebApp to LibB it builds without error.
In my real-world scenario I want to have my WebApp reference one specific project and not add the dozen other transitive project references that exist in my solution. I specifically want to avoid accidentally referencing types in those assemblies.
This scenario worked before, if that helps argue the point.
The text was updated successfully, but these errors were encountered: