Ryan Orlando
Posts: 2
Joined: 2006-04-10
|
I have two questions…
1) I already have an Outlook Add-in created in Visual Studio 2005 (Visual Basic). After installing Add-In Express .NET, can I incorporate that into my existing project?
2) Is Add-In Express .NET compatible with the Visual Studio Tools for Office 2005, again Visual Basic?
We are using Outlook 2003 SP2, .NET Framework 2.0, and Windows XP Pro SP2.
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Ryan.
1. Yes, you can. Just create a new ADX COM Add-in project and move the existing code to this project.
2. Add-in Express .NET for VSTO will be published in a month. |
|
Ryan Orlando
Posts: 2
Joined: 2006-04-10
|
Hi Sergey.
Sorry to return to this post again, but my next questions are related...
Relating to question one above, you say I can move the existing code to the new ADX COM Add-in project, but is it possible to add a COM Addin Module to the existing project and move from there? The reason I ask is because the original project was written using VSTO which makes it harder (at least for me) to move the code over. Which comes to my next question, any more information on when the ADD-in Express .NET for VSTO is coming out? Will it be a separate product? |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Ryan.
Yes, you can add a COM Addin Module to the existing project.
Please use the 'COM Add-in Module' wizard in the 'Add New Item' dialog of Visual Studio.
Add-in Express .NET for VSTO is ready. It is a separate product. Now I am worknig on the setup project. It will be done in several days. |
|