You must Sign In to post a response.
  • Category: Visual Studio

    How to convert a project VS-2010 to VS-2013

    How to convert a project VS-2010 to VS-2013. i have a .net project in vs-2010 and i want to convert in VS-2013. How can i do.
  • #748728
    To upgrade a project

    In Visual Studio, on the File menu, click Open and then click Project/Solution, Web Site, or File, depending on the kind of project you are upgrading.

    In the Open Project dialog box, select a project file, and then click Open.

    If Visual Studio detects that the project or file was created in an earlier version of Visual Studio, the Visual Studio Conversion Wizard opens.

    Complete the Visual Studio Conversion Wizard.

    see fore more info.. :)

    http://msdn.microsoft.com/en-us/library/vstudio/ms185327(v=vs.100).aspx

    Regards,
    Nirav Prabtani (Senior Web Developer)
    Email : niravjprabtani@gmail.com
    blog : niravprabtani.blogspot.in

  • #748729
    project /solution, website not highlighted in VS-2013. so, How can i do.

  • #748730
    Right click on the solution file in Solution explorer window and select reload ploject this will convert the application to vs 2013
    Regards,
    Nirav Prabtani (Senior Web Developer)
    Email : niravjprabtani@gmail.com
    blog : niravprabtani.blogspot.in

  • #748733
    Hi,
    There is no need for you to perform anything, when you open lower version of project in VS2013, auto upgrade wizard will launch and project will be converted automatically and detailed report will be available after conversion.

    All is well.
    Thanks,
    Dharma
    Editor,Mentor,MVM
    Try and fail but don't fail and try

  • #748771
    There is nothing to worry you just need to open your visual studio 2010 solution file in visual studio 2013 and it will open conversion wizard that will drive you from A to Z, means it will automatically converts all your code to new platform with any human innervation
    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]

  • #748781
    Hi,

    Install Visual studio 2013 and then open the project developed in 2010 in new version Visual Studio. This will open a wizard which does the conversion automatically. Before doing the conversion make sure to take the back up of the existing project.

    Once you migrate the project go the log file for any error and also build the project to find all the obsolete keywords or functions which you may replace based on the new version.


    Regards,
    Asheej T K

  • #748805
    If you have the VS 2013 installed in the machine then you can easily upgrade any solution.

    Simply open the application using VS2013 File >>> Open solution option.

    Thanks & Regards
    Anil Kumar Pandey
    Microsoft MVP, DNS MVM

  • #748844
    Hi Mahesh,

    Right click on the solution file in Solution explorer window and select reload project this will convert the application to vs 2013.

    This will help !!

    Thanks,
    Ashutosh Jha
    http://tricksroad.com


  • Sign In to post your comments