I'm trying to test my app with .net 4.5.2. It's installed on my development pc, but when I change the targetframwork = "4.5.2" in my web.config and try to run debug, I get an error that the target framework is not installed. How do I install it so my app
can find it?
Go to the complete details ...