I wondering if I will have any problems with the setup for my visual studio.net 2010 professional installation. When I open my visual studio.net 2010 ide, and select help and about micorsoft, and click on about microsoft, I see the following:
microsoft framework level 4.0.30319 RTMrel.
However when I open an existing web forms C# solution file and select properties and then select settings, I see the following
target framework is .NET framework 3.5.
Thus my question is shouldn't I be working with the .net framework 4.0 since I am working with visual studio.net 2010?
If this is a problem, can you tell me how to fix the problem? If this is not a problem, can you explain why this is not a problem?
Javeed M ShaikhPosted Oct 12, 2011, 11:55 AM
you can change the Target framework of your existing application by following these steps:
1. Open your solution
2. Click on Project-->YourProject Properties
3. Click on Application menu on left side --> on right side you will see Target Framework dropdown, select your desired framework to work on.
Please do not forget to mark "Accepted Answer".
VulpesPosted Oct 12, 2011, 11:52 AM