I have an app that uses a referenced library. That library in turn references a .winmd library. Looking at the referenced library's IL, i can seee this reference: .assembly extern windowsruntime FlurryWin8SDK { .ver 0:9:0:0 } At runtime however, i am getting an exception: {"Could not load file or assembly [...] read more