MissingManifestResourceException on Windows Phone 8.1 with .resx resources

后端 未结 4 2116
野性不改
野性不改 2021-02-07 11:59

I\'m developing a Windows Phone 8.1 app that also targets Android(Xamarin)

As ever I added my string resources(.resx) on a PCL and referenced them on my launcher project

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-07 12:36

    I had the same behaviour. Today I created a new PCL Library (with another name) and copied the resx file to this project. I modified all references and everything just works fine in my WinRt (Windows Store) App now!

    There was the string 'resources' in the portable class library name. Perhaps this was the problem!

提交回复
热议问题