ClickOnce: unable to install or run the application, requires Microsoft.Vbe.Interop 14.0 to be installed
Just got this message开发者_如何学运维 today on user machines when pushing out an update to a ClickOnce VB.NET application.
No new references have been added, just some bug fixes.
Completely lost as to why this is now happening, any one have any ideas? Thanks and full message below.
System Update Required
Unable to install or run the application. The application requires
that assembly Microsoft.Vbe.Interop Version 14.0.0.0 be installed
in the Global Assembly Cache (GAC) first.
Note that this is only happening in XP machines, not Win 7.
The problem turns out to be that between the last update and now I installed Office 2010 on my computer and some users are still on 2007. Will solve this by making 2010 a prerequisite since I don't know how to get Interop 12.0.0.0 back on my machine and distributable.
Try to use this link to download package:
https://www.microsoft.com/en-us/download/details.aspx?id=18249
Full
https://www.microsoft.com/es-ES/download/details.aspx?id=48217
PLease install office 2010 ms word only ,at the install screen just customize it and select only word with .net feature.Let the installation complete and it should work fine.In doing so all existing word files will have a tendency to pick the last installation,hence do a repair to make sure u can use office 2013 for existing word files
精彩评论