Sign in
MSDN Blogs
Microsoft Blog Images
More ...
MSDN Blogs
>
Office Development with Visual Studio
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 Development with Visual Studio
Develop Office Business Applications using Visual Studio
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Live Now on Developer Tools Blogs
Tags
add-ins
Beth Massi
Christin Boyd
ClickOnce
Community
Deployment
Excel 2007
Harry Miller
Mary Lee
Norm Estabrook
Office 2007
Office 2010
Office Development
Outlook 2007
primary interop assemblies
Ribbon
sample
VB
video
Visual Studio 2010
VS2008
VS2010
VSTO
Windows Installer
Word 2007
More
▼
Less
▲
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
▲
Blog - Title
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Office Development with Visual Studio
Why is FrameworkVersionMismatchException thrown? (Hamed Ahmadi)
Posted
over 3 years ago
by
VSTOTeam
2
Comments
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...
Office Development with Visual Studio
Show and Hide Context Menu Items in Outlook 2010 (Norm Estabrook)
Posted
over 3 years ago
by
VSTOTeam
1
Comments
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...
Office Development with Visual Studio
Changes in the Security Model for Office Solutions (Mary Lee)
Posted
over 3 years ago
by
VSTOTeam
3
Comments
You can use two methods to trust an Office solution created in Visual Studio and not show a trust prompt to the end-user. Sign your Office solution with certificate that chains to a trusted root authority and is in the Trusted Publisher list. ...
Office Development with Visual Studio
Tricks with app.config and ClickOnce deployment (Saurabh Bhatia)
Posted
over 3 years ago
by
VSTOTeam
5
Comments
Storing settings in the config File The app.config file is used for many purposes and one of common uses is for storing application settings like connection strings. For example, you can store a string to the web service reference used by your application...
Office Development with Visual Studio
Deploying your VSTO add-ins to All Users (Saurabh Bhatia)
Posted
over 3 years ago
by
VSTOTeam
53
Comments
An often-requested feature for VSTO add-ins is the ability to install an add-in for all users of a machine. Misha Shneerson had blogged about a workaround to enable this scenario here . This workaround is not recommended. Now, deploying an add-in to All...
Office Development with Visual Studio
Office Development with Visual Studio Tutorial Series – Part 4 (Beth Massi)
Posted
over 3 years ago
by
VSTOTeam
0
Comments
A couple months ago Robert Green , VSTO MVP, started a series of step-by-step tutorials on building on Office 2007. Part 4 is now published. Thanks Robert! In this fourth part of the series of tutorials on Office Business Applications, learn how to create...
Office Development with Visual Studio
Taking COM Shim Wizards to 64-bit (Beth Massi)
Posted
over 3 years ago
by
VSTOTeam
0
Comments
When you build a managed Office extension of any kind, you should ensure that your extension is isolated from other extensions that might be loaded into the application. You do this by creating a custom shim. VSTO solutions do not require custom shims...
Office Development with Visual Studio
Activate Ribbon Tabs in Office 2010 Solutions (Norm Estabrook)
Posted
over 3 years ago
by
VSTOTeam
5
Comments
Office 2010 now lets you activate tabs on the Ribbon. I gave this a try in a Outlook 2010 project and was very pleased with how easy it was to accomplish. Here are a couple of back-of-the-napkin examples that I chicken scratched over lunch. From the Ribbon...
Office Development with Visual Studio
Office Development with Visual Studio Tutorial Series – Part 3 (Beth Massi)
Posted
over 3 years ago
by
VSTOTeam
0
Comments
A couple months ago Robert Green , VSTO MVP, started a series of tutorials on building on Office 2007. Yesterday we published part 3 of his step-by-step tutorials. Thanks Robert! In this third part of the series of tutorials on Office Business Applications...
Office Development with Visual Studio
Add a Custom Task Pane to Project 2010 (Norm Estabrook)
Posted
over 3 years ago
by
VSTOTeam
5
Comments
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...
Office Development with Visual Studio
VSTO 2010 Runtime components explained (Aaron Cathcart)
Posted
over 3 years ago
by
VSTOTeam
22
Comments
During development of the VSTO 2010 Runtime we added a feature, dubbed Install on Demand , to support VSTO customizations that target both .NET Framework 3.5 and .NET Framework 4 without enforcing installation of both frameworks prior to installation...
Office Development with Visual Studio
Northwind Office Business Application Updated for Visual Studio, Office & SharePoint 2010 (Beth Massi)
Posted
over 3 years ago
by
VSTOTeam
0
Comments
Early last year we built a business application for order management for Northwind Traders on the Office and SharePoint platform using Visual Studio 2008 and Office & SharePoint 2007. Recently I started releasing articles on my blog that show how...
Office Development with Visual Studio
VSTO Performance: Delay Loading and You (Stephen Peters)
Posted
over 3 years ago
by
VSTOTeam
0
Comments
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...
Office Development with Visual Studio
Migrating an Outlook Solution to .NET Framework 4 in Visual Studio 2010 (Norm Estabrook)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
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...
Office Development with Visual Studio
Making a Custom Group Appear in the Message Tab of a Mail Item (Norm Estabrook)
Posted
over 4 years ago
by
VSTOTeam
2
Comments
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...
Office Development with Visual Studio
Office Development with Visual Studio 2008 Tutorial Series – Part 2(Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
Last month Robert Green , VSTO MVP, started a series of tutorials on building on Office 2007. Today we published part 2 of his step-by-step tutorials. In this second part of the series of tutorials on Office Business Applications, learn how to create...
Office Development with Visual Studio
Using Office 2010 Extensibility Schemas with VSTO addins for Beta 2 (Stephen Peters)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
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...
Office Development with Visual Studio
New Learning Resources on the VSTO Developer Center (Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
2
Comments
Last week we revamped the Learn pages on the VSTO Developer Center with more content that allows you to pivot on more fine-grained topics and tasks under each type of Office solution. We’ve changed the layout of these pages so that you can browse for...
Office Development with Visual Studio
Office 2010 Beta & SharePoint 2010 Beta Now Available to the Public (Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
Monday Office and SharePoint 2010 Beta were released to MSDN/TechNet subscribers. Today it was announced at PDC that these are available to the rest of the public! Come and get it… Office 2010 Beta SharePoint 2010 Beta These Betas are compatible with...
Office Development with Visual Studio
Office & SharePoint 2010 Betas Available! (Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
Office and SharePoint 2010 are available for MSDN Subscribers today: MSDN Subscribers: Office 2010 Beta is here. MSDN Subscribers: Microsoft Sharepoint 2010 Beta is here. These versions of Office and SharePoint are compatible with the Visual Studio 2010...
Office Development with Visual Studio
Office 2010 Application Compatibility Program (Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
If you missed it, Office announced a compatibility program to help IT and developers who have built add-ins make a seamless upgrade to Office 2010. We want you to have a successful and seamless migration to Office 2010 for your VSTO solutions. The...
Office Development with Visual Studio
Visual Studio 2010: Specify advanced publishing options (Saurabh Bhatia)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
I have previously posted how you can specify various properties for a VSTO solution like the Publisher and Product Names by tweaking a few files in Visual Studio 2008. With Visual Studio 2010 ( Beta 2 ) you can edit these properties directly through the...
Office Development with Visual Studio
Can I deploy my <Insert App Name Here> and all of its prerequisites in one file? (Mary Lee)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
One frequent customer question is about how to deploy an application and all of its prerequisites in a single .msi or .exe file. This question applies whether you are deploying any of the following: Microsoft Office 2003 solutions with dependencies on...
Office Development with Visual Studio
Office Development with Visual Studio 2008 Tutorial Series Started (Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
1
Comments
Robert Green , VSTO MVP, has started a series of tutorials on building on Office 2007! Thanks Robert! In this first of a series of tutorials on building applications on Office you’ll learn how to create an Outlook 2007 customer appointment management...
Office Development with Visual Studio
Channel 9 Interview: John Durant on Developing Managed Applications for Office 2010 in Visual Studio 2010 (Beth Massi)
Posted
over 4 years ago
by
VSTOTeam
0
Comments
Robert Hess posted an interview yesterday on Channel 9 with John Durant on Developing Managed Applications for Office 2010 in Visual Studio 2010 . When you have 20 minutes you should check it out. John provides some highlights as to what he’ll be showing...
Page 2 of 7 (155 items)
1
2
3
4
5
»