Metrolog has dependancy on Microsoft.Bcl.Compression and which is only supported by ARM and x86. But you can not run this under "Any CPU" architecture. My deployment target is Windows phone 8.0
To run windows store test locally you must need to compile app under "Any CPU" architecture. That's where complete test fails. Removing library is not an option for me because I used it heavily and at store publish time If I will do all changes then there might risk of breaking unexpected things.
Metrolog has dependancy on Microsoft.Bcl.Compression and which is only supported by ARM and x86. But you can not run this under "Any CPU" architecture. My deployment target is Windows phone 8.0
To run windows store test locally you must need to compile app under "Any CPU" architecture. That's where complete test fails. Removing library is not an option for me because I used it heavily and at store publish time If I will do all changes then there might risk of breaking unexpected things.
Kindly help me.