RateMyApp 1.2.4 alpha prevents Windows Phone Universal App from being deployed to device when compiled in Release #45
Comments
Same issue here! |
This is because the wp8.1 solution changed its way of multilingual resource file format. Need to re-create the resource files to make it work. (if you don't do that, it works on simulator but not on real devices). The steps are:
hope it helps. |
Actually you would not need to delete the ResX files, you would simply re-organize them, and rename the extension. the file format stayed the same, the extension is needed for knowing which tools to use internally.I also assume that the toolkit is really not needed. Did these actually last week already, got busy and did not get any updates done. However, to save your time, I pushed them there now. Quick start with WPA81, apps, you could try the VSIX installed from : https://github.com/Microsoft/rate-my-app/tree/master/Source_WPA81/VSix_InstallationPackage |
I'm trying RateMyApp 1.2.4 Alpha (prerelease nuget) on a Windows Phone Universal App.
Everything seems to work fine when compiled and deployed to device in Debug,
but in Release mode it compiles ok but it fails when trying to deploy on a physical device with the following error message:
"Error : DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '\obj\Release\MDIL\MDILXapCompileLog.txt' for more details."
And the referenced compilelog file contains (excerpt):
"Error: Compile filter argument specified non-existent file: \obj\Release\MSIL\ar-SA\RateMyApp.resources.dll
Invalid argument"
The text was updated successfully, but these errors were encountered: