visual studio - VSTO Development with Office 2003 and 2007 installed side-by-side? -


VSTO 3.0 (using Visual Studio 2008) helps in setting up Office 2003 and Office 2007 on the same development side-by-side. I

Computers, so that both Office 2003 and Office 2007 can be targeted (in separate solutions)?

I have seen contradictory information about this.

No:

Microsoft Office 2003 and 2007 Microsoft Office System on Visual Studio Tools Development Computer (or different versions of the same application, such as Word 2003 and Word 2007 ) Does not help in setting side-by-side. To develop solutions for different versions of Microsoft Office, use a different development computer for each version of Microsoft Office.

Yes:

When you install Visual Studio Tools for Office, Primary Interop Assemblies will automatically run into any file system outside the global assembly cache Installs in place. When you create a new project, Visual Studio Tools for Office automatically links the context of these copies of primary interop assemblies into your project. Visual Studio Tools for Office uses copies of primary references instead of assemblies in the global assembly cache, when you develop and create your project, to resolve the type of reference.

These copies of the primary interop assemblies come with several developmental problems with the help of Visual Studio Tools for Office, which may occur when Office Primary Interop Assembly 2003 and 2007 are registered in the global assembly cache. "

Has anyone else had any problems?

You can target both 2003 and 2007 with the same computer - but you need two separate programs for that in Visual Studio (like MyCoolThingfor2003.sln and MyCoolThingfor2007.sln) because they have different There are interops, but you should not install both office programs on that computer.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -