Relative Content

Tag Archive for com.net-framework-version

Best way to isolate a .net framework plugin from changes on the driver program

In the past I developed a program (targeting .net Framework 4.7.2) to be used as a plugin of another one of which I have no control. All worked fine until the main program switched to .Net Standard 2.0. The problem is related to some components such as System.Windows.Forms.DataVisualization.Charting.Chart which are not correctly supported anymore on this new version of the .net infrastructure.