I have converted extensive VB.net code to C#. There are multiple warnings in designer.cs that Field 'XXX.components' is never assigned to, and will always have its default value null. Where these occur, there is a comment above // Required by the Windows Form Designer
An example of the warning would be the line private IContainer components;
It also shows up in DataGridViewTextTextBoxColumn
The code runs with no problem.