I want to update my project from .net framework 2 and asp.net 2 to the newest versions. Is there any possible issues I may have?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will very much depend on the application you are trying to upgrade. Is it using heavy interop? Is it using third party assemblies not compatible with the latest version of the framework? … For general upgrade notes you may take a look at the following article. The breaking changes is also a must read before going ahead. Needless to say that you should have a backup before taking any irreversible steps in this direction.