I am developing a windows phone app (The solution consist of two projects, i am referring one project in the other) with sqlite as the Database. The App runs only on the ARM platform. In Debug mode the app runs fine on the device and all functionalities of the app appears working but when i change it to Release mode i get the following error
Deployment optimization failed due to an invalid assembly. Rebuild your source projects and try again.
I rebuild the project several time but getting the same error on Release mode. I found this and tried it but couldn't solve my issue., I also removed all the unused assemblies in my .cs files. how can i fix this ? what am i doing wrong ?