November 22, 2008MainOne of the biggest hurdles with VSTO is deployment.
As you probably know, the pre-requisites for running a VSTO app (even of the simplest Hello World variety) include:
.NET Framework 3.5
Primary Interop Assemblies (PIAs)
VSTO Runtime
(Plus Office of course)
Now, packaging these isn’t the issue, since the Visual Studio team have worked hard to [...]
Read the full article → November 21, 2008MainLast weekend I presented at Office DevCon on the topic of VSTO for VBA developers.
This is an interesting use case because you essentially have a group of very experienced, highly productive developers, all extremely familiar with their technology. So my aim was to look at how Microsoft is supporting this community (as opposed to say [...]
Read the full article →