I am using a workstation were some items were uninstalled by a previous employee. This workstation has visual studio 2010 installed on in several C#.net 2010 web from applications on it. The problem is that this version of visual studio does not have the .net framework 4.0 installed on it.
Thus I downloaded the 4.0 framework but I think the previous version of the framework installed might have been 4.3?
Thus can you tell me the following:
1. Is there a way to tell what version of the .net framework was used on this workstation? If so, would you tell me how to know what the previous version was?
2. When I run the visual studio 2010 web form application, it has I do not have the framework 4.0 on this computer, but I do have the framework on this computer. The message says that I need to
retarget the project to the .net framework 4.
Thus can you tell me how to connect the web form application to the .net 4.0 framework that I installed on this computer?