Visual Studio Tools for Office announcement
-
Link
I'm pleased to announce that the official Office Developer Tools for Visual Studio 2012 is now available to download! For VSTO developers, this release brings .NET 4.5 support and design-time support for Office 2013, along with general design-time enhancements and bug fixes to the VSTO Runtime (released separately a few months ago via our download center and Windows Update; see KB 2796590 for information regarding the Runtime). We also heard your feedback from "Preview 2" of the tools, including the request to bring back the VSTO Runtime Bootstrapper into VS 2012 -- it is now back in the product.
Office Developer Tools for Visual Studio 2012 also includes tooling for the new apps for Office and apps for SharePoint projects, improvements to SharePoint Workflows, and more. You can read the official announcement for apps-related tooling on Soma’s blog post.
VSTO Office 2013 design-time support in Visual Studio 2012.
Note: Now that's we've added .NET 4.5 support to 2013, we've properly re-categorized the templates in the "New Project" dialog according to the .NET framework version that they support. So, if you're looking for the Office 2010 templates after installing the latest tools, be sure to adjust the ".NET Framework" dropdown to ".NET Framework 4.0". Again, to recap, both the 2010 and 2013 templates support .NET Framework 4.0, but only the 2013 templates support .NET Framework 4.5 -- and the "New Project" dialog respects that categorization.
I hope you enjoy using our new tools! If you have any questions or comments, please don't hesitate to reach out to us.
- Michael Zlatkovsky | Program Manager, Visual Studio Tools for Office & Apps for Office
-
Link
Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VSTO. Rest assured that VSTO continues to be alive and well. In fact, many existing automation scenarios continue to be best served by VSTO for now. At the same time, there are many exciting opportunities to look forward in apps for Office: for example, the ability to better integrate with web content and JavaScript/CSS libraries, support for host applications beyond the desktop versions of Office, and new distribution and monetization opportunities through the Office Store.
To learn more, please see the blog post: "Roadmap for Apps for Office, VSTO, and VBA". -
Link
I know the documentation for Office 2013 is still somewhat limited, but hopefully the following link will help.
Microsoft Office Document: [MS-CustomUI2] Supporting Documentation - http://www.microsoft.com/en-us/download/details.aspx?id=727
From here, you should be able to download the *.txt files for Word, Excel and PowerPoint, plus the imageMso information. Once a file is downloaded, it can be opened in Excel to make it easier to look through all the controls.
Best Regards,
Nathan O.
Microsoft Online Community Support -
Link
We had discovered an issue where add-ins deployed using the ClickOnce method will, under certain conditions, try and fail to install an update, and thereby disable the add-in. For document-level customizations, an exception window with a stack trace may be shown; for application-level add-ins, the add-in will be disabled silently. See the thread http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/495098f8-6364-443a-b2e1-23e650af7e1e.
There is now a NEW VERSION of the VSTO Runtime that fixes the issue. If you're using the web bootstrapper (for add-ins developed using Visual Studio 2010), the bootstrapper will automatically chain in the latest version, so no action is required on your part, or on that of your users. If you're deploying from Visual Studio 2012, you'll need to enable the bootstrapper functionality manually: please see http://blogs.msdn.com/b/vsto/archive/2012/12/21/creating-a-bootstrapper-package-for-an-office-2013-vsto-add-in-with-visual-studio-2012.aspx. Users can also download the latest runtime from http://go.microsoft.com/fwlink/?LinkId=140384.
Installing the new Runtime is a preventative measure, and we highly recommend that all of your users do so! However, this will not fix add-ins that may already have gotten disabled due to the issue. Thus, for users who are already impacted:
If the install location is still accessible (and/or if the developer puts a new version into the same location)
1. Re-run setup from the original network share.
2. Re-enable the Add-In / Doc-Level Customization from within the Office application, as described below.
If the install location is NOT accessible (e.g., network share permanently down, or file was installed off of a USB stick which has since been removed)
1. Launch “regedit.exe” from the start menu / start screen. Navigate to Computer ==> HKEY_CURRENT_USER ==> Software ==> Microsoft ==> VSTA ==> Solutions.
2. There should be several entries there, identified by GUIDs. Click on each entry and check the “ProductName” data until you find the Add-In that you’re trying to re-enable.
3. For the Add-In that’s having problems, double-click on UpdateEnabled.
4. Change the “Value data” to 0 and press “OK”. This will disable Update Checking (and hence cure the problem) until a new version of an add-in is explicitly installed, or until the user repeats the same steps, and sets “UpdateEnabled” to “1”.After editing the Registry, the user should re-launch the Office App (e.g., Excel), and go through the usual steps of re-enabling the add-in (see below).
The usual steps of re-enabling the add-in: (required in either case for any user with currently-disabled add-ins)
1. Open the application’s options (e.g., “Excel Options”) and navigate to the Add-Ins tab.
2. Select “COM Add-ins” from the “Manage” dropdown.
3. Press “Go…”. A window will open.
4. Enable the checkbox for the Add-In(s) that you’d like to re-enable.
5. Click “OK”.
After performing the above steps, the add-in / document-level customization should re-activate in the host application, and also show up in the Control Panel’s “Add or Remove Programs” list.Michael Zlatkovsky | Program Manager, Visual Studio Tools for Office & Apps for Office
-
Sticky13VotesVSTO deployment scenario to avoid code decompilation
20,000 lines of code) over the past year. So far, I have been distributing it to a small group of users using a local-local paradigm, with no issues. As my group of users grows, ... -
Sticky3VotesVisual Studio Tools for Office FAQ Entry List
Hello, Community members in the Visual Studio Tools for Office Forum, In the passed 2 monthes, our support team worked out a VSTO FAQ. We are ... -
Sticky1VotesDeploying Office Solutions to End User Computers
You can deploy Office solutions developed with Visual Studio Tools for Office in several ways. In this thread, find conceptual information to help you decide ... -
Sticky1VotesAudio programs/podcasts available for VSTO
The VSTO documentation team has produced three series of short audio programs that describe Office development using Visual Studio 2008. Each series contains several short episodes, which are ... -
Sticky0VotesPLEASE READ NEXT - VSTO 2008 Resource List
Here is a list of resources you can use to try to find answers to any questions you may have on using VSTO 3.0 (2008). There is a wealth of information here, and you’re sure to discover a lot of ... -
Sticky0VotesPLEASE READ FIRST - What is VSTO and non-VSTO resources
Visual Studio Tools for Office (VSTO) is a set of tools for the C# and VB.NET developer. It primarily aids in extending the user interface of Office 2003, 2007 and 2010 applications. ...
-
Unanswered0Votesadd-in Office 2010 compatible with Office 2007?
Hello all! I hope you can help me. I developed a Add-in for Excel Office 2010 (using Visual Studio 2012). This button is showed in Insert tab and work ... -
Unanswered0VotesProgrammatically Using Track Changes Comments in Outlook 2013 Add-in
I've developed a VSTO Outlook add-in that uses the track changes comment functionality of Word to highlight certain keywords in emails. This works great in Outlook 2010, ... -
Answered2VotesTrapping a SaveAs in VSTO PowerPoint Add-in Before Save Event
I am trying to add custom actions to VSTO PowerPoint 2010 and 2007 add-ins before the presentation files are saved. I am using VS2010 VB.Net. The PresentationBeforeSave event is ... -
Answered2VotesApps for Office 2013 vs VSTO
Hi, I am reading up on Office Apps (Taskpane & Content) and I am wondering whether Apps For Office is a replacement for VSTO or a completely new programming model, much life VBA ... -
Answered0VotesFAQ Item: Why are New Item templates not available when migrating from VS 2010 to VS 2012
Sometimes New Item templates are not available when VS 2012 has been upgraded over an existing installation of VS 2010. Cindy Meister, VSTO/Word MVP, my ... -
Unanswered0VotesHow to create a outlook add-in with multi lingual support?
I would like to create a addin with multi language support. Any idea or insight will be ... -
Answered1VotesWord 2013 C# Interop Issue - Find then Replace
Hey everybody, I'm developing an application level interop add-in for Word 2013 and I'm having some issues. My task is to search a document for an ... -
Answered0VotesVSTO document-level add-in fails to start due to the suffix "|vstolocal" in the custom property _AssemblyLocation
Dear experts, My situation is as follows: We have developed a document-level add-in application for MS Excel in visual studio 2010 (Visual Basic .NET targeted on ... -
Unanswered0VotesExcel 2010 AddIn created by VS 2010 does not work on Windows 8 with Office 2013
Addins, my addin is checked and behavior is set to Load at startup Addin is developed by VS 2010 using MS Excel 2010 Addin templateAddin is installed by Wix installer ... -
Discussion0Votesstart with existing Excel spreadsheet
I am trying to build an Excel Application using VSTO, starting with an existing Excel spreadsheet. I'm using VS2008 with Office 2007. When I select "Copy an existing ... -
Answered0VotesHow to get "owner" handle of Word 2010 VSTO add-in?
Hi, in the VSTO add-in which targets Word 2010 and Word 2013 (both x86), compiled in .NET 4.5, I am displaying a Windows Forms' MessageBox and WPF's modal window. I need to set them a proper ... -
Answered2VotesOutlook is running during Build of Add-In Project.
i have been working on Outlook Add-Ins, and almost complete it. My Add-Ins is working fine, but i have some issues with its appearance which might be more better than ... -
Unanswered2Votesdispaly ruler and the grid in powerpoint using VSTO project
I'm new to VSTO development. I need to add a ribbon menu to Power point . And this has a tick to enable ruler and the grid in power Point Slide. Is there any inbuilt method to active ... -
Answered0VotesOutlook 2010 add-in listed as loaded, but no other evidence shows that it is
So I've been selling an Add-in for a while and most customers run it fine and are happy. Lately, one customer has run into some trouble that baffles me. The add-in is listed as Active in the Outlook ... -
Answered4VotesRibbon not loading and CreateRibbonExtensibilityObject method not getting called
Hello, I have created an application level Excel Addin using VS 2010 premium, 3.5 Framework, VSTO 4.0 on an XP machine. I was able to install the same Addin on machines with Excel ... -
Answered1VotesLoading VSTO addin flow
Hi, I trying to figure out how\which VSTO is running my add-in. So I looked at the registry and I found my vsto addin with the proper entries ... -
Unanswered0VotesWindows Form - Clear contents of excel cells
Hello Everyone: I have a Windows Form on a worksheet called Position. However, I would like to but a command button that clears the values of cell H45, H46 and I49 in sheet Position ... -
Unanswered0VotesSigning a VSTO Outlook add-in with a certificate
So we have a VSTO add-in for Outlook 2013, it has a self-signed certificate from Visual Studio/Something by the developer. But using this certificate means the installer still prompts with ... -
Unanswered0VotesVSTO Excel WorkbookOpen Event When double click a File
Open (and select a file) the event is fired. if i double click a file it doesnt run the event. I paste a test i ... - Items 1 to 20 of 20373 Next ›


