excel 2013 Add-in development in visual studio 2012 - visual-studio-2012

I am trying to create excel 2013 Add-in in visual studio 2012. But it is not showing excel 2013 Add-in template, although excel 2010 Add-in template is there. Here is my VS 2012 screen shot.

You need to install OfficeToolsForVS2012RTW. You can download in from Here

Related

Is it possible to develop VSTO addins for Office 2007/2010 with Visual Studio 2013?

Is it possible to develop VSTO addins for Office 2007/2010 with Visual Studio 2013 ? Seeing only VSTO addins targeting Office 2013 by default in Visual Studio 2013.
Yes, it is. You can support Office 2007/2010 in the single VSTO add-in.
The Running Solutions in Different Versions of Microsoft Office article states the following:
Solutions that were created by using Visual Studio 2013, Visual Studio 2013 or Visual Studio 2010 can run in Office 2013, Office 2010, or the 2007 Microsoft Office system. However, the solution can use only those features and APIs that are available in all three versions of Office.

How to create Add-ins 2007 in visual studio 2012,

I could not found Office 2007 project wizard in VS 2012 , only support for Office 2010. But , i want to create a 2007 Excel add-in so that use this addin on both 2007 office and 2010 office.
Please give me any help to solve this issue.
Thanks in advance.
The link that Doug Glancy addresses the following issue:
You have Visual Studio 2012 and Office 2007 installed on your development computer.
If you have Visual Studio 2012 and Office 2010 installed, and you want your Excel add-in to target Office 2007 as well then you don't have to do anything. An Excel 2010 add-in created with VS2012 will work with Excel 2007, Excel 2010, and Excel 2013.

SharePoint 2013 update panel does not work

I can use an update panel in SharePoint 2010 and Visual Studio 2010, but when I try to use an update panel in SharePoint 2013 and Visual Studio 2012 it does not work. Is there any solution for this issue?

create Infopath forms using visual studio 2010 for sharepoint 2010

I have a requirement that i need to create an infopath 2010 form using visual studio 2010.
can any one show mw the way to create that?
Thanks,
Suresh
A requirement? Wierd requirement... You can not create InfoPath 2010 Forms with Visual Studio. You were able to work on InfoPath 2007 Forms with Visual Studio but this possibility is gone with InfoPath 2010.
The code behind from InfoPath from forms can only be edited using the InfoPath built in Visual Studio Tools for Applications.

COM Add-in for Excel installer problem

I have developed an Excel Add-in in Visual Studio 2008 for MS Office 2007. My client now wants this Add-in to work on office 2010 also. So, I used Visual Studio 2010 to achieve this requirement. Visual Studio 2010 automatically converted Visual Studio 2008 code to Visual Studio 2010. But the framework 3.5 remained same for this converted project, so I cannot compile this converted code in .Net framework 4.0 (It gives error). Hence, I left the code as is in the 3.5 framework and I created installer for office 2010 in visual studio 2010 & installed. Installation was successful but Add-in was unable to load because load behavior always gets changed from 3 to 2(error: a runtime error occurred while loading of COM-Add-in). So after searching on web I added an entry in the registry through the installer. It is working fine on office 2010, but it is not working on office 2007. I have to keep two different codebases & two different installers for office 2007 & office 2010 although code is exactly the same. I want single code base & single installer for my Excel Add-in that should work on office 2007 as well as office 2010. Can anyone help me in this? I would be really grateful if anyone could give me a solution at the earliest.

Resources