I am currently working in Visual Studio Community 2015, in the C# language.
I have a form( Form1), and other 5 forms inherited from it. When I want to add another inherited form from Form1, I get the following error
"Index was outside the bounds of the array"
I tried to inherit the form this way: Project-->Add new item--->Inherited form---kaboom, the error.