Отвечено IDE

  • Thursday, August 09, 2012 4:29 AM
     
     

    I have my visual studio 2010 express

    how can i add visual studio IDE with my visual studio

    I need to complete an project with IDE.

    help me? 

    • Moved by Bob_BaoMVP Monday, August 13, 2012 2:47 AM (From:Visual Studio Tools for Office)
    •  

All Replies

  • Thursday, August 09, 2012 12:21 PM
     
     

    Hi Arunan_cs,

    What's you mean about IDE? In my opinion, IDE is integrated development environment. I can't understand what you said.

    T.X.


    志异征诛,三让两家王朝
    功同开辟,一桮万古江南

  • Saturday, August 11, 2012 2:11 PM
     
     

    I have to complete my IE project(tool bar application).

    help me...

    which version of Visual studio is preferable for this project.

  • Sunday, August 12, 2012 2:29 PM
     
     Answered

    By IE, do you mean Internet Explorer? If so, you'll get a better answer asking it in a more general purpose Visual Studio forum, or Internet Explorer developer forum.

    If that was a typo, then you need to know that Visual Studio tools for Office (VSTO), which this forum exists to support, are not available with Visual Studio Express....you need a paid version; Visual Studio Professional or up.

    However, you don't need VSTO to develop an Office toolbar. You can build an AddIn which do deliver it by other means...this guide/walk-through shows how to do it with managed code. This is good guide for unmanaged C++ (it targets Outlook 2010, but you can apply it to other Office apps, and other versions). You could use these non-VSTO techniques with Visual Studio Express.