User-498848506 posted
I just upgraded my system to VS 2013 Ultimate and .net Framework 4.5.1. My solution was developed using VS 2010 .net Framework 4.0. When I opened the solution for the first time there were some mechanizations going on, and then the development environment
opened, seemingly like nothing changed.
The only way that I could tell if .NET Framework 4.5.1 was working, I beleive, was to force an error. The resulting error page however still shows
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18408.
When I right clicked on the project, selected "Property Pages"
and looked at "Build - Target Framework" the dropdown listed Framework 4.
I changed that to .NET Framework 4.5.1
I might assume that it would now show something along the lines of 4.5.1
on the error, but it did not?
Did anything change? Would there be an issue if I were to now move files that were modified with framework 4.5.1 on my developement machine (if it is in-fact working) to the webserver where there are pages that were not converted and I really
don't know if .NET 4.5.1 is or is not needed on the webserver.... and will they affect other pages that are already running there?
I have searched and really found not too much about this kind of upgrade, other than the literature thatI did find saying that it conversion is "automatic" when the solution is opened.... is there perhaps a "Migrating for Dummies" document
that explains this whole thing? Do I now have to replace all the pages on the server?
Thank you for your patience.... I know I have asked many questions.... Thanks!