Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
1.80/5 (2 votes)
See more:
The error is: Could not load file or assembly 'Microsoft.Office.BusinessApplications.Runtime, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' or one of its dependencies. The system cannot find the file specified. (C:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\VSTOInstaller.config line 10)

Thanks in advance...
Posted
Comments
Kornfeld Eliyahu Peter 10-Jun-14 6:21am    
Do you have VSTO installed on your computer?
NayanRana 10-Jun-14 6:23am    
Yes
Kornfeld Eliyahu Peter 10-Jun-14 6:25am    
Open C:\Program Files\Common Files\Microsoft Shared\VSTO\10.0\VSTOInstaller.config at line 10 and see what file is missing...
NayanRana 10-Jun-14 6:36am    
here is line 10 of file
<add prefix="https:" type="Microsoft.Office.BusinessApplications.Fba.HttpFbaRequestCreator,Microsoft.Office.BusinessApplications.Fba,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c">
NayanRana 10-Jun-14 6:38am    
add prefix = "https:"
type= microsoft.office.BussinessApplicatio.Fba.HttpFbaRequestCreator,Microsoft.Office.BusinessApplications.Fba,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c"

1 solution

1. Uninstall Visual Studio Tools for Office Runtime
2. Delete the complete VSTO folder (C:\Program Files\Common Files\Microsoft Shared\VSTO) - IMPORTANT
3. Install Visual Studio Tools for Office Runtime again
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900