I have built outlook add-in using Visual studio 2015 Professional Addition. And used Click once deployment to push to ftp location so that it can be auto updated when ever version change happens. It was working fine from past 3 years.
Now I am using Visual Studio 2015 community addition to do some changes and when I am trying to push changes I am getting error as
System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
I am using SQLlIte interop service and SQLLite3 database now it is not able to use that service.
Thanks in advance for the help