简体   繁体   中英

Are Windows Phone 8.0 DLLs compatible with Windows Phone 8.1 apps?

I have a Windows Phone 8.1 project, and a Windows Phone 8.0 library. I need to add it into my Windows Phone 8.1 project; but at runtime, I have the following error:

FileNotFoundException: could not load or assembly Microsoft.Phone, Version=8.0.0.0. The system cannot find the file specified.

So my question is simple: are 8.0 libs compatible with Windows Phone 8.1 app ? If not, what should I do ? Migrate them ?

If your project is Windows Phone 8.1 Silverlight, that it should work fine. If your project is Windows Phone 8.1 XAML (which seems more probable according to the error message) , then no, no way to use it without rewriting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM