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
Do you have an opinion about Visual Studio and .NET Framework developer Help content? (Kemp Brown)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
Our Help content architect, Kathleen McGrath , has created a short, anonymous survey (15 questions/10 mins.) to gather input on how and when the Visual Studio and .NET Framework developer Help content is used, how satisfied you are with it, and about...
Office Development with Visual Studio
Microsoft Office Developer Show Episode 1 (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
This episode has a tip about adding controls to Word documents, a case file about how Canada Post solved its data entry problems, and what to do when an add-in doesn't run and there's no error message. ";" galleryimg="no" mce_src="http:...
Office Development with Visual Studio
Common Pitfalls during PIA Deployment and Installation (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
42
Comments
Deploying or installing the Office primary interop assemblies (PIAs) can sometimes be problematic. There are several common errors that occur when you try to deploy or install the PIAs. Deployment pitfalls A. Can I deploy the PIA DLL with my setup...
Office Development with Visual Studio
Office development audio series 2 is now available (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
This series focuses on the main components or features of Visual Studio 2008 Professional that you can use for Office development. It's organized as short, five-minute episodes that you can listen to while you drive, travel, exercise, eat lunch, or whenever...
Office Development with Visual Studio
Peek at Service Pack 1 (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
Visual Studio 2008 Service Pack 1 is not finished yet, but we do have a beta version of the documentation ready for you to read! You can learn about some of the features that you'll see later this year when we release SP1. I recommend starting with reading...
Office Development with Visual Studio
Adding the Office Primary Interop Assemblies as a Prerequisite in your ClickOnce installer (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
46
Comments
When you use ClickOnce in Visual Studio 2008 to deploy your Office solution, you can include prerequisites such as the .NET Framework 3.5, the Visual Studio Tools for Office system 3.0 Runtime, and Windows Installer 3.1. However, the primary interop assemblies...
Office Development with Visual Studio
Calling Into A VSTO Add-in From a COM Smart Tag (McLean Schofield)
Posted
over 5 years ago
by
VSTOTeam
8
Comments
My last post explained some of the differences between VSTO smart tags (that is, smart tags that you implement in a document-level solution for Word or Excel by using VSTO) and COM smart tags (that is, smart tags that you create by implementing COM interfaces...
Office Development with Visual Studio
Understanding VSTO Smart Tags and COM Smart Tags (McLean Schofield)
Posted
over 5 years ago
by
VSTOTeam
5
Comments
The document-level projects for Excel and Word in VSTO (in Visual Studio 2005 and Visual Studio 2008) provide a simple object model that you can use to create smart tags for documents and workbooks. A smart tag is a string that an Office application recognizes...
Office Development with Visual Studio
Feedback Requested for VS 2008 Service Pack 1 (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
11
Comments
Have you used the new ClickOnce Publish and Deployment feature in Visual Studio 2008 for Office 2007 solutions ? If so, we need your feedback now - and we need it before May 8th (which is an internal deadline for our team)! We're working on Service Pack...
Office Development with Visual Studio
OBA Sample Application Kits Release to Web! (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
If you’re looking for guidance on how to integrate SAP or PeopleSoft into your Office applications, then the OBA Sample Application Kits are a great place to start. An OBA, or Office Business Application, is a composite application that integrates line...
Office Development with Visual Studio
Office development audio series 1 is now available (Harry Miller)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
If you'd like a quick introduction to the main aspects of Office development using Visual Studio 2008 Professional, you can now get it while you drive, travel, exercise, eat lunch, or whenever you usually listen to your portable MP3 player. (Of course...
Office Development with Visual Studio
Databinding best practices for Excel (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
I read a question on the forum about databinding in an Excel solution. The developer was asking about Excel 2003, but the answer I wrote will work for both Excel 2003 and Excel 2007. Here's the question: http://forums.microsoft.com/MSDN/ShowPost.aspx...
Office Development with Visual Studio
Deploying an Office solution using Windows Installer (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
7
Comments
Visual Studio 2008 offers a ClickOnce deployment experience for solutions developed for the 2007 Microsoft Office system. However, if you want to deploy additional files, add extra registry keys, or use SMS, you may still be interested in creating a Windows...
Office Development with Visual Studio
Visual Studio Command Bar for Arranging Controls on Documents and Worksheets (McLean Schofield)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
One of the lesser-known features of Visual Studio Tools for Office is the Microsoft Office Word and Microsoft Office Excel command bar. When you are developing a document-level project for Word or Excel (for example, a Word Document or Excel Workbook...
Office Development with Visual Studio
Developing an add-in for multiple versions of Office (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
9
Comments
Theoretically, you can develop an add-in for multiple versions of Microsoft Office by catering to the lowest common denominator. This means if you use an Excel 2003 add-in template in Visual Studio 2008, you would be able to develop and debug this with...
Office Development with Visual Studio
Share a Ribbon Customization between Office Applications (Norm Estabrook)
Posted
over 5 years ago
by
VSTOTeam
6
Comments
We have received feedback from several folks that they would like design one Ribbon by using the Ribbon visual designer, and then re-use that same Ribbon in more than one Office application. This approach makes sense. If my custom tab looks the same for...
Office Development with Visual Studio
New Power Tools - Ribbon IDs Tool Window (Kemp Brown)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
The Visual Studio 2008 Tools for Office team just released a cool suite of productivity apps for VS Office development called the VSTO Power Tools . One of the tools included is the Ribbon IDs Tool Window , an add-in tool window for VS that lets you browse...
Office Development with Visual Studio
Aggregating blogs in a blog (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
There are many resources to learn about Visual Studio Tools for Office, and they are scattered through blogdom and even the MSDN Library. In my one year on this team, I've collected various helpful links that I share here. The Visual Studio Tools for...
Office Development with Visual Studio
Deploying Departmental Solutions via Email (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
7
Comments
A lot of VBA developers tell me that they love VBA solutions because there is no deployment necessary. All the code lives inside the document itself, so all you need to do is get the document (in e-mail or on SharePoint) and you have everything you need...
Office Development with Visual Studio
Word Object Model: Getting Information from Word Dialogs (McLean Schofield)
Posted
over 5 years ago
by
VSTOTeam
4
Comments
Although VSTO provides many features that help simplify Office development (especially UI development), nearly every VSTO solution needs to dip into the underlying Office object model to get some work done. Because information about using the Office object...
Office Development with Visual Studio
Deploying Prerequisites for Your Visual Studio Tools for Office Solution (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
3
Comments
When you deploy your VSTO solution, you must package the following prerequisites for your end users: .NET Framework, the VSTO runtime, and the Microsoft Office primary interop assemblies (PIAs). Visual Studio Tools for Office in Visual Studio 2008...
Office Development with Visual Studio
Office Developer Conference: Developing and Deploying Office Solutions with VS 2008 (Christin Boyd)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
Last Monday I presented session CLI202: Developing and Deploying Smart Clients for Office at the Office Developer Conference in San Jose. This blog post is a mini-version of the slides and demos from my session. The session was not recorded. Slide...
Office Development with Visual Studio
Visual Studio Tools for Office Build Tasks (Mary Lee)
Posted
over 5 years ago
by
VSTOTeam
2
Comments
The Visual Studio Tools for Office build environment in Visual Studio 2008 relies on a number of MSBuild tasks used together with the Microsoft.VisualStudio.Tools.Office.Office2003.targets and Microsoft.VisualStudio.Tools.Office.Office2007.targets files...
Office Development with Visual Studio
Visual Studio is Hiring!
Posted
over 5 years ago
by
VSTOTeam
2
Comments
The Visual Studio team is growing and we have several exciting developer positions open! If you’re looking for big challenges, if you’re driven to innovate, if you are looking for big impact and responsibilities, then you can join us! We are building...
Office Development with Visual Studio
Out Loud for Outlook: Speech Recognition & Synthesis (Nathan Carlson)
Posted
over 5 years ago
by
VSTOTeam
1
Comments
Nathan Carlson developed a creative solution for Outlook 2007 using Visual Studio 2008 (codename Orcas). The Out Loud for Outlook project started as a dogfood testing project last summer. For those of you unfamiliar with the dogfood testing practice at...
Page 6 of 7 (155 items)
«
3
4
5
6
7