1
I have a project .NET(c#) created in Framework 2.0. This Solution contains 11 projects. Now I need to update everything to the Framework 4.7(most recent). What would be my procedure for this? Usage VS 2017 Community.
1
I have a project .NET(c#) created in Framework 2.0. This Solution contains 11 projects. Now I need to update everything to the Framework 4.7(most recent). What would be my procedure for this? Usage VS 2017 Community.
2
framework
destination to the framework
desiredNote
If your code contains references to a different version of . NET Framework you have directed, error messages may appear when you compile or run the code. To resolve these errors, you should modify the references. See Solution of . NET Framework segmentation error problems.
This I did and is already ok, I’ll even close the question. It is that broke a lot, mainly the WCF services, in the line Servicehostfactory. But it’s another question.
Browser other questions tagged c# framework visual-studio-2017
You are not signed in. Login or sign up in order to post.
Go to the properties of each project, change the target framework, and resolve code conflicts and dependencies. But why do you need to make this migration?
– Leandro Angelo