- I have two projects in my solution, project1 and project2.
- Project2 tends to self host with Owin.
- I have enable CORS using Microsoft.Owin.Cors package.
- Both project have Microsoft.OWIN 3.0.1 and Microsoft.AspNet.Cors 5.2.3.
- Then, I copy my project2.exe to project1's debug folder and call prorject2.exe from project1.
Then, then the exception box rises when trying to call project2.exe.
The message is that it requires System.Web.Cors version 5.0.0.0 assembly.
- When I downgrade the Microsoft.AspNet.Cors to 5.0.0.0, it again says it requires Microsoft.Owin version 2.0.2.
Why does this occur and how do I fix this version conflict? Both the projects is built under .Net Framewrok 4.5.2.