I have Office 2007 installed(with .NET support checked everywhere) and VS 2008(with all updates). My problem is that there is no Office category when creating a new project. What else do I need to create an "Office" project?
Asked
Active
Viewed 289 times
0
-
What do you want to accomplish again? Can you elaborate a bit more? – Sebastian Oct 03 '09 at 03:07
-
1Do you have the standard version of VS2008? – Mitch Wheat Oct 03 '09 at 03:26
1 Answers
1
The standard edition of VS2008 does not contain the VSTO templates. You need the Professional version or above. Therefore, you will be limited to using the Shared Add-ins template for creating Office Add-ins.
For an introduction to creating Office add-ins using the Shared Add-in project template, see the following KB articles:
If you go this route, and you want your add-in to be used in a real-world environment, you should strongly consider also using a COM shim for your add-in. For more details, see http://msdn.microsoft.com/en-us/library/bb508939.aspx. This article also has some potentially helpful links to other topics about managed COM add-ins.

Mitch Wheat
- 295,962
- 43
- 465
- 541