Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

Migration from RC1 to RC2 references to .Net Framework 4.5.1 projects

$
0
0

Hello,

I have got a solution created on ASP.NET vNext RC1. I upgraded it to ASP.NET Core RC2. There are several .NET Framework 4.5.1 projects in solution. Solution is not working now because of this projects. I have two different behaviors:

1. There is wrap folder with project.json file for each .NET Framework 4.5.1 project. It was created under RC1. When I leave this folder as is references to .NET Framework 4.5.1 projects are resolved successfully in vNext project. Issue starts when I want to use any class from any of these project in ASP.NET vNext project. vNext project has reference but it cannot see any namespace from refrenced .NET Framework 4.5.1 projects.

2. When I delete wrap folder with project.json files for each .NET Framework 4.5.1 project restore references in vNext project fails It says "Unable to resolve 'assembly name' for '.NETFramework,Version=v4.5.1'

When I add new project based on .NET Framework 4.5.1 to the solution project is working. It means it does not work for my allready created project only.

Does anybody knows how to solve this?

 


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>