Hi all,
Some background:
Which brings be to my issue.
I cannot run the .NET Project Upgrade Utility, as it calls for a bunch of .NET 1 and 2 framework versions that cannot be installed on a Windows 8 platform. I do have certain .NET framework 1 and 2 versions, but not the exact revisions that the utility is calling for and it refuses to run.
I would like to solve this without altering my development environment, as it was a very painful to build.
Can anyone suggest a fix?
Thanks,Chris.
Hello Chris,
Version utility is used to replace only reference of libraries in the project. In other words if you are using 5.2.1420 it will replace it with 10.3.2423, but will not resolve errors caused by api difference between versions.
Volume release 2005 and 2010 were retired several years ago and are not longer supported. For more refer our supported enviroments and our product life cycle.
What I can suggest if the compilation error is caused by incorrect reference to change the references manually.
Let me know if I may be of further assistance.