Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
MSDN Blogs
>
Office Development with Visual Studio
>
All Tags
>
office development
Server & Tools Blogs
>
Developer Tools Blogs
Executive Bloggers
S. Somasegar
Brian Harry
Scott Guthrie
Jason Zander
Visual Studio
Visual Studio
Blend
LightSwitch
Line of Business Apps by Beth Massi
Setup & Install by Heath Stewart
Application Lifecycle Management
Visual Studio ALM
Team Foundation Service
Languages
Visual Basic
Visual C#
Visual C++
Visual F#
JavaScript
.NET Framework
.NET Framework
.NET Parallel Programming
ADO.NET (Managed Providers, DataSet & EF)
ASP.NET by Scott Hanselman
Base Class Library (BCL)
Silverlight
WCF Data Services
Workflow
Platform Development
Internet Explorer
Apps for Office and SharePoint 2013
SharePoint
Office
Web
Windows 8
Windows Store
Windows Azure
Windows Phone
Office Blog
Develop Office Business Applications using Visual Studio
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Recent Posts
Office Developer Tools for Visual Studio 2012: Now Available with Office 2013 and .NET Framework 4.5 support
Posted
2 months ago
by
VSTOTeam
5
Comments
Creating a Bootstrapper package for an Office 2013 VSTO Add-in with Visual Studio 2012
Posted
4 months ago
by
VSTOTeam
9
Comments
VSTO Developer Center is now part of the Office Developer Center
Posted
over 2 years ago
by
VSTOTeam
2
Comments
Migrating VSTO 2005/2008 InfoPath Projects to InfoPath 2010
Posted
over 2 years ago
by
VSTOTeam
0
Comments
Live Now on Developer Tools Blogs
Tags
add-ins
Beth Massi
Christin Boyd
Community
Deployment
Excel 2007
McLean Schofield
migration
Navneet Gupta
Norm Estabrook
Office 14
Office 2003
Office 2007
Office 2010
Outlook 2007
primary interop assemblies
Ribbon
runtime
Stephen Peters
VB
Visual Studio 2010
VS2008
VS2010
VSTO
Word 2007
Related resources
Visual Studio Developer Center
Visual Studio Product Website
Archives
Archives
March 2013
(1)
December 2012
(1)
August 2011
(1)
April 2011
(1)
January 2011
(1)
November 2010
(2)
October 2010
(1)
September 2010
(1)
August 2010
(1)
June 2010
(7)
May 2010
(3)
April 2010
(6)
March 2010
(6)
February 2010
(3)
January 2010
(3)
December 2009
(5)
November 2009
(2)
October 2009
(4)
September 2009
(1)
August 2009
(4)
July 2009
(1)
June 2009
(5)
May 2009
(10)
April 2009
(6)
March 2009
(5)
February 2009
(3)
January 2009
(1)
December 2008
(5)
November 2008
(5)
October 2008
(4)
September 2008
(4)
August 2008
(5)
July 2008
(7)
June 2008
(6)
May 2008
(12)
April 2008
(6)
March 2008
(3)
February 2008
(8)
January 2008
(4)
December 2007
(1)
More
▼
Less
▲
Tagged Content List
Blog Post:
VSTO Developer Center is now part of the Office Developer Center
VSTOTeam
In order to provide a more integrated experience for folks building custom solutions on the Office platform, we’ve merged the content from the VSTO Developer Center into the Office Developer Center . You’ll still find great learning content there including: Getting Started with Office Development with...
on
2 Aug 2011
Blog Post:
Sharing a Ribbon Customization Between Office Projects in Visual Studio 2010 (McLean Schofield)
VSTOTeam
A customer on the VSTO forums recently noticed that the steps we blogged about for sharing a single Ribbon customization between multiple projects in Visual Studio 2008 no longer works in Visual Studio 2010. When following the instructions in the blog post, you get an error when you try to open the Ribbon...
on
23 Jun 2010
Blog Post:
Troubleshoot VSTO Add-In Load Failures (Navneet Gupta)
VSTOTeam
We have helped many developers in troubleshooting VSTO add-in load failures. Hamed has written a very nice blog post explaining the basic steps to troubleshoot VSTO add-in load failures. Even if you have not faced this issue yet, I recommend reading the post because it contains basic information about...
on
21 Jun 2010
Blog Post:
Creating an Add-in for Office 2007 and Office 2010 that "Lights Up" on Office 2010 (McLean Schofield)
VSTOTeam
Managed Office add-ins traditionally have been able to run in the targeted application (the version of the application whose PIAs the add-in references) and in later versions of the application. Therefore, if you need to create a single VSTO add-in that can be run in multiple versions of an application...
on
4 Jun 2010
Blog Post:
Handling Sort and Filter Events in Excel (Navneet Gupta)
VSTOTeam
Recently I helped two customers that were trying to solve this problem. They wanted to get notifications whenever Excel sorted or filtered data. This is not as easy as it sounds because Excel does not raise any events for sorting and filtering. I found two possible solutions, one of which requires much...
on
3 May 2010
Blog Post:
Why Should I Upgrade from .Net Framework 3.5 to .Net Framework 4 ? (Navneet Gupta)
VSTOTeam
I was chatting with some of my friends about Visual Studio 2010 and .Net Framework 4 and they asked me why should they move their application to .Net Framework 4, I am answering the question here for everybody to benefit. Frankly speaking there is no definitive answer; it is like there is no single pill...
on
23 Apr 2010
Blog Post:
Upgrading VSTO Projects to use with Visual Studio 2010 (Navneet Gupta)
VSTOTeam
The first thing that you notice after opening your existing projects in Visual Studio 2010 is the very familiar Visual Studio Conversion wizard. Internally we call it Project Migration wizard. Personally I love this wizard because of its simplicity, my converted projects are only few clicks away. In...
on
15 Apr 2010
Blog Post:
Deploying COM Add-ins for 64-bit Office using Visual Studio (Saaid Khan for Nathan Halstead)
VSTOTeam
Nathan Halstead is a Program Manager on the Visual Studio Team. He is responsible for various aspects of Visual Studio extensibility, and is an avid ice hockey enthusiast. On occasion, he’s been known to guest author technical articles on various Microsoft blogs and forums. My only contribution to this...
on
9 Apr 2010
Blog Post:
Why is FrameworkVersionMismatchException thrown? (Hamed Ahmadi)
VSTOTeam
The “Microsoft.VisualStudio.Tools.Applications.Deployment.FrameworkVersionMismatchException” is thrown due to the specific implementation of how VSTO 2010 runtime loads the appropriate CLR to install a VSTO customization. This exception is thrown when both .NET Framework 3.5 (CLR 2.0) and .NET Framework...
on
6 Apr 2010
Blog Post:
Show and Hide Context Menu Items in Outlook 2010 (Norm Estabrook)
VSTOTeam
If you have written code that shows and hides context menu items in Outlook 2007, that code might not behave well in Outlook 2010. That is exactly what happened to this individual who recently posted to the VSTO forum. The command bar object model (which most folks use to muck around with menus) has...
on
12 Mar 2010
Blog Post:
Add a Custom Task Pane to Project 2010 (Norm Estabrook)
VSTOTeam
Good news! Project 2010 supports custom task panes! Bad News! Getting one to appear in a Project 2010 is not so obvious. Good News! It’s a lot easier than I make it sound. In this post, I’ll show you how to add a custom task pane to Project 2010 by using a Project 2010 or Project 2007 project template...
on
2 Feb 2010
Blog Post:
VSTO Performance: Delay Loading and You (Stephen Peters)
VSTOTeam
There have been a couple of blog posts about delay loading VSTO addins, and with Dev10 being released soon, it’s a good time to expand on the subject a little bit. This has been covered before, and I’ll avoid spending too much time here on topics that have already been covered. For an overview of...
on
7 Jan 2010
Blog Post:
Migrating an Outlook Solution to .NET Framework 4 in Visual Studio 2010 (Norm Estabrook)
VSTOTeam
Visual Studio can help migrate your Outlook solutions from .NET Framework 3.5 to the .NET Framework 4. However, you still have to do a few things manually to make it all work. Beth Massi converts an Outlook Solution that targets the .NET Framework 3.5 to an Outlook Solution that targets the .NET...
on
16 Dec 2009
Blog Post:
Making a Custom Group Appear in the Message Tab of a Mail Item (Norm Estabrook)
VSTOTeam
You can add a custom group to the Message tab of an Outlook mail item. For example, here is a custom group named "MyCoolGroup" that I added to the message tab of a new message: Outlook lets you open a message in the following two modes: Compose (you are drafting a new message). Read ...
on
15 Dec 2009
Blog Post:
Using Office 2010 Extensibility Schemas with VSTO addins for Beta 2 (Stephen Peters)
VSTOTeam
Office 2010 brings in many new features to the Ribbon and Backstage extensibility. In order to take advantage of those changes in VSTO addins, you will need to update your ribbon XML projects to use the new Office 2010 schema. First, you will need to see if the schema is installed. To do this, look...
on
4 Dec 2009
Blog Post:
Will your VSTO addin run on Office 2010 64-bit? Yes, probably. (Christin Boyd)
VSTOTeam
The Visual Studio team is designing the runtime components for Office 2010 so that your Visual Studio Tools for Office 2005 and Visual Studio 2008 .NET addins, document solutions and spreadsheet solutions will run on 64-bit Office 2010. These runtime components will ship with Office 2010, so your...
on
5 Aug 2009
Blog Post:
BUG: “Old format or invalid type library” error when automating Excel (Christin Boyd)
VSTOTeam
A customer recently reported this bug when running their Shared Addin for Excel on French Windows. Error: 0x80028018 (-2147647512) Description: Old Format or Invalid Type Library His solution worked great on English Windows, but gave errors in any other language. This is a known problem in...
on
6 Jul 2009
Blog Post:
Community Article: Automate Common Office Tasks (Beth Massi)
VSTOTeam
If you haven’t seen it yet, we’ve got a new article from Robert Green (MVP) up on the VSTO Dev Center . In this article, learn how you can use Visual Studio to build application-level add-ins that automate common Microsoft Office tasks. It’s a good introduction to Office development with Visual Studio...
on
25 Jun 2009
Blog Post:
Do Your Outlook UI Elements Need Counseling? - Get your Form Regions, Ribbons, and Task Panes Talking to Each Other Again (Norm Estabrook)
VSTOTeam
So you want to open a task pane by using a button on the Ribbon. You also want a form region that appears in an e-mail item to detect the state of a control on a custom task pane so that you can add or remove an option that appears in a Ribbon menu right? Ok, I completely made this scenario up. But at...
on
3 Jun 2009
Blog Post:
Sign up for Office 2010 Technical Preview
VSTOTeam
I’m at TechEd in LA, but it seems I could get just as much excitement just watching the Twittersphere today and watching #tela09 tags! And my feet are killing me. So be glad you’re sitting at your computer instead of walking around Los Angeles! Let me give you some highlights for Office...
on
12 May 2009
Blog Post:
TechEd Sessions on Office Development
VSTOTeam
If you’re going to TechEd in Los Angeles next week, then don’t miss these four sessions: DTL03-INT Meet the Microsoft Visual Studio Team Christin Boyd, Eric Carter , Paul Yuknewicz, Jay Schmelzer, Dustin Campbell , Jonathan Aneja, Luke Hoban , Igor Zinkovsky, Faisal Nasir, Harry Pierson , Lisa Feigenbaum...
on
7 May 2009
Blog Post:
Here is a Way to Get the ID of a Built-in Outlook Command Bar Menu (Norm Estabrook)
VSTOTeam
Recently, a forum poster asked us how he could add a submenu item to a built-in menu item in Outlook. Note that these are not controls that appear on the Ribbon of an Outlook item, but rather the menus that drop down from the top of the Outlook Explorer such as the View menu and the Tools menu...
on
30 Apr 2009
Blog Post:
Clearing Off Custom Menu Items in Word (Norm Estabrook)
VSTOTeam
Last month I posted this article that described how to prevent your add-in from creating duplicate menu items in Word. If you have been experimenting with customization contexts, you might have several menu items that appear when you right click a document. The article that I posted shows how to...
on
14 Apr 2009
Blog Post:
Building Office Business Applications with Visual Studio
VSTOTeam
This week Microsoft is hosting an internal even called Tech Ready 8 in Seattle. Microsoft technical field reps and product teams come together to talk about all of the great products we're building. I presented a session on Building Office Development Applications with Visual Studio along with a couple...
on
3 Feb 2009
Page 1 of 1 (24 items)