VSTO 2005 now supports Outlook!

It was announced yesterday at TechEd 2005 that VSTO now supports creating managed add-ins. Check out my blog athttp://blogs.msdn.com/pstubbs/ or the VSTO Team blog athttp://blogs.msdn.com/vsto2/

Download VSTO for Outlook :http://msdn.microsoft.com/office/

VSTO for Outlook is a great and much asked for addition to VSTO and Office developers.

Thanks
Paul Stubbs

[678 byte] By [PaulStubbs] at [2008-2-5]
# 1

Does this setup replace VSTO 2005 Beta 2 that was released a month ago?

Martin Kulov

MartinKulov at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Or it just enables Outlook support? Besides of adding the Outlook addin project what does it update?

Thanks,
Martin Kulov

MartinKulov at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 3
Does this mean I can create a managed AddIn for Word with the VSTO toolkit?

It would be great if I could make it Application centric instead of Document/Template centric.

BillKinney at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 4
Currently VSTO only supports managed addins for Outlook. What is your scenario around application level add-ins for Word and Excel?
-Thanks

Paul Stubbs
Program Manager - VSTO

PaulStubbs at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 5

The VSTO loader for managed add-ins for Outlook fixes a number of issues. Yes it provides a project template and an surfaces the Outlook OM to intellisense. It also fixes a number of important "plumbing" issues:

The loader is signed so that you can set the Outlook security mode to "highest".
Only add-ins that fail are blacklisted, not all of the unmanged add-ins.
Each add-in runs in its own appdomain.
The loader correctly handles the shutdown of the add-in.
The add-in is surfaced in the "COM Add-ins" UI in outlook, so that you can managed your add-ins, Enable/Disable or remove.
You no longer need to create a unmanged shim.

Thanks

Paul Stubbs
Program Manager - VSTO

PaulStubbs at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 6

Hi,

I've installed VS.Net 2005 Beta 2 and The VSTO 2005 Outlook Add-in.

When I try to open one of the sample projects, VS.Net produces the following error:
"The project type is not supported by this installation"

I've tested it on Office 2003 Pro SP1 Dutch and Office 2003 Pro SP1 US versions.
Both produce the same error message.

Someone out there with the same problem ?
Regards,

Bas Wildeman

BasWildeman at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 7
Hi Bas,

Let's see if we can you get an answer.

Could you let me know

1) Which edition of VS.NET are you using?
2) The installation order (Office 2003, SP1, VS)
3) What type of installation of VS you used?
4) Can you create other types of Office project (Word document, Excel document).

Thanks,

Darryn Lavery
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.

DarrynLavery at 2007-9-8 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...