converting from vs 2008 to 2005

Discussion in 'MFC' started by answerme, May 27, 2009.

  1. answerme

    answerme New Member

    Joined:
    Dec 17, 2007
    Messages:
    114
    Likes Received:
    0
    Trophy Points:
    0
    Hi All
    Is it possible visual studio 2008 mfc application program could be converted into 2005 . I am trying to convert it but Iam getting error
    operation could not completed. 'd:\ \ \ vcproj' cannot be converted. See the conversion details.
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Check this out

    Also its just a matter of 2 text file changes and here are they.

    In sln file change
    Code:
    Microsoft Visual Studio Solution File, Format Version 10.00
    # Visual Studio 2008
    
    to
    Code:
    Microsoft Visual Studio Solution File, Format Version 9.00
    # Visual Studio 2005 
    
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice