Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Visual Studio Add-in 2012

Visual Studio Add-in 2012

Scheduled Pinned Locked Moved C#
csharpvisual-studiohelpquestion
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shankarcodebase
    wrote on last edited by
    #1

    Hi All, Is it possible to develop a visual studio add-in, which can be installable in any visual studio, I mean, that can be installable and usable in VS2005,VS2008,VS2010, VS2012 & 2013. I have a visual studio add-in developed in VS2008, I wanted to make it generic such that, it will be installable and usable in any of the Visual studios. is it possible? Thank you in advance for your help. Regards

    L Richard DeemingR 2 Replies Last reply
    0
    • S Shankarcodebase

      Hi All, Is it possible to develop a visual studio add-in, which can be installable in any visual studio, I mean, that can be installable and usable in VS2005,VS2008,VS2010, VS2012 & 2013. I have a visual studio add-in developed in VS2008, I wanted to make it generic such that, it will be installable and usable in any of the Visual studios. is it possible? Thank you in advance for your help. Regards

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Guess that it's possible, since the supported hosts are specified in the XML. Keep in mind that every version has it's own deployment-location, so you'd still need to ask what version to install to. There may be VS-versions where the addin-contract is altered; in that case, make a simple addin, and use that to load your functionality from a shared assembly.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

      S 1 Reply Last reply
      0
      • S Shankarcodebase

        Hi All, Is it possible to develop a visual studio add-in, which can be installable in any visual studio, I mean, that can be installable and usable in VS2005,VS2008,VS2010, VS2012 & 2013. I have a visual studio add-in developed in VS2008, I wanted to make it generic such that, it will be installable and usable in any of the Visual studios. is it possible? Thank you in advance for your help. Regards

        Richard DeemingR Offline
        Richard DeemingR Offline
        Richard Deeming
        wrote on last edited by
        #3

        You have posted exactly the same message in three forums on this site: http://www.codeproject.com/Messages/4672978/Visual-Studio-Add-in-2012.aspx[^] http://www.codeproject.com/Messages/4672977/Visual-Studio-Add-in-2012.aspx[^] http://www.codeproject.com/Messages/4672976/Visual-Studio-Add-in-2012.aspx[^] Please don't cross-post like that. It's not considered polite.


        "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

        "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

        S 1 Reply Last reply
        0
        • Richard DeemingR Richard Deeming

          You have posted exactly the same message in three forums on this site: http://www.codeproject.com/Messages/4672978/Visual-Studio-Add-in-2012.aspx[^] http://www.codeproject.com/Messages/4672977/Visual-Studio-Add-in-2012.aspx[^] http://www.codeproject.com/Messages/4672976/Visual-Studio-Add-in-2012.aspx[^] Please don't cross-post like that. It's not considered polite.


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          S Offline
          S Offline
          Shankarcodebase
          wrote on last edited by
          #4

          Richard/Team, Accept my apologies, as I was not sure of the correct forum, i have posted 3 forums...thanks

          L 1 Reply Last reply
          0
          • S Shankarcodebase

            Richard/Team, Accept my apologies, as I was not sure of the correct forum, i have posted 3 forums...thanks

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            What about the one called Visual Studio?

            Veni, vidi, abiit domum

            S 1 Reply Last reply
            0
            • L Lost User

              Guess that it's possible, since the supported hosts are specified in the XML. Keep in mind that every version has it's own deployment-location, so you'd still need to ask what version to install to. There may be VS-versions where the addin-contract is altered; in that case, make a simple addin, and use that to load your functionality from a shared assembly.

              Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

              S Offline
              S Offline
              Shankarcodebase
              wrote on last edited by
              #6

              Thank you Eddy for the relavent answer. Can you please extend your help in finding me an article/sample which can help me understanding your point "make a simple addin, and use that to load your functionality from a shared assembly". Thank you,

              L 1 Reply Last reply
              0
              • L Lost User

                What about the one called Visual Studio?

                Veni, vidi, abiit domum

                S Offline
                S Offline
                Shankarcodebase
                wrote on last edited by
                #7

                I am sorry, can you come again.

                1 Reply Last reply
                0
                • S Shankarcodebase

                  Thank you Eddy for the relavent answer. Can you please extend your help in finding me an article/sample which can help me understanding your point "make a simple addin, and use that to load your functionality from a shared assembly". Thank you,

                  L Offline
                  L Offline
                  Lost User
                  wrote on last edited by
                  #8

                  There's a thread on SO[^] that talks about sharing stuff between projects. You'd typically put the shared functionality in a project, and reference that (and invoke it) from your addin-project.

                  Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups