We are trying to create a Windows8 / Xaml application and have problems with a link to one library. Here is more detailed information about our problem:
I have a structure solution:
1) Win8 project
2) integration library
3) Web.Models library (it is a portable library shared with the web hosting of the web.api project)
Library 2) uses classes from 3)
Library 1) uses library 2)
therefore there is no direct correlation between 1) and 3)
Unfortunately, when I try to build my solution, I get an error message:
C: \ Projects \ PathToMyWorkspace \ ProjectWin8.csproj: XamlCompiler WMC1006 Error: Cannot resolve assembly or Windows metadata file 'Web.Models.dll'
- ?