Hi, I have VS2008 express edition for c++ and csharp. Would I be able to write add-in for other VS editions Thanks ColdAir
"ColdAir" wrote in message news:umkSJ3TzIHA.6096@TK2MSFTNGP06.phx.gbl... > Hi, > > I have VS2008 express edition for c++ and csharp. > Would I be able to write add-in for other VS editions > > Thanks > > ColdAir > Unless some licensing issue gets in the way (which I don't see there being any since you can write add-ins with a plain text editor), you should be able to no problem. Add-ins are just assemblies written a specific way (Implementing specific interfaces) and then building. There is nothing "special" about them. You may have a problem testing and debugging them in the express versions though..... HTH, Mythran