About 37,400 results
Open links in new tab
  1. VBA VS. VSTO what is the difference, should I upgrade?

    May 27, 2013 · VSTO using Visual Studio as the IDE seems to be the only alternative. So I seek to understand what is the difference between VBA and VSTO to know if it is worth me learning to use …

  2. How To Properly Sign And Deploy VSTO Addin - Stack Overflow

    Jun 18, 2023 · I have developed a vsto excel addin. this is what i do to deploy it on a new pc. copy all the files to local computer/folder here is my folder structure: then i added following info to registry: [

  3. is vsto still supported for windows desktop applications

    Nov 6, 2022 · Yes, VSTO is very much supported in Office 2016, 2019, 2021 and Office 365 (click-to-run). It is a fairly mature technology, so there isn't much new development going on, but it is still …

  4. How to troubleshoot a VSTO addin that does not load?

    Logging VSTO Alerts to a Log file To write the errors to a log file, set the VSTO_LOGALERTS variable to 1 (one). Visual Studio Tools for Office creates the log file in the folder that contains the application …

  5. office365 - How to troubleshoot a VSTO addin that does not load in ...

    May 26, 2020 · Microsoft Office applications can disable VSTO Add-ins that behave unexpectedly. If an application does not load your VSTO Add-in, the application might have hard disabled or soft …

  6. Newest 'vsto' Questions - Stack Overflow

    Visual Studio Tools for Office (VSTO) is a set of development tools for creating Office automation solutions (add-in or document customization), using .NET and the Visual Studio IDE.

  7. Deploy VSTO Add-In Without Signing Certificate? - Stack Overflow

    This is my first time trying to deploy a VSTO add-in to a user's system, and I am running into a security barrier. The add-in was built in Visual Studio 2019 Community Edition and is meant to integ...

  8. ms office - VSTO add-in silent installation - Stack Overflow

    Nov 13, 2015 · I've developed a VSTO addin with VS2012 signed by a DigiCert certificate. I need to deploy it to all the Enterprise users so the installer shouldn't prompt the user because it will fail since …

  9. VSTO 4.0 Runtime Download Missing from MS? - Stack Overflow

    Apr 17, 2014 · We have code that checks for the presence of the VSTO 4.0 runtime and downloads it, if missing. This has worked fine until today. It seems the VSTO runtime file has gone missing from MS. …

  10. c# - What is the difference between "Microsoft Office Developer Tools ...

    Visual Studio Tools for Office (or VSTO) is Microsoft's framework for managed add-ins in office applications, starting with Office 2003 with later versions supporting only Office 2007+. Apps for …