I am currently trying to install an Office Add-In that will allow me to create TFS tickets right from my e-mail. The error message that I receive is:
The value of the property 'type' cannot be parsed. The error is: Could not load file or assembly 'Microsoft.Office.Business.Applications.Fba, Version = 14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. (C:\Program Files (x86)\Common Files\Microsoft\Share\VSTO\10.0\VSTOInstaller.exe.Config line10)
After installing Visual Studio Office Tools 2010 as an administrator, the add-in installer does not initialize. It simply opens and then closes in a matter of milliseconds.
Using Windows 10.
List of remedies I have attempted:
Ran Visual Studio Office Tools 2010 installation as administrator. (http://support.dataeverywhere.com/article/48-error-the-value-of-the-property-type-cannot-be-parsed)
Uninstalled and deleted directory. Then, I attempted to install the add-in again. (http://answers.microsoft.com/en-us/office/forum/office_2010-excel/microsoft-office-customization-installer-error/214f32ce-8271-4f20-871c-9f4d514923c2?auth=1)
Ran Add-in Setup as administrator. (https://social.msdn.microsoft.com/Forums/vstudio/en-US/ea33e391-21d7-4f54-92cb-c7af72f19c61/outlook-addin-developed-for-office-2010-can-not-install-using-clickonce-on-office-2013?forum=vsto)
Deleted config file. https://social.msdn.microsoft.com/Forums/vstudio/en-US/c26d3f76-be37-4e1b-9d9a-84edae351e18/problem-with-vstoinstallerconfig?forum=vsto
I've lost hope. I have no idea what to do now. Can someone please help me?