locked
migrate from vs2010 to vs2012 RRS feed

  • Question

  • how to migrate from vs2010 to vs2012?

    when I try to open the solution that is developed in vs2010, vs2012 does not bring the solution files and closes me solution.The migration report shows me the following message after the migration attempt.
    "The application Which this project type is based on was not found"
    thank you all.
    my English is very bad, so I hope I can understand and help.
    Tuesday, February 5, 2013 6:19 PM

Answers

  • Some types of projects are not supported in VS2012, such as .vdproj (MSI Setup projects).  These will not migrate, as they no longer work in Visual Studio.

    This link shows compatibility in migrating to VS 2012: http://blogs.msdn.com/b/zainnab/archive/2012/06/05/visual-studio-2012-compatibility-aka-project-round-tripping.aspx


    Reed Copsey, Jr. - http://reedcopsey.com
    If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".

    • Proposed as answer by Reed Copsey, JrMVP Tuesday, February 5, 2013 9:16 PM
    • Marked as answer by Amanda Zhu Tuesday, February 19, 2013 2:57 AM
    Tuesday, February 5, 2013 6:22 PM
  • Yeah - those three projects are all .vdproj - which aren't supported now.


    Reed Copsey, Jr. - http://reedcopsey.com
    If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".

    • Marked as answer by Amanda Zhu Tuesday, February 19, 2013 2:57 AM
    Tuesday, February 5, 2013 9:16 PM

All replies

  • Some types of projects are not supported in VS2012, such as .vdproj (MSI Setup projects).  These will not migrate, as they no longer work in Visual Studio.

    This link shows compatibility in migrating to VS 2012: http://blogs.msdn.com/b/zainnab/archive/2012/06/05/visual-studio-2012-compatibility-aka-project-round-tripping.aspx


    Reed Copsey, Jr. - http://reedcopsey.com
    If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".

    • Proposed as answer by Reed Copsey, JrMVP Tuesday, February 5, 2013 9:16 PM
    • Marked as answer by Amanda Zhu Tuesday, February 19, 2013 2:57 AM
    Tuesday, February 5, 2013 6:22 PM
  • thank you very much the link has helped me
      actually I have a compatibility problem with the builds.
    I download and install "InstallShield Limited Edition Download For Visual Studio"
    Anyway in the migration report me the same errors appear,

    -----------

    thx =)

    Tuesday, February 5, 2013 8:48 PM
  • Yeah - those three projects are all .vdproj - which aren't supported now.


    Reed Copsey, Jr. - http://reedcopsey.com
    If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".

    • Marked as answer by Amanda Zhu Tuesday, February 19, 2013 2:57 AM
    Tuesday, February 5, 2013 9:16 PM
  • And that way I can resolve the incompatibility?
    Tuesday, February 5, 2013 9:41 PM
  • And that way I can resolve the incompatibility?

    Nope - those projects need to be left in VS 2010, or converted to a different type of installation technology.  The previous project type is no longer supported.


    Reed Copsey, Jr. - http://reedcopsey.com
    If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".

    Tuesday, February 5, 2013 9:54 PM