(There\'s a link at the bottom to a solution with repro of the problem.)
I\'ve been using a portable library with .resx resources for quite some time as it worked for bo
You can have .resx files in pcls, you just have to use the workaround explained on http://blogs.msdn.com/b/philliphoff/archive/2014/11/19/missingmanifestresourceexception-when-using-portable-class-libraries-in-winrt.aspx
Even with the latest VS 2013 (update 5) the mdil error will appear when trying to deploy Release packages.
MdilXapCompile.exe failed with error code 1004
To work around it you must compile your app using the store option and then use the Application Deployment tool to actually deploy it to the device.