You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've seen a post on the Gitter chat but thought I'd mention it here as well. When opening the Main form designer, it doesn't show the chart, which isn't a major issue, but if the form is altered in any way (like adding the button in lesson 2.2), all of the charting controls (chartArea1, legend1, series1) get deleted from the form and it no longer works.
The easiest solution is just to copy the code from Main.Designer.cs in the Completed folder, but this was a bit confusing at first so thought it best to flag it here. Thanks.
The text was updated successfully, but these errors were encountered:
Yes, the problem is that project is targeting .NET Core, but VS Designer does only work correctly with DataVisualization components in .NET Framework. If you really want to follow the instructions, you have to recreate the project as .NET Framework Windows Forms application. Then, the designer works correctly.
Seems like Petabridge updated the projects to .NET Core without actually checking if the instructions still work when followed step by step.
Hi. I've seen a post on the Gitter chat but thought I'd mention it here as well. When opening the Main form designer, it doesn't show the chart, which isn't a major issue, but if the form is altered in any way (like adding the button in lesson 2.2), all of the charting controls (chartArea1, legend1, series1) get deleted from the form and it no longer works.
The easiest solution is just to copy the code from Main.Designer.cs in the Completed folder, but this was a bit confusing at first so thought it best to flag it here. Thanks.
The text was updated successfully, but these errors were encountered: