CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2008
    Location
    India
    Posts
    408

    Backward compatibility

    Is Microsoft .NET framework backward compatible?
    I created an application using .NET framework 2.0. If I install just .NET framework 3.5 from www.microsoft.com/net, will the application work?

    Thanks.
    Rate the posts which you find useful

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Backward compatibility

    No. You need to have .Net 2.0 on your system.

  3. #3
    Join Date
    Jan 2008
    Location
    India
    Posts
    408

    Re: Backward compatibility

    Thanks for the information. But why is it so?
    Rate the posts which you find useful

  4. #4
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: Backward compatibility

    I think that there should be backward compatibility between 3.5 and 2.0. IL is the same and even if you use strong names, you can use binding redirect. So I cannot see an obstracle.

    But maybe I'm wrong, I'm not sure now. So take this as a subject to the disscusion.

    Generally: if you have doubts, just try it.
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  5. #5
    Join Date
    Dec 2007
    Posts
    17

    Re: Backward compatibility

    i have read introduction of .net framework, some marketing personels write a lot about it, if your experiement can prove the backward compatibility, then clap your hands to support ms, if yours can not, you can agree with me that its words are all lies.
    if you just downlod and run the program, without doing anything else, i am sure it works

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured